[ http://issues.apache.org/jira/browse/XALANJ-1834?page=all ]

Brian Minchau updated XALANJ-1834:
----------------------------------

    Fix Version: 2.7

> Xalan fails namespace24 test from OASIS
> ---------------------------------------
>
>          Key: XALANJ-1834
>          URL: http://issues.apache.org/jira/browse/XALANJ-1834
>      Project: XalanJ2
>         Type: Bug
>   Components: Xalan
>     Versions: CurrentCVS
>  Environment: Operating System: Other
> Platform: Other
>     Reporter: elharo
>     Assignee: Xalan Developers Mailing List
>      Fix For: 2.7
>  Attachments: namespace24.xml, namespace24.xsl
>
> Xalan does not process namespace-alias as it should on elements created by 
> using
> the xsl:element command (as opposed to literal result elements). libxslt gets
> this one right:
> [EMAIL PROTECTED] namespace]$ java -classpath
> /opt/xml/xalan-j_2_6_0/bin/xalansamples.jar:/opt/xml/xalan-j_2_6_0/bin/xercesImpl.jar:/opt/xml/xalan-j_2_6_0/bin/xalan.jar
> org.apache.xalan.xslt.Process -IN namespace24.xml -XSL namespace24.xsl
> <?xml version="1.0" encoding="UTF-8"?>
> <axsl:stylesheet xmlns:axsl="http://www.w3.org/1999/XSL/TransAlias"; 
> version="1.0">
> <axsl:template xmlns:axsl="http://www.w3.org/1999/XSL/Transform";
> match="h1"><axsl:apply-templates/></axsl:template>
> </axsl:stylesheet>
> [EMAIL PROTECTED] namespace]$ xsltproc namespace24.xsl namespace24.xml
> <?xml version="1.0"?>
> <axsl:stylesheet xmlns:axsl="http://www.w3.org/1999/XSL/Transform"; 
> version="1.0">
> <axsl:template match="h1"><axsl:apply-templates/></axsl:template>
> </axsl:stylesheet>

-- 
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]

Reply via email to