post xml 通过 simplexml_load_string 解析问题

将如下$xml = "<?xml version='1.0' encoding='utf-8'?>

<address>
<street>Lot 11, Happy Street</street>
<state>Florida</state>
<country>USA</country>
</address>

";  post到服务器,服务器端通过simplexml_load_string解析,报

ExpandedBlockStart.gif 代码
Warning:  simplexml_load_string() [function.simplexml - load - string ]: Entity: line  1 : parser error : String not started expecting  '  or " in C:\AppSer\process.php on line 14

Warning:  simplexml_load_string() [function.simplexml
- load - string ]:  <? xml version = \ " 1.0\ "  encoding = \ " utf-8\ " ?>   in  C:\AppSer\process.php on line  14

Warning:  simplexml_load_string() [function.simplexml
- load - string ]:                ^   in  C:\AppSer\.php on line  14

Warning:  simplexml_load_string() [function.simplexml
- load - string ]: Entity: line  1 : parser error : Malformed declaration expecting version  in  C:\AppSer\.php on line  14

Warning:  simplexml_load_string() [function.simplexml
- load - string ]:  <? xml version = \ " 1.0\ "  encoding = \ " utf-8\ " ?>   in  C:\AppSer\process.php on line  14

Warning:  simplexml_load_string() [function.simplexml
- load - string ]:                ^   in  C:\AppSer\process.php on line  14

Warning:  simplexml_load_string() [function.simplexml
- load - string ]: Entity: line  1 : parser error : Blank needed here  in  C:\AppSer\process.php on line  14

Warning:  simplexml_load_string() [function.simplexml
- load - string ]:  <? xml version = \ " 1.0\ "  encoding = \ " utf-8\ " ?>   in  C:\AppSer\process.php on line  14

Warning:  simplexml_load_string() [function.simplexml
- load - string ]:                ^   in  C:\AppSer\process.php on line  14

Warning:  simplexml_load_string() [function.simplexml
- load - string ]: Entity: line  1 : parser error : parsing XML declaration:  ' ?> '  expected  in  C:\AppSer\process.php on line  14

Warning:  simplexml_load_string() [function.simplexml
- load - string ]:  <? xml version = \ " 1.0\ "  encoding = \ " utf-8\ " ?>   in  C:\AppSer\process.php on line  14

Warning:  simplexml_load_string() [function.simplexml
- load - string ]:                ^   in  C:\AppSer\process.php on line  14

错误。

通过最初的排查,我认为是因为字符被html格式化了,即通过

htmlspecialchars — Convert special characters to HTML entities方式。

所以我尝试,通过

htmlspecialchars_decode — Convert special HTML entities back to characters 

方式将其格式化回来。但错误依旧。

 通过google发现别的同志也遇到过这样的问题,分析出原因在于引号处理上。

通过

stripslashes — Un-quotes a quoted string

将post内容进行处理后。问题解决。


 

 

转载于:https://www.cnblogs.com/flyingchen/archive/2010/03/18/1689206.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值