[XML-SIG] Availability of libxml2 and libxslt Python bindings
Fred L. Drake, Jr.
fdrake@acm.org
Thu, 21 Feb 2002 11:15:23 -0500
I suggested:
> reference = ("startDocument:startElement foo {'url': 'tst'}:"
> "characters: bar:endElement foo:endDocument:")
Daniel Veillard writes:
> Bingoooo !
It appears that the parentheses and indentation on the second line of
the expression got lost:
reference = "startDocument:startElement foo {'url': 'tst'}:"
"characters: bar:endElement foo:endDocument:"
is legal Python, but probably not what you intended. ;)
> http://xmlsoft.org/XSLT/python.html
> should be fixed too now :-)
These are looking much better; thanks! (When the horizontal scrollbar
appears on Mozilla, and the window is maximized on a 1400x1050 screen,
something is definately wrong! The scrollbar is gone now.)
-Fred
--
Fred L. Drake, Jr. <fdrake at acm.org>
PythonLabs at Zope Corporation