[Lxml-checkins] r51154 - in lxml/trunk: . src/lxml

scoder at codespeak.net scoder at codespeak.net
Thu Jan 31 15:31:22 CET 2008


Author: scoder
Date: Thu Jan 31 15:31:22 2008
New Revision: 51154

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/src/lxml/lxml.etree.pyx
Log:
 r3367 at delle:  sbehnel | 2008-01-31 14:57:24 +0100
 added default prefix for XSLT namespace


Modified: lxml/trunk/src/lxml/lxml.etree.pyx
==============================================================================
--- lxml/trunk/src/lxml/lxml.etree.pyx	(original)
+++ lxml/trunk/src/lxml/lxml.etree.pyx	Thu Jan 31 15:31:22 2008
@@ -74,6 +74,7 @@
 cdef object _DEFAULT_NAMESPACE_PREFIXES
 _DEFAULT_NAMESPACE_PREFIXES = {
     "http://www.w3.org/1999/xhtml": "html",
+    "http://www.w3.org/1999/XSL/Transform": "xsl",
     "http://www.w3.org/1999/02/22-rdf-syntax-ns#": "rdf",
     "http://schemas.xmlsoap.org/wsdl/": "wsdl",
     # xml schema


More information about the lxml-checkins mailing list