开发者

PHP XMLReader PCDATA invalid Char

开发者 https://www.devze.com 2023-03-13 08:45 出处:网络
I\'m parsing an feed which comes in from the web and get the following error code: XMLReader::read(): http://myfeedurl:22180: parser error 开发者_StackOverflow中文版: PCDATA invalid Char value 16

I'm parsing an feed which comes in from the web and get the following error code:

XMLReader::read(): http://myfeedurl:22180: parser error 开发者_StackOverflow中文版: PCDATA invalid Char value 16

Any suggestions on how to fix this? Do I need to declare anything?


have you ever tried simplexml? http://php.net/simplexml

PCDATA: Parsed Character DATA

CDATA: Character DATA

0

精彩评论

暂无评论...
验证码 换一张
取 消