Re: Write Xml to file with Indentation.
- From: Jayashree <jaya risktechnologysolutions com>
- To: libxmlplusplus-list gnome org
- Subject: Re: Write Xml to file with Indentation.
- Date: Wed, 20 Jun 2012 13:51:45 -0400
Hi,
I found a method in the document object write_to_file_formatted,
which solves my problem.
thanks,
Jaya
On 06/20/2012 01:44 PM, Jayashree wrote:
Hi,
I am using the document object write_to_file method to create my
output file.
But it writes in as
<root><foo>Bar</foo></root>
but i want the output to be written with Indentation as given below
<root>
<foo>Bar</foo>
</root>
How can i achieve it.
regards,
Jaya
_______________________________________________
libxmlplusplus-list mailing list
libxmlplusplus-list gnome org
https://mail.gnome.org/mailman/listinfo/libxmlplusplus-list
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]