chelvis
03-07-2003, 08:28 PM
I created a website which have chinese letters/characters/paragraph. Some one sent me this html and now I have to convert this to XSL. I did convert the tags to xsl and when I compiled (using textpad). (what I ment by compiling is we use Java to talk to backend) Then I try to open the webpage, I couldnt. So when I looked at the text pad I saw the following error:
Error on line 104 column 2 of ../chineesHelp.xsl:
Error reported by XML parser: An invalid XML character (Unicode: 0xb9) was found in the CDATA section.
Looking for:world_generalException
So I am pasting the XSL section below. If this is wrong how can I do this?
<![CDATA[
<xsl:comment>
这里提供两种帮助方式:在线HTML和可打印的PDF(需要安装
</xsl:comment>
]]>
The characters which looks funny actually become chinese when I view the page
Error on line 104 column 2 of ../chineesHelp.xsl:
Error reported by XML parser: An invalid XML character (Unicode: 0xb9) was found in the CDATA section.
Looking for:world_generalException
So I am pasting the XSL section below. If this is wrong how can I do this?
<![CDATA[
<xsl:comment>
这里提供两种帮助方式:在线HTML和可打印的PDF(需要安装
</xsl:comment>
]]>
The characters which looks funny actually become chinese when I view the page