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

Brian Minchau updated XALANJ-1260:
----------------------------------

    Version: Latest Development Code
                 (was: 2.0.0)

> XSL Include files ignore encoding set in root XSL document
> ----------------------------------------------------------
>
>          Key: XALANJ-1260
>          URL: http://issues.apache.org/jira/browse/XALANJ-1260
>      Project: XalanJ2
>         Type: Bug
>   Components: JAXP
>     Versions: Latest Development Code
>  Environment: Operating System: OS/400
> Platform: Other
>     Reporter: Jeff Lynch
>     Assignee: Xalan Developers Mailing List

>
> I am running XSL / XML transform in Java while processing Japanese UTF-8 
> characters in XSL stylesheets.  The "root" XSL document that controls 
> Xsl:include xsl files has these characters as well as the include .xsl files
> When transformed, the output results in the UTF-8 Japanese characters showing 
> up as Japanese for the "root" xsl page characters, but the include file 
> characters are not being encoded in UTF-8, they are transformed in to ASCII 
> garbage.
> I have included the following XML declarations in the include files
> <?xml version="1.0" encoding="UTF-8"?>
> <xsl:stylesheet version="1.0" 
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
>       <xsl:output/>
> Here is the declaration for a "root" xsl page:
> <?xml version="1.0" encoding="UTF-8"?>
> <xsl:stylesheet version="1.0" 
> xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>
> <xsl:include href="header.xsl" />
> <xsl:include href="lnav.xsl" />
> <xsl:include href="footer.xsl" />
> <xsl:output method="html" version="1.0" indent="yes" encoding="UTF-8" media-
> type="text/html"/>
> This is a high importance item to get resolved, any help will be greatly 
> appreciated.

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