DOM question

Diez B. Roggisch deets at web.de
Thu Jun 2 10:55:38 EDT 2005


> 
> Yes, in fact:
> 
> //section[@id=$id_param]//*[name()!='section']
> 
> would do the trick.
> 
> I was trying to avoid using anything not in the standard Python
> distribution if I could help it; I need to be able to use my code on
> Linux, OS X and Windows.
> 
> The xml.path package is from PyXML, yes? I'll just have to battle with
> installing PyXML on OS X ;-)

As a fresh member of the MacOSX community I can say that so far except 
pygame I made everything run. So - I don't expect that to be too much of 
a problem.

Diez



More information about the Python-list mailing list