Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
CurrentCVS
-
None
-
all
Description
Stylesheet:
<xsl:template match="/">
<out>
<xsl:apply-templates select="//namespace::*"/>
</out>
</xsl:template>
and an input document:
<?xml version="1.0"?>
<doc xmlns="default.uri">
<!-Comment 1->
<item xmlns:one="http://one.org" xmlns:two="http://two.org">
<inner>Some text <!-Comment 3->
<sub-inner xmlns:one="http://example.org"/>
</inner>
</item>
<item/>
<item></item>
</doc>
Gives :
Assertion failed: DOMServices::isNamespaceDeclaration(static_cast<const XalanAtt
r&>(theNode)) == false, file \src\xalanc\Xslt\Stylesheet.cpp, line 1093