Am Donnerstag, den 24.12.2009, 00:01 +0000 schrieb brian m. carlson: > When processing certain types of files with the XHTML stylesheets using > Xalan or Saxon (but not xsltproc), results in unneeded xmlns:saxon > namespace attributes. This is a problem since those attributes are > prohibited by the XHTML DTDs, and this leakage prevents the XHTML from > validating. This does not occur with html/html.xsl; I have not tested > xhtml-1_1/html.xsl, but it has the same code.
This issue affects both docbook-xsl and docbook-xsl-ns. The xmlns:saxon namespace is added to <a> elements. This is caused in xhtml/html.xsl in the template named "anchor". There the <xslo:if> element has an xmlns:saxon namespace attribute and this causes leaking this namespace attribute to the output. Regards, Daniel -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org