[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [xml] indentation after adding new nodes
- From: Stefan Behnel <stefan_ml behnel de>
- To: Senthil Nathan <rsennat gmail com>
- Cc: xml gnome org
- Subject: Re: [xml] indentation after adding new nodes
- Date: Thu, 06 Mar 2008 19:03:54 +0100
Hi,
Senthil Nathan wrote:
> I tried using the xmlCopyDocNode( ) and xmlCopyNode( ). It copies the node
> but the indentation is not proper.
There is no indentation in an XML tree, but there may be text nodes that
contain whitespace. Maybe you didn't copy those?
> How can we set the indentation in libxml2?
What are you trying to do?
Stefan
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]