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
"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