Which XML Parser are you using? Please post a code snip.
hi,I meeted the same problem,but I had soluted it。
the xml file is follow when a exception had throwed out like "The processing instruction target matching "[xX][mM][lL]"
cc_getuserfunc1385630011666107984892731001920010049998911200504201734321310121301000100
<?xml version="1.0" encoding="GBK"?>
<request type="struct">
<home_city type="int" />
<msisdn type="string">13501550001</msisdn>
<password type="string" />
</request>
]
the right xml is
cc_getuserfunc1385630011666107984892731001920010049998911200504201734321310121301000100<?xml version="1.0" encoding="GBK"?>
<request type="struct">
<home_city type="int" />
<msisdn type="string">13501550001</msisdn>
<password type="string" />
</request>]
the reason for the exception, had been throwed out is
there is new line symbol before the characters "]]>" and after the characters "