python premiere language for processing XML?

View: New views
2 Messages — Rating Filter:   Alert me  

python premiere language for processing XML?

by D VanBoom :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
You claim to want Python to be the premier language for processing XML - but your pyxml module only supports Python 2.4?  I am trying to learn Python and so far very impressed with the core language but the Python community is a disaster area.
 
Documentation is sparse, fragmented and very poorly written. Examples are rare, and many modules are not compiled against the latest version of Python. 
 
I am writing this mostly out of frustration of a wasted afternoon trying to find a way to turn an XML string into HTML using some XSLT stylesheets I have already built and working in PHP.  (It only took me 10 minutes to learn this in PHP thanks to their outstanding documentation.)
 
I just wanted to let you know that I think your XML SIG and pyxml project appears dead and should be removed from the Python community.
 
best regards,
Don


Send e-mail faster without improving your typing skills. Get your HotmailĀ® account.
_______________________________________________
XML-SIG maillist  -  XML-SIG@...
http://mail.python.org/mailman/listinfo/xml-sig

Re: python premiere language for processing XML?

by John W. Shipman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Fri, 26 Dec 2008, D VanBoom wrote:

+--
| You claim to want Python to be the premier language for
| processing XML - but your pyxml module only supports
| Python 2.4?  I am trying to learn Python and so far very
| impressed with the core language but the Python community
| is a disaster area.   Documentation is sparse, fragmented
| and very poorly written. Examples are rare, and many modules
| are not compiled against the latest version of Python.
+--

I have no control over this claim on the python.org site,
but I can tell you that there is a much better interface,
the lxml module.  I've written a modest user guide that
covers reading, modifying, and generating XML:

     http://www.nmt.edu/tcc/help/pubs/pylxml

Please do not hesitate to contact me if you have any questions or
comments.

Best regards,
John Shipman (john@...), Applications Specialist, NM Tech Computer Center,
Speare 119, Socorro, NM 87801, (505) 835-5950, http://www.nmt.edu/~john
   ``Let's go outside and commiserate with nature.''  --Dave Farber
_______________________________________________
XML-SIG maillist  -  XML-SIG@...
http://mail.python.org/mailman/listinfo/xml-sig