Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: IXMLDOMDocumentPtr::save don't format output

From: Gorgen Givik <gAorgen.giBvik@---------.--->
To: NULL
Date: 1/5/2005 9:48:00 AM
>> I have a problem:
>> IXMLDOMDocumentPtr::save don't format the output in a nice humanreadable
>> format like:
>>
>> <topLevel>
>>     <nextLevel>
>>         <myData> data </myData>
>>     </nextLevel>
>> </topLevel>
>>
>> but more like this:
>> <topLevel><nextLevel><myData> data </myData></nextLevel></topLevel>

> If you load from a file with proper formatting and indentation then I am 
> sure if you set
>   xmlDocument.preserveWhiteSpace = true;
> before loading and then later save that the formatting is preserved.
> However if you construct a new document from scratch using DOM methods 
> (e.g. createElement, createTextNode, appendChild) then indeed you need 
> to ensure yourself that the document is properly formatted for saving. 
> One way to do that is to use XSLT to format the document, this older 
> post contains an XSLT 1.0 stylesheet doing that:
> <http://groups-beta.google.com/group/microsoft.public.dotnet.xml/msg/3545b35d0886d49c?dmode=source> 
> 
> Can't help you with C++ but perhaps you are able to transcribe the 
> JScript code to C++ yourself.
> 
Thanks for your response, Martin
Indeed I create the structure from scratch, so unfortunatly I can't use 
.preserveWhiteSpace
I have an xsd scheme that I can pump out to the working folder, could 
that be of use?


transparent
Print
Mail
Digg
delicious
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent