[ 
https://issues.apache.org/jira/browse/XALANJ-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651714#action_12651714
 ] 

Henry Zongaro commented on XALANJ-1959:
---------------------------------------

Hi, Mukul.  Thanks very much for submitting the fix.  I'll try to review your 
patch in the coming week, but in the meanwhile may I ask you to attach a patch 
file (in unified diff format) in addition to the modified file?  That will be 
helpful for anybody who would like to apply the patch to an older snapshot of 
the source code.
Thanks,
Henry

> Failure to copy namespace nodes
> -------------------------------
>
>                 Key: XALANJ-1959
>                 URL: https://issues.apache.org/jira/browse/XALANJ-1959
>             Project: XalanJ2
>          Issue Type: Bug
>      Security Level: No security risk; visible to anyone(Ordinary problems in 
> Xalan projects.  Anybody can view the issue.) 
>          Components: parse-or-compile, Xalan-interpretive
>    Affects Versions: 2.6
>            Reporter: elharo
>         Attachments: ElemCopyOf.java
>
>
> Another OASIS test suite discrepancy. This time libxslt agrres with Xalan, 
> but on reflection I think the test case is correct and Xalan and libxslt are 
> wrong.
> The test case is:
> xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
>     <!-- Purpose: Test case for bug 70935 -->
>     <xsl:output method="xml" encoding="UTF-8" omit-xml-declaration="yes" 
> indent="yes"/>
>     <xsl:template match="/">
>         <test><xsl:copy-of 
> select="document('')/xsl:stylesheet/namespace::xsl"/></test>
>     </xsl:template>
> </xsl:stylesheet>
> The expected output is:
> <test xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
> </test>
> The actual output is
> <test>
> </test>
> The namespace node has not been copied. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to