[XML-SIG] Re: help - attributes namespace - is this a bug in PyXML

Fredrik Lundh fredrik at pythonware.com
Wed Aug 18 10:08:48 CEST 2004


"Ajay" wrote:

> i would actually prefer using just minidom and not even have xpath. the
> application may be ported to a PDA and the pythonce distribution does not
> include the PyXML package.
> since i use xpath to just locate node subsets, i would have to rewrite
> funtions to do that by just looping through the different nodes (i don't
> know how hard that will be) --- is there someone who has already done
> that?

plug: people who work on "small platforms" are known to like the
elementtree package:

    http://effbot.org/zone/element-index.htm

elementtree's have limited support for XPath:

    http://effbot.org/zone/element-xpath.htm

</F> 





More information about the XML-SIG mailing list