Re: Fromatting an xml file

2006-02-07 Thread uche . ogbuji
sir_alex wrote: > Hi! I have a little problem writing xml files formatted in a way like > the following: > > > bla > bla > > > Every new node element should have a tabulation before it, but when I > use xml.dom.minidom I use writexml, which considers as a new node also > the tex

Re: Fromatting an xml file

2006-02-03 Thread Harry George
"sir_alex" <[EMAIL PROTECTED]> writes: > Hi! I have a little problem writing xml files formatted in a way like > the following: > > > bla > bla > > > Every new node element should have a tabulation before it, but when I > use xml.dom.minidom I use writexml, which considers as

Fromatting an xml file

2006-02-02 Thread sir_alex
Hi! I have a little problem writing xml files formatted in a way like the following: bla bla Every new node element should have a tabulation before it, but when I use xml.dom.minidom I use writexml, which considers as a new node also the text (in my little example, "bla" phras