Hi,gentlemen I fall in such a problem that i cannot parse Chinese words from result of getUrl(). Encoding of XML string is UTF-8, which I can read from IE.Chinese words and svg elements are there exactly right. But i cannot make it displayed correctly in result svg document. Please help.Thanks.
parseXML in Javascript (the js file is also in UTF-8 encoding) var node = parseXML(data.content,document); result fragment of getUrl(),I copied from IE, <g id="river_layer" style="fill:none;stroke:red;stroke-width:1px"> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18372830.239911288" y="-3391660.137617202">爱 民 渠</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18370901.499314364" y="-3390472.2641593004">河</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18370897.646964137" y="-3391603.8165481789">西</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18357234.424850985" y="-3386322.7786429878">河</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18357179.35356595" y="-3386638.4706873093">江</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18357144.690663058" y="-3387011.6340267123">斜</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18369774.031066224" y="-3432345.5336938347">阳</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18370003.027302373" y="-3432529.6798848808">河</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18370165.972642891" y="-3431220.4725807142">河</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18369665.101120319" y="-3431183.8453822127">条</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18369581.182578877" y="-3432104.706362999">蒲</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18366472.203959942" y="-3432976.287658636">岷</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18366540.40788215" y="-3432857.604333289">江</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18366599.282022547" y="-3432000.3458525771">黑</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18366566.277197588" y="-3431859.8782458715">总</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18366562.903297711" y="-3431696.0360452561">河</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18366940.664595921" y="-3430934.2663313639">外</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18367063.510847677" y="-3430268.6955238581">江</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18367229.755845774" y="-3429379.9508550293">金</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18367351.504961383" y="-3429120.7599151144">马</text> <text style="fill:red;font-size:10px;stroke-width:10px;" x="18367481.016521454" y="-3428845.2657710603">河</text> </g>
