Y
yuci
Unregistered / Unconfirmed
GUEST, unregistred user!
1. <test>TestIt</test>
2. <test>测试她</test>
我在用SUN JAXP中的DOM解析XML字符串1时,没任何问题,但是在解析2时,则返回的Document为null,
原因就是2中有了中文,目前我的解决办法是在字符串前增加<?xml version="1.0" encoding="GBK"?>,
不知哪位大侠有其他更好的解决办法。
BTW: 我觉得是不是DocumentBuilderFactory或DocumentBuilder中能有办法
2. <test>测试她</test>
我在用SUN JAXP中的DOM解析XML字符串1时,没任何问题,但是在解析2时,则返回的Document为null,
原因就是2中有了中文,目前我的解决办法是在字符串前增加<?xml version="1.0" encoding="GBK"?>,
不知哪位大侠有其他更好的解决办法。
BTW: 我觉得是不是DocumentBuilderFactory或DocumentBuilder中能有办法