[XML-SIG] PyXML for py 2.5
Dave Kuhlman
dkuhlman at rexx.com
Sun Feb 24 19:28:08 CET 2008
On Sun, Feb 24, 2008 at 10:08:00AM +0100, Stefan Behnel wrote:
> Hi,
>
> Martin v. L?wis wrote:
> > I don't think Python is or should be the premier language to do XML
> > processing.
>
> I object!
>
>
> > If you have an application that is entirely about XML
> > processing, use Java.
>
> I highly object!
I'll agree with Stefan, here. If lxml does not take care of your
needs, then you must have very special needs.
And, in the event that you *really* do need to use some Java XML
class library, seriously consider using that library through
Jython. Jython makes it very easy to use something like dom4j
(http://www.dom4j.org/). I've even generated a Java jar file from
an XML Schema using XMLBeans (http://xmlbeans.apache.org/), then
used that jar file from Jython.
[more good reasons for using Python XML support snipped]
- Dave
--
Dave Kuhlman
http://www.rexx.com/~dkuhlman
More information about the XML-SIG
mailing list