Re: [Tutor] SAX, DOM, XSLT api

2006-11-11 Thread Jakub Jankiewicz
picio_slug wrote: 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

Re: [Tutor] SAX, DOM, XSLT api

2006-11-10 Thread Mike Hansen
> -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 sug

[Tutor] SAX, DOM, XSLT api

2006-11-10 Thread Picio
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. __