[xml] (Windows) xmlDocDump / xmlSavefile



Hi,

 

Maybe someone could assist me here.

 

I am having trouble saving the contents of the xml file. I have an xmlDocPtr to the area in which the data lies however when I use xmlSaveFileFormat(path, doc, 1) the file seems to either be corrupt or in some sort of binary form.

 

I would like to see the contents of the file i,e, xml document in readable format.

 

I have tried xmlDocDump as well but I get an access violation, Maybe I am not using the function correctly. This is what I have:

 

FILE *fp;

 

fp = fopen(“C:\\XMLDATA\\XMLResult.xml”, “w+”);

xmlDocDump(fp, doc);          // as I understand the xml documentation

fclose(fp);

 

Any suggestions will be great.

 

Thanks

 

Xen

 

 

 

"Hollard is a licensed Financial Services Provider (FSP) as defined in the Financial Advisory and Intermediary Services Act (FAIS). FAIS requires that anyone who makes any recommendation, guidance or proposal of a financial nature must be a duly authorised representative of a licensed FSP. If you are seeking financial advice, or if you feel that this email constitutes financial advice, or if the author of this email wants you to purchase, amend or cancel a policy, please check with the author that he/she is a registered representative of Hollard."

This email and all content are subject to the following disclaimer:

 

"http://www.hollard.co.za/legal/disclaimer.htm"

 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]