On 2005.04.25, at 10:04, Ben Pope <[EMAIL PROTECTED]> wrote:

>What about the encoding of your original files?
>
>hello.xml:
><?xml encoding="Shift-JIS"?>
><yada yada>
>
>hello.xsl:
><?xml encoding="Shift-JIS"?>
><xsl:output encoding="Shift-JIS">
><yada yada>

My files are 

hello.xml:
<?xml version="1.0" encoding="Windows-31J"?>
<page>...

hello.xsl:
<?xml version="1.0" encoding="Windows-31J"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output encoding="Windows-31J"?>
<xsl:template...>

makoto

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

Reply via email to