[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: XPath implementation
- From: "Thomas B. Passin" <tpassin@home.com>
- To: xml-dev <xml-dev@lists.xml.org>
- Date: Thu, 05 Jul 2001 08:50:23 -0400
[Dimiter Naydenov]
>
> Because the project I'm working on is going to be platform independant, I
> wanted to use something standard as XML DOM interface-method. Can anyone
> recommend a XPath parser with such capabilities (to work on Win32,
nix*-es,
> etc.) ?
>
There is a Python xpath processor in the 4Suite set of XML processors:
www.4suite.org
Being in Python, it is very happy to run on Windows, *nix, etc.
Cheers,
Tom P