[XML-SIG] Python working with XML

4 views
Skip to first unread message

James Johnston

unread,
Feb 18, 2010, 3:42:10 PM2/18/10
to xml...@python.org
I want to develop some tools for working with XML document files.  This might require the validation of XML rules and converting various formats into XML.  What is new and available?  Some of the things I am reading are from 2000 - 2001.

Thanks

--
James Johnston
Retail Technologies
(615) 251-2792
james.j...@lifeway.com

Stefan Behnel

unread,
Feb 21, 2010, 6:14:11 AM2/21/10
to James Johnston, xml...@python.org
James Johnston, 18.02.2010 21:42:

> I want to develop some tools for working with XML document files. This
> might require the validation of XML rules and converting various formats
> into XML. What is new and available? Some of the things I am reading are
> from 2000 - 2001.

Data conversion tends to be rather easy in Python. If you want to output
XML, there are multiple options, but you might want to start with the
xml.etree Package in Python's standard library. If you need validation, use
lxml instead.

Stefan

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

Reply all
Reply to author
Forward
0 new messages