> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Picio > Sent: Friday, November 10, 2006 8:03 AM > To: tutor@python.org > Subject: [Tutor] SAX, DOM, XSLT api > > Hello, > what are the equivalent Pyhton tools you suggest to handle: > SAX > DOM > > and which api for XSLT ? > > I know that this is a really newbie question...But I'm a true > python newbie ;) ! > Daniele > > P.s: I know I can also google-it a little bit to find those answers > but your advices are better. > _______________________________________________ > Tutor maillist - Tutor@python.org > http://mail.python.org/mailman/listinfo/tutor >
Here's a list of all the XML parsing modles that come with Python 2.5. Element Tree seems to be the more popular way of parsing XML in Python. I believe you can download Element Tree for older vesions of Python. http://docs.python.org/lib/markup.html Here's an article on XSLT tools for Python... http://uche.ogbuji.net/tech/akara/nodes/2003-01-01/python-xslt Mike
------------- NOTICE: This e-mail transmission and any documents or files attached to it contain information for the sole use of the above-identified individual or entity. Its contents may be privileged, confidential, and exempt from disclosure under the law. Any dissemination, distribution, or copying of this communication is strictly prohibited. Please notify the sender immediately if you are not the intended recipient. FGNS
_______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor