> Even if I save xml as UTF-8 file, nothing have changed. Hmm, I'm at a loss then. The only thing I can say is how it works for me: - all of my source XML are in euc-jp - all of my XPS files assign UTF-8 strings to $t - I have no markup outside of <% ... %> in the XPS file - all of my files go through XPS -> XSLT, and the XSLT file is what specifies the final charset for me ( via the <xsl:output /> tag )
Also I do not use AxOutputCharset FWIW. I don't know if it matters. > But with Axkit 1.4 or 1.5, I can mixup shift_jis(XML) and UTF-8(XPS) and output >shift_jis. > I hope install problem or something cause this... Well yeah, that's correct. The original XML file is written in Shift_JIS, but then when it is parsed via LibXML it is converted to UTF-8. So if the XPS file outputs UTF-8 characters only, there should be no problem. As stated above, I do the same thing with euc-jp. My source XML is in euc, but I output UTF-8 from the XPS file. --d --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
