registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #30211
[Bug 474649] Re: xmldiff-xmlrev fails to compile in the xslt file
As far as I can see, xmlrev.xslt is broken in two ways.
Firstly, it contains
<xsl:attribute name="xmlns:x">http://www.w3.org/1999/XSL/Transform</xsl:attribute>
which is illegal and, I think, unnessecary.
But removing it probably isn't going to help very much because a bit
later, xmlrev may call 3 templates xupdate:insert-before, xupdate
:insert-after and xupdate:append which are simply not implemented.
I don't know how these things go, but someone may want to pass this on
to upstream.
--
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Debian.
https://bugs.launchpad.net/bugs/474649
Title:
xmldiff-xmlrev fails to compile in the xslt file