Template with built-in template rules for namespaces gives and assert
----------------------------------------------------------------------
Key: XALANC-609
URL: http://issues.apache.org/jira/browse/XALANC-609
Project: XalanC
Type: Bug
Components: XalanC
Versions: CurrentCVS
Environment: all
Reporter: Dmitry Hayes
Fix For: CurrentCVS
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
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]