Re: [XML-SIG] PyXML-0.8.4 error

2010-02-20 Thread Dieter Maurer
Vinicio Nocciolini wrote at 2010-2-17 11:47 +0100: >I am using Ubuntu 9.10 >This is the error putput >regards Vinicio > > >PyXML-0.8.4$ python2.5 setup.py build >running build >running build_py >running build_ext >building '_xmlplus.parsers.pyexpat' extension >gcc -pthread -fno-strict-aliasing -DND

Re: [XML-SIG] pyXML

2010-01-15 Thread Stefan Behnel
ryan murphy, 15.01.2010 16:34: > When I try to build pyXML in ubuntu 9.10 I get the following error > > 'gcc' failed with error status 1. Please provide a complete error report. The above line is meaningless. Also note that PyXML is no longer maintained. If you are looking for a state-of-the-ar

Re: [XML-SIG] PyXML installation in Zope2.8.5

2009-12-01 Thread Sudesh Soni
Thanks Dieter. I will try this. With regards Sudesh From: Dieter Maurer To: Sudesh Soni Cc: xml-sig@python.org Sent: Thu, November 19, 2009 2:14:28 AM Subject: Re: [XML-SIG] PyXML installation in Zope2.8.5 Sudesh Soni wrote at 2009-11-18 08:14 -0800

Re: [XML-SIG] PyXML installation in Zope2.8.5

2009-11-18 Thread Dieter Maurer
Sudesh Soni wrote at 2009-11-18 08:14 -0800: >Thanks Dieter, > >Other than gzip file and I could find an exe for PYXML installation , but the >problem is that, during installation it cannot locate the python2.3 that is in >zope 2.8 itself, instead it looks in the windows registry. >Suggest. I a

Re: [XML-SIG] PyXML installation in Zope2.8.5

2009-11-18 Thread Sudesh Soni
stuck with issue. I have not researched which part of PyXML is needed in ZSI, but I will try to find out. Regards Sudesh From: Mike Brown To: Sudesh Soni Cc: xml-sig@python.org Sent: Tue, November 17, 2009 11:18:41 PM Subject: Re: [XML-SIG] PyXML installation

Re: [XML-SIG] PyXML installation in Zope2.8.5

2009-11-18 Thread Sudesh Soni
From: Dieter Maurer To: Sudesh Soni Cc: xml-sig@python.org Sent: Wed, November 18, 2009 1:35:10 AM Subject: Re: [XML-SIG] PyXML installation in Zope2.8.5 Sudesh Soni wrote at 2009-11-17 08:50 -0800: >Product - zope 2.8.5 final [python version - 2.3.5] > >I get following error when

Re: [XML-SIG] PyXML installation in Zope2.8.5

2009-11-17 Thread Dieter Maurer
Sudesh Soni wrote at 2009-11-17 08:50 -0800: >Product - zope 2.8.5 final [python version - 2.3.5] > >I get following error when executing - > >python setup.py build > > >running build_ext >error: Python was built with version 6 of Visual Studio, and extensions need >to be built with th

Re: [XML-SIG] PyXML installation in Zope2.8.5

2009-11-17 Thread Mike Brown
PyXML has two 'extension' modules (modules written in C instead of Python): _xmlplus.parsers.pyexpat (needed by PyExpat) _xmlplus.parsers.sgmlop (needed by sgmlop) After they're built and installed, they become accessible as xml.parsers.pyexpat and xml.parsers.sgmlop, respectively. You can't bu

Re: [XML-SIG] PyXML installation in Zope2.8.5

2009-11-17 Thread Sudesh Soni
The version of PyXML is 0.8.4 From: Sudesh Soni To: xml-sig@python.orgSent: Tue, November 17, 2009 11:50:22 AMSubject: PyXML installation in Zope2.8.5 Hi,   Product - zope 2.8.5 final [python version - 2.3.5]   I get following error when executing -   python setup.py build   ===

Re: [XML-SIG] pyXML errors on install

2009-05-13 Thread Stefan Behnel
Dennis Spring wrote: > I downloaded pyXML and read the 'readMe' doc . Then you missed the fact that PyXML is unmaintained and outdated. > I am not tied to the notion of using pyXML, however I need to be able to read > and process > xml strings, not xml files. Use the xml.etree.ElementTree mo

Re: [XML-SIG] PyXML and DOM example 'generate_xml1.py'

2008-09-14 Thread Fredrik Lundh
David Lucena wrote: I've started to use PyXML because I needed a xml library for > a tool I am making. if you're writing new code, I strongly suggest using a library based on the ElementTree API instead of struggling with an old, unmaintained and rather unwieldy XML library. if I'm reading

Re: [XML-SIG] PyXML for py 2.5

2008-03-13 Thread Henry S. Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin v. Löwis writes: > If you found that validation is a processing need, I strongly recommend > that you re-evaluate your processing needs (whether you use Python > or not). IMHO, validation is much over-rated and over-used. Strong words, which I

Re: [XML-SIG] PyXML Howto

2008-03-11 Thread Stefan Behnel
Hi, [EMAIL PROTECTED] wrote: > I am writing to you to see if there is a tar.bz2 or tar.gz file of > http://pyxml.sourceforge.net/topics/howto/xml-howto.html available to > download. I am currently translating and posting different python related > tutorials and howtos to swedish and i would like t

Re: [XML-SIG] Pyxml

2008-03-10 Thread Stefan Behnel
Hi, please keep this discussion on the list. Somayeh Farnoush wrote: > I've just run > setup.py build > setup.py install > . > I am trying to install mpi intel which needs Python and Pyxml ... in > troubleshooting part of installing intel mpi suggested to use the command > rpm -qa | grep pyth

Re: [XML-SIG] Pyxml

2008-03-10 Thread Gloria
Stefan Behnel wrote: Hi, Somayeh Farnoush wrote: Dear sir, You've just missed half of the world population here. LOL! I have installed PyXml , but when I run this $ rpm -qa | grep python-xml it does not returned anything. does it mean that python-xml is missed? How can I f

Re: [XML-SIG] Pyxml

2008-03-10 Thread Stefan Behnel
Hi, Somayeh Farnoush wrote: > I've installed it on redhat Enterprise4 and use the > PyXML-0.8.4.tar.gz > form http://sourceforge.net/project/showfiles.php?group_id=6473 and you've done *what* with that tar.

Re: [XML-SIG] Pyxml

2008-03-10 Thread Stefan Behnel
Hi, Somayeh Farnoush wrote: > Dear sir, You've just missed half of the world population here. > I have installed PyXml , but when I run this > > $ rpm -qa | grep python-xml > > it does not returned anything. does it mean that python-xml is missed? How > can I fix it? Depends on how you insta

Re: [XML-SIG] PyXML for py 2.5

2008-03-08 Thread Martin v. Löwis
> What about changing the "XML" link on the Python homepage to point to a > Wiki page? I think this one would come close: > > http://wiki.python.org/moin/PythonXml Ok, I changed it so. Regards, Martin ___ XML-SIG maillist - XML-SIG@python.org http://

Re: [XML-SIG] PyXML for py 2.5

2008-02-24 Thread Martin v. Löwis
> That's what we did, and that package (the one the SIG recommended) has > been abandoned in favor of a newer one. That's not exactly true. It hasn't been abandoned in favor of lxml, or some other package. It has been abandoned in favor of the standard library (at least, that's why *I* abandoned

Re: [XML-SIG] PyXML for py 2.5

2008-02-24 Thread Stefan Behnel
Hi Martin, Martin v. Löwis wrote: >>> Mapping of Schema definitions to Python classes? >> >> A combination of lxml.objectify and schema validation is close enough >> to that, >> IMHO, but not a bit less powerful, as it's C-implemented and completely >> runtime configurable in Python code at basica

Re: [XML-SIG] PyXML for py 2.5

2008-02-24 Thread Bob Kline
Martin v. Löwis wrote: > I don't think Python is or should be the premier language to do XML > processing. I was just echoing language from the SIG's own home page. We don't need it to be the best language for XML processing, but it's the language we use for much of our administrative interface

Re: [XML-SIG] PyXML for py 2.5

2008-02-24 Thread Fred Drake
On Feb 24, 2008, at 4:08 AM, Stefan Behnel wrote: > I think validation is somewhat comparable to assertions that you put > into your > code. There's one case where we use schema-based validation in our products, and that's at organizational boundaries: Where we accept XML from another compa

Re: [XML-SIG] PyXML for py 2.5

2008-02-24 Thread Dave Kuhlman
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 hi

Re: [XML-SIG] PyXML for py 2.5

2008-02-24 Thread Martin v. Löwis
>> Mapping of Schema definitions to Python classes? > > A combination of lxml.objectify and schema validation is close enough to that, > IMHO, but not a bit less powerful, as it's C-implemented and completely > runtime configurable in Python code at basically any granularity. So can you also use

Re: [XML-SIG] PyXML for py 2.5

2008-02-24 Thread Harry George
On Sun, 24 Feb 2008 11:05:34 +0100 "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > >> If you have an application that is entirely about XML > >> processing, use Java. [snip] > > Sure, if your processing needs are simple, the Python implementation > will be simple, and perhaps also reasonably perf

Re: [XML-SIG] PyXML for py 2.5

2008-02-24 Thread Stefan Behnel
Hi, Martin v. Löwis wrote: > Implementation of specifications is another reason. XSLT2, XPath2, > XQuery? There definitely isn't a "standard" solution, but it's not true that there is nothing, either. http://www.w3.org/XML/Query/#implementations http://behnel.de/cgi-bin/weblog_basic/index.php?p=

Re: [XML-SIG] PyXML for py 2.5

2008-02-24 Thread Martin v. Löwis
>> If you have an application that is entirely about XML >> processing, use Java. > > I highly object! > > Performance is one reason: > http://www.xml.com/pub/a/2007/05/09/xml-parser-benchmarks-part-1.html > http://www.xml.com/pub/a/2007/05/16/xml-parser-benchmarks-part-2.html > http://effbot.org

Re: [XML-SIG] PyXML for py 2.5

2008-02-24 Thread Stefan Behnel
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! Performance is one reason: http://www.xml.com/pub/a/2007/05/09/xml-parser-b

Re: [XML-SIG] PyXML for py 2.5

2008-02-23 Thread Martin v. Löwis
> If I understand the responses I got to my original question correctly, > the SIG views the lxml package as the successor to PyXML, its former but > now abandoned flagship for making Python the premier language for XML > processing. Is that right? If so, I'm not sure that this WiKi page > m

Re: [XML-SIG] PyXML for py 2.5

2008-02-13 Thread Stefan Behnel
Kevin Cole wrote: > On Feb 12, 2008 12:47 PM, Stefan Behnel wrote: > >> That may be so, but if validation is just an >> >> easy_install lxml >> >> and an updated import line away, I don't think that makes it that much >> less suited for the "premier language". > > An slightly off-topic rant: I'

Re: [XML-SIG] PyXML

2008-02-12 Thread John W. Shipman
On Mon, 11 Feb 2008, Tesco Scoco wrote: +-- | I need info on PyXML with regard to the following: | a. How it works in processing XML documents. | b. How different is it from the normal built-in python xml processing | capabilities | | A pdf document will be of value. Hey, I'm new in this business a

Re: [XML-SIG] PyXML for py 2.5

2008-02-12 Thread Bob Kline
Stefan Behnel wrote: >> it's hard to imagine Python becoming the premier language for XML >> processing without support for document validation in the standard >> library distribution. >> > > That may be so, but if validation is just an > > easy_install lxml > > and an updated import line

Re: [XML-SIG] PyXML for py 2.5

2008-02-12 Thread Stefan Behnel
> Stefan Behnel wrote: >> What about changing the "XML" link on the Python homepage to point to a >> Wiki page? I think this one would come close: >> >> http://wiki.python.org/moin/PythonXml > > If I understand the responses I got to my original question correctly, > the SIG views the lxml package

Re: [XML-SIG] PyXML for py 2.5

2008-02-12 Thread Bob Kline
Stefan Behnel wrote: > What about changing the "XML" link on the Python homepage to point to a > Wiki page? I think this one would come close: > > http://wiki.python.org/moin/PythonXml > If I understand the responses I got to my original question correctly, the SIG views the lxml package as th

Re: [XML-SIG] PyXML for py 2.5

2008-02-12 Thread Stefan Behnel
Martin v. Löwin wrote: >> BTW, who's responsible for updating the XML-SIG page that the Python >> homepage links to behind it's prominent "XML" link? > > In short: anybody who volunteers. What about changing the "XML" link on the Python homepage to point to a Wiki page? I think this one would come

Re: [XML-SIG] PyXML

2008-02-11 Thread Stefan Behnel
Hi, Tesco Scoco wrote: > I need info on PyXML with regard to the following: > b. How different is it from the normal built-in python xml processing > capabilities I think the main difference is that it is no longer maintained. There are better tools which are (ElementTree) or are not (lxml) in th

Re: [XML-SIG] PyXML on PyPI

2008-02-06 Thread Michael Dunstan
On Feb 7, 2008 6:52 PM, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > >> It would be useful to have a copy of source tar ball for PyXML 0.8.4 > >> uploaded to PyPI. Then it can be easy_installed or used in > >> zc.buildout. There is an existing entry for PyXML on PyPI which has > >> the owners "lo

Re: [XML-SIG] PyXML on PyPI

2008-02-06 Thread Martin v. Löwis
>> It would be useful to have a copy of source tar ball for PyXML 0.8.4 >> uploaded to PyPI. Then it can be easy_installed or used in >> zc.buildout. There is an existing entry for PyXML on PyPI which has >> the owners "loewis, aaronsw, jkloth". Can one of these owners upload >> PyXML-0.8.4.tar.gz

Re: [XML-SIG] PyXML on PyPI

2008-02-06 Thread Stefan Behnel
Hi, Michael Dunstan wrote: > It would be useful to have a copy of source tar ball for PyXML 0.8.4 > uploaded to PyPI. Then it can be easy_installed or used in > zc.buildout. There is an existing entry for PyXML on PyPI which has > the owners "loewis, aaronsw, jkloth". Can one of these owners uploa

Re: [XML-SIG] PyXML setup.py install - MSVC Compile Errors (error LNK2019: unresolved external symbol __imp__)

2007-11-06 Thread Martin v. Löwis
> If you are not tied to PyXML by some external constraint, you might want to > use ElementTree or lxml instead, which are easy to use and actively maintained > (as opposed to PyXML). As another alternative, you might try the XML libraries that come with Python itself, which share already a lot of

Re: [XML-SIG] PyXML for py 2.5

2007-11-02 Thread Martin v. Löwis
> BTW, who's responsible for updating the XML-SIG page that the Python homepage > links to behind it's prominent "XML" link? In short: anybody who volunteers. Regards, Martin ___ XML-SIG maillist - XML-SIG@python.org http://mail.python.org/mailman/li

Re: [XML-SIG] PyXML for py 2.5

2007-11-02 Thread Stefan Behnel
Martin v. Löwis wrote: >> Do you have a version of PyXML that works with python version 2.5? If >> not when do you expect it to be available? > > PyXML is currently unmaintained. So likely, there won't be any file > releases if it anymore. BTW, who's responsible for updating the XML-SIG page tha

Re: [XML-SIG] PyXML for py 2.5

2007-11-02 Thread Martin v. Löwis
> Do you have a version of PyXML that works with python version 2.5? If > not when do you expect it to be available? PyXML is currently unmaintained. So likely, there won't be any file releases if it anymore. Regards, Martin ___ XML-SIG maillist - XML

Re: [XML-SIG] PyXML for py 2.5

2007-10-29 Thread Luis Miguel Morillas
2007/8/21, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > > Hi > Do you have a version of PyXML that works with python version 2.5? If not > when do you expect it to be available? > > Are you on windows? I compiled a this version [1] for a colleague. I've never used it because I prefer amara [2], mor

Re: [XML-SIG] PyXML setup.py install - MSVC Compile Errors (error LNK2019: unresolved external symbol __imp__)

2007-10-25 Thread Stefan Behnel
Paul Hudson wrote: > I am attempting to setup PyXML under ActiveState's 64bit build of Python. If you are not tied to PyXML by some external constraint, you might want to use ElementTree or lxml instead, which are easy to use and actively maintained (as opposed to PyXML). http://codespeak.net/lx

Re: [XML-SIG] PyXML on AIX

2007-04-11 Thread Mike Brown
John Dunn wrote: > I have been asked to install a python application on AIX 5.3 that runs OK on > Windows > I have installed Python 4.2.2 from python.org and pyXML form > sourceforge. > > However when I run the application I get the following error : > > class xml.sax._exceptions.SAXReaderNo

Re: [XML-SIG] pyxml status report

2007-03-14 Thread Martin v. Löwis
Gregory Dudek schrieb: > Somebody who can write to the sourceforge pyxml site really should > update the "topics" page ( http://pyxml.sourceforge.net/topics/ ) > > as well as the "web home" ( http://pyxml.sourceforge.net/ ). > > These are the first places you get to if you Google "python xml" a

Re: [XML-SIG] pyxml build for 2.5 FINAL

2006-09-29 Thread Martin v. Löwis
Paul Watson schrieb: > I woud like to use pyxml with Python 2.5. My existing code is > working under Python 2.4. How can I get pyxml for Python 2.5? You should be able to build PyXML yourself from the latest source release. Notice that PyXML is no longer maintained, though. Regards, Martin ___

Re: [XML-SIG] Pyxml: DOM questions, problems with namespaces

2006-06-06 Thread Mike Brown
Matthias Dorfner wrote: > 1. some problems creating my xml file with the > correct double quoted string in the namespace, here one example: > > > xmlns:noNameSpaceSchemaLocation='Handle.xsd'> > > I need exactly this output but not single quoted(' -> "). Here's the code The type of quotes used

Re: [XML-SIG] PyXML install problems on Mac OS X

2006-04-10 Thread Martin v. Löwis
Todd O'Bryan wrote: > I'm trying to install PyXML, but having problems. It appears that, > for some reason, gcc is not looking in /usr/include for header files. > I've tried looking through setup.py to see what was going on, but I'm > a Python newbie and just got lost in the code. > gcc -arc

Re: [XML-SIG] PyXML 0.8.4 and expat byteorder

2006-02-09 Thread Uche Ogbuji
Bob Ippolito wrote: > Here's the PyXML patch that gets expat byteorder from pyconfig.h. I > don't know who the maintainer is nor do I have any interest in > subscribing to xml-sig (this CC will probably bounce, or get stuck in > mod queue for days/weeks/forever). If you give a damn about PyXML >

Re: [XML-SIG] PyXML 0.8.4 and expat byteorder

2006-02-09 Thread Uche Ogbuji
Bob Ippolito wrote: > Here's the PyXML patch that gets expat byteorder from pyconfig.h. I > don't know who the maintainer is nor do I have any interest in > subscribing to xml-sig (this CC will probably bounce, or get stuck in > mod queue for days/weeks/forever). If you give a damn about PyXML >

Re: [XML-SIG] PyXML vs. stdlib xml.sax - SAX implementation/comparisonmatrix

2005-11-17 Thread Fredrik Lundh
Mike Brown wrote: > If someone with a few hours to kill would be willing to generate some XSLT to > render it, that would be great. how about 20 minutes and Python ? import elementtree.ElementTree as ET doc = ET.parse("sax-in-python.xml") class NS: def __init__(self, uri): self.uri

Re: [XML-SIG] PyXML vs. stdlib xml.sax - SAX implementation/comparison matrix

2005-11-15 Thread Thomas Passin
Mike Brown wrote: > I have a documentation project for someone. > > Inspired by the DOM standards compliance matrix[1] and the nonexistence of > documentation comparing PyXML to stdlib xml.sax, I've created (by hand, by > looking at source code and CVS logs) an XML document that can be used to

Re: [XML-SIG] PyXML vs. stdlib xml.sax

2005-10-28 Thread Mike Brown
I wrote: > * want to use SAX in Python < 2.0 (xml.sax wasn't in stdlib until Python 2.0) (notwithstanding the fact that support for Python <= 1.5 was dropped in PyXML 0.8) ___ XML-SIG maillist - XML-SIG@python.org http://mail.python.org/mailman/listin

Re: [XML-SIG] PyXML and XPath : simple Path expression seems to crash with

2005-05-11 Thread Uche Ogbuji
On Wed, 2005-05-11 at 11:25 +1000, Shawn Robb wrote: > Hi There, > I know very little about python or xpath (I’m just learning) BUT > > I did run into the same error and in my case I believe it has > something to do with a conflict between 2 installations of python on > my machine. So it may be a

Re: [XML-SIG] PyXML and XPath : simple Path expression seems to crash with

2005-05-11 Thread Julien Anguenot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, You may want to try out lxml if you wanna use xpath (http://codespeak.net/lxml/xpath.html) Cheers, J. Shawn Robb wrote: > Hi There, > > > > I know very little about python or xpath (I?m just learning) BUT > > > > I did run into

Re: [XML-SIG] PyXML and Mac OS 10.3.8

2005-03-16 Thread Graham Jones
Indeed, I thought the ADT installed by default on Macs. Apparently not. So installed ADT and fine. Well, fine after realising Apple fumbled bundle1.o in /usr/lib (Jaguar installed, Panther doesn't - so if ADT is a Jaguar ADT or early Panther version then no bundle1.o so no compile so no PyXML). A

Re: [XML-SIG] PyXML and Mac OS 10.3.8

2005-03-16 Thread Peter Herndon
pyconfig.h exists on my 10.3.8 Mac: MHUG-S1021-G4-1-25:~ herndon$ locate pyconfig.h /sw/include/python2.3/pyconfig.h /System/Library/Frameworks/Python.framework/Versions/2.3/include/ python2.3/pyconfig.h The one in /sw/include comes from fink, but the one in /System/Library is the Apple-install

Re: [XML-SIG] PyXML and Mac OS 10.3.8

2005-03-15 Thread Graham Jones
Yes, I am of the view since writing that this is really an Apple issue rather than one of PyXML. PyXML is fine. Regards Graham Jones On 15/3/05 11:16 pm, "Martin v. Löwis" <[EMAIL PROTECTED]> wrote: > Graham Jones wrote: >> But the PyXML install falls over looking for pyconfig.h. > > Is that

Re: [XML-SIG] PyXML and Mac OS 10.3.8

2005-03-15 Thread "Martin v. Löwis"
Graham Jones wrote: But the PyXML install falls over looking for pyconfig.h. Is that because there is no pyconfig.h, or because looking for it fails? If the former, there is not much we can do - complain to Apple. Alternatively, you might just need to install additional packages from Apple to get t

Re: [XML-SIG] PyXML

2005-01-28 Thread Alexandre
On Thu, Feb 26, 2004 at 01:42:32PM +0100, kaouther wrote: > salutations, > j'ai installé Zope-2.6.2-win32-x86.exe > qui a python 2.1, win32-x86 > et je voulais mettre en place silva, > j'ai téléchargé Silva-1.0rc4-all.tgz > j'ai trouvé une indication que je dois installer PyXML > MAIS AUCUNE VERSI

Re: [XML-SIG] PyXML

2005-01-27 Thread Sylvain Thénault
On Thursday 26 February à 13:42, kaouther wrote: > salutations, salut > j'ai installé Zope-2.6.2-win32-x86.exe > qui a python 2.1, win32-x86 > et je voulais mettre en place silva, > j'ai téléchargé Silva-1.0rc4-all.tgz > j'ai trouvé une indication que je dois installer PyXML > MAIS AUCUNE VERSIO

Re: [XML-SIG] PyXML, 4suite, libxml2... what should I choose?

2004-12-10 Thread Frans Englich
On Sunday 05 December 2004 22:13, Uche Ogbuji wrote: > On Mon, 2004-11-29 at 19:34 +, Frans Englich wrote: > > I need some guidance for the various XML implementations. Hello Uche, Here's a late reply. I settled for libxml2 because it provides all functionality(I can unfortunately not switc

Re: [XML-SIG] PyXML, 4suite, libxml2... what should I choose?

2004-12-05 Thread Uche Ogbuji
On Mon, 2004-11-29 at 19:34 +, Frans Englich wrote: > I need some guidance for the various XML implementations. Well, at the minimum you'll get argument :-) > In my project I use the Python DOM classes for instantiations of my XML data, > and I need XPath functionality, 4Suite has an XPath