Click here to Skip to main content
15,916,941 members
Home / Discussions / XML / XSL
   

XML / XSL

 
Generalword document and XML Pin
delnaz26-Jul-05 0:32
delnaz26-Jul-05 0:32 
Generalconvert xml file to access db in vb.net Pin
A.N24-Jul-05 14:43
sussA.N24-Jul-05 14:43 
QuestionHow read the SOAP elements Pin
satishrg20-Jul-05 5:28
satishrg20-Jul-05 5:28 
General[HELP] I got error message, when I tried to parse XML on PocketPC Pin
Member 208243219-Jul-05 23:05
Member 208243219-Jul-05 23:05 
GeneralRe: [HELP] I got error message, when I tried to parse XML on PocketPC Pin
Philip Fitzsimons20-Jul-05 5:25
Philip Fitzsimons20-Jul-05 5:25 
GeneralRe: [HELP] I got error message, when I tried to parse XML on PocketPC Pin
Member 208243220-Jul-05 15:42
Member 208243220-Jul-05 15:42 
GeneralRe: [HELP] I got error message, when I tried to parse XML on PocketPC Pin
Philip Fitzsimons20-Jul-05 23:17
Philip Fitzsimons20-Jul-05 23:17 
GeneralRe: [HELP] I got error message, when I tried to parse XML on PocketPC Pin
Member 208243221-Jul-05 14:50
Member 208243221-Jul-05 14:50 
Thanks for your attention, I found the reason of this problem yesterday. It's not a technical issue, it just because I made a stupid mistake Unsure | :~

As the code below, I invoke InitReader() function to create and initiate my XML reader. I pass a pointer of ISAXXMLReader into this function, this variable is xReader_Ori.
http://home.pchome.com.tw/funny/alger_lin/Codes/code1.JPG[^]

And in the InitReader(), I pass the inputed ISAXXMLReader pointer into CoCreateInstance() to receive the instance of ISAXXMLReader. However, the xReader parameter is a copy of xReader_Ori, the xReader was represented the ISAXXMLReader's instance after invoke CoCreateInstance(), but the xReader_Ori was not be modified at the same time. So, it cause some error when I called xReader_Ori's parseURL() function, because it's nothing D'Oh! | :doh:
http://home.pchome.com.tw/funny/alger_lin/Codes/code2.JPG[^]

Now, I modified my InitReader()'s definition, I define it as HRESULE InitReader(ISAXXMLReader*& xReader). And it work smoothly now Laugh | :laugh:
Generalxslt table iteration Pin
Jag_K19-Jul-05 22:20
Jag_K19-Jul-05 22:20 
GeneralRe: xslt table iteration Pin
Anonymous21-Jul-05 7:56
Anonymous21-Jul-05 7:56 
GeneralHelp: XML transform with XSL Pin
Anonymous19-Jul-05 5:40
Anonymous19-Jul-05 5:40 
GeneralRe: Help: XML transform with XSL Pin
Christian Graus19-Jul-05 11:19
protectorChristian Graus19-Jul-05 11:19 
GeneralRe: Help: XML transform with XSL Pin
Anonymous19-Jul-05 13:14
Anonymous19-Jul-05 13:14 
GeneralRe: Help: XML transform with XSL Pin
Bluebamboo29-Jun-06 4:48
Bluebamboo29-Jun-06 4:48 
GeneralWebservice against DLL Pin
dabuskol18-Jul-05 20:42
dabuskol18-Jul-05 20:42 
GeneralRe: Webservice against DLL Pin
DavidNohejl19-Jul-05 2:48
DavidNohejl19-Jul-05 2:48 
GeneralMy XmlFile looses its tree hierarchy after saving it Pin
rudy.net18-Jul-05 5:44
rudy.net18-Jul-05 5:44 
Generalfile containing specification of default namespace Pin
Suman Singh18-Jul-05 4:31
professionalSuman Singh18-Jul-05 4:31 
Generalexecute xml Pin
18-Jul-05 1:23
suss18-Jul-05 1:23 
QuestionMemory leak? Pin
LaxRoth17-Jul-05 21:29
LaxRoth17-Jul-05 21:29 
AnswerRe: Memory leak? Pin
Philip Fitzsimons20-Jul-05 5:23
Philip Fitzsimons20-Jul-05 5:23 
GeneralRe: Memory leak? Pin
LaxRoth21-Jul-05 21:04
LaxRoth21-Jul-05 21:04 
GeneralXML to Text with "C#" Pin
fcn][Stampede17-Jul-05 9:07
fcn][Stampede17-Jul-05 9:07 
GeneralRe: XML to Text with "C#" Pin
Gavin Jeffrey17-Jul-05 21:02
Gavin Jeffrey17-Jul-05 21:02 
Generalchange in schema file Pin
qadirchalla@yahoo.com17-Jul-05 1:50
qadirchalla@yahoo.com17-Jul-05 1:50 

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.