Schimon Jehudah via lxml - The Python XML Toolkit writes > <stylesheet> > <xsl:transform version="1.0" > xmlns="http://www.w3.org/2005/Atom" > xmlns:xpath="http://www.w3.org/2005/xpath-functions" > xmlns:xml="http://www.w3.org/XML/1998/namespace" > xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> > <!-- CODE TRUNCATED --> > </xsl:transform> > </stylesheet>
I suspect that this is not a stylesheet, because the <stylesheet> element is not in the "http://www.w3.org/1999/XSL/Transform" namespace. -- Written by Thomas Krichel http://openlib.org/home/krichel on his 22096th day. _______________________________________________ lxml - The Python XML Toolkit mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/lxml.python.org Member address: [email protected]
