Hello All:
I have an XML format that I have created using data collected from 
Different dictionaries. I am changing the file extension of this XML file
to something else, e.g. .wml extension, so when I open this file using
notepad the whole file is totally flat, that means the all the data that I
have in the XML file whose extension I just changed gets printed out into 1
single line. Is there no way that we can take care of formatting the file,
during the building of the XML file using the Element Tree Module. Thanks
for all the help.
Cheers,
Vishal


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Dieter Maurer
Sent: Tuesday, January 24, 2006 12:03 PM
To: Juha Rantanen
Cc: xml-sig@python.org
Subject: Re: [XML-SIG] XSLT transforming with Python

Juha Rantanen wrote at 2006-1-24 10:24 +0200:
> ...
>I have checked 4Suite and PyXML and I'm thinking those aren't an option,
>because those have to be installed separately. Or does anyone know easy
>way to add those to my code as library.

Provided, you have a C development system for all of your platforms,
installation will be trivial: "python setup.py install".

For Windows, you will usually get binaries.
For other platform, you usually can install the GNU C development system
easily.

-- 
Dieter
_______________________________________________
XML-SIG maillist  -  XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig


_______________________________________________
XML-SIG maillist  -  XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig

Reply via email to