Re: [xml] indentation after adding new nodes

2008-03-07 Thread Stefan Behnel
Senthil Nathan *top-posted* again: > I used xmlSaveFile("file.xml", docTree); This just dumps the xmlDocPtr > docTree to "file.xml" > without any indentation. Is there any options in libxml2 to set it properly. Care to read the manual? Go to http://xmlsoft.org/html/libxml-tree.html and look f

Re: [xml] indentation after adding new nodes

2008-03-07 Thread Senthil Nathan
I used xmlSaveFile("file.xml", docTree); This just dumps the xmlDocPtr docTree to "file.xml" without any indentation. Is there any options in libxml2 to set it properly. Thanks Senthil On 3/7/08, Stefan Behnel <[EMAIL PROTECTED]> wrote: > > Hi, > > Senthil Nathan *top-posted*: > > On Thu, Mar 6,

Re: [xml] indentation after adding new nodes

2008-03-07 Thread Stefan Behnel
Hi, Senthil Nathan *top-posted*: > On Thu, Mar 6, 2008 at 11:33 PM, Stefan Behnel <[EMAIL PROTECTED]> wrote: >> 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,

Re: [xml] indentation after adding new nodes

2008-03-06 Thread Senthil Nathan
That's true. But when I dump the tree to a file, the indentation is not proper. All the nodes that I copied are just continuous. The xml file generated after dumping from libxml2 with few nodes added or copied, On Thu, Mar 6, 2008 at 11:33 PM, Stefan Behnel <[EMAIL PROTECTED]> w

Re: [xml] indentation after adding new nodes

2008-03-06 Thread Stefan Behnel
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

[xml] indentation after adding new nodes

2008-03-06 Thread Senthil Nathan
Hi, I tried using the xmlCopyDocNode( ) and xmlCopyNode( ). It copies the node but the indentation is not proper. How can we set the indentation in libxml2? Thanks Senthil ___ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org http://mail