faqts : Computers : Programming : Languages : Python : XML

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

5 of 25 people (20%) answered Yes
Recently 3 of 10 people (30%) answered Yes

Entry

where can I find XML documentations?

Aug 13th, 2001 14:46
Christopher Arndt, Jia Shen,


Or one there's the page of the XML special interest group (SIG)
http://www.python.org/sigs/xml-sig/
It has it's own page with links to documentation:
http://pyxml.sourceforge.net/topics/docs.html
The source for official standards is the w3c page
http://www.w3.org/XML/
And finally there's th XML FAQ
http://www.ucc.ie/xml/
A good starting point, if you want to learn how to process XML with
python, is the XML tutorial from the python XML SIG.