Click here to Skip to main content
15,885,278 members
Home / Discussions / XML / XSL
   

XML / XSL

 
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 
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 
IXLMDOMDocument2Ptr pDoc;
// test.xml (UTF-8) encoded, :
//<?xml version='1.0'?><root>&#20320;&#22909;, hello</root>
// check in IE, no problem.
// resource type HTML, or BINARY tried.
// ... create pDoc, find resource, loadresouce,
// create IStream on HGlobal, everything seems ok
// and i checked the dubug info, show xml content correctly,
// and setting the IStream to the beginning of IStream
// but...
pDoc->async = VARIANT_FALSE;
pDoc->load(_variant_t(pStream)); // FAILs, it complains that no top level element in xml.
// but, when i write the stream into a disk file,
// and load form file, it's OK !!!
// if use loadXML((LPTSTR)hGlobal) the charactor shown is not correct.
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 
QuestionSort XML Elements? Pin
Robert M Greene1-Dec-05 17:37
Robert M Greene1-Dec-05 17:37 
AnswerRe: Sort XML Elements? Pin
Sushant_Mathur1-Dec-05 20:10
Sushant_Mathur1-Dec-05 20:10 
GeneralRe: Sort XML Elements? Pin
Robert M Greene2-Dec-05 5:09
Robert M Greene2-Dec-05 5:09 
GeneralRe: Sort XML Elements? Pin
sreejith ss nair2-Dec-05 6:07
sreejith ss nair2-Dec-05 6:07 

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.