[XML-SIG] losing cdata tag

Martin v. Loewis martin@v.loewis.de
29 May 2002 09:41:45 +0200


Paul Tremblay <phthenry@earthlink.net> writes:

> I can't figure out what xml processor python is using:
> 
> which: no xmlproc in (/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games:/home/paul/bin)
> which: no expat in (/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games:/home/paul/bin)
> which: no pirxx in (/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games:/home/paul/bin)

Neither xmlproc nor pirxx is an executable program on any
system. Instead, they are libraries. xmlproc ships with Python, so you
most definitely have it available.

> I re-tried my code with  your example above, and got this result:

What version of PyXML are you using? Can you try 0.7.1?

Regards,
Martin