Click here to Skip to main content
16,011,383 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionElements vs Attributes Pin
monrobot1313-Dec-05 10:17
monrobot1313-Dec-05 10:17 
AnswerRe: Elements vs Attributes Pin
Sushant_Mathur13-Dec-05 21:16
Sushant_Mathur13-Dec-05 21:16 
GeneralRe: Elements vs Attributes Pin
Shem Su6-Jan-06 0:44
Shem Su6-Jan-06 0:44 
QuestionHow To Load & Validat XML file with XSD file using XML .Net Parser Pin
zxc8913-Dec-05 0:37
zxc8913-Dec-05 0:37 
AnswerRe: How To Load & Validat XML file with XSD file using XML .Net Parser Pin
DavidNohejl20-Dec-05 1:52
DavidNohejl20-Dec-05 1:52 
GeneralRe: How To Load & Validat XML file with XSD file using XML .Net Parser Pin
zxc8920-Dec-05 1:58
zxc8920-Dec-05 1:58 
QuestionString vs. XML file Pin
sonicsqwirl11-Dec-05 21:27
sonicsqwirl11-Dec-05 21:27 
AnswerRe: String vs. XML file Pin
Per Nilsson13-Dec-05 22:47
Per Nilsson13-Dec-05 22:47 
You can load the tring into an XMLDocument object much like you load it from file.

HRESULT loadXML(BSTR bstrXML,VARIANT_BOOL * isSuccessful);

This migth be an Microsoft extension of the DOM model, but it exists in
MSXML.

Then it is possible to transform it using the transformNode method of the XMLDocument object.

HRESULT transformNode(IXMLDOMNode *stylesheet, BSTR *xmlString);

/Per
GeneralRe: String vs. XML file Pin
Michael Flanakin29-Dec-05 4:01
Michael Flanakin29-Dec-05 4:01 
QuestionXSL/XML space is different from javascript Pin
ChiranjibC9-Dec-05 6:49
ChiranjibC9-Dec-05 6:49 
AnswerRe: XSL/XML space is different from javascript Pin
Michael Flanakin29-Dec-05 4:06
Michael Flanakin29-Dec-05 4:06 
QuestionHow to load xml file from resources using msxml? Pin
onestab9-Dec-05 2:25
onestab9-Dec-05 2:25 
AnswerRe: How to load xml file from resources using msxml? Pin
Per Nilsson13-Dec-05 23:02
Per Nilsson13-Dec-05 23:02 
QuestionDynamic updation of XML file Pin
srimayank11_codeproject9-Dec-05 0:44
srimayank11_codeproject9-Dec-05 0:44 
QuestionHow to covnert ByteArray into a JPEG image? Pin
mysorian8-Dec-05 10:53
professionalmysorian8-Dec-05 10:53 
AnswerRe: How to covnert ByteArray into a JPEG image? Pin
Jupiter99-Dec-05 10:45
Jupiter99-Dec-05 10:45 
GeneralRe: How to covnert ByteArray into a JPEG image? Pin
mysorian9-Dec-05 11:31
professionalmysorian9-Dec-05 11:31 
QuestionPara todos Pin
oavalos20056-Dec-05 18:34
oavalos20056-Dec-05 18:34 
QuestionAdd Pin
Iridania3-Dec-05 11:09
Iridania3-Dec-05 11:09 
AnswerRe: Add Pin
ThatsAlok5-Dec-05 1:34
ThatsAlok5-Dec-05 1:34 
Questiontab control Pin
Baskaran Ramasamy3-Dec-05 1:50
Baskaran Ramasamy3-Dec-05 1:50 
AnswerRe: tab control Pin
Chetan Ranpariya4-Dec-05 19:25
Chetan Ranpariya4-Dec-05 19:25 
QuestionImporting xml to quark express Pin
senthilkolandai2-Dec-05 22:33
senthilkolandai2-Dec-05 22:33 
Questionadd XSL Mouse Over to elements Pin
mgmail2-Dec-05 3:45
mgmail2-Dec-05 3:45 
AnswerRe: add XSL Mouse Over to elements Pin
tylikeatcn27-Dec-05 2:08
tylikeatcn27-Dec-05 2:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.