开发者

Problem in reading Xml file

开发者 https://www.devze.com 2023-01-19 03:02 出处:网络
I am making xml file for rssfeed. but 开发者_高级运维rssfeed reader is not reading some special character.I have following data:

I am making xml file for rssfeed. but 开发者_高级运维rssfeed reader is not reading some special character.I have following data:

Machinery Vibration Analysis Training Course (with optional Mobius Institute certification exam - ISO 18436.2 Category II Vibration Analyst)

In XML file it looks like

Machinery Vibration Analysis Training Course (with optional Mobius Institute certification exam ISO 18436.2 Category II Vibration Analyst) when rssfeed reader read this xml file it shows xml error. please help me to solve this.

thank you


You should have a function that converts all HTML entities to numeric XML entities. XML is particularly picky on this one if not defined in the DTD.

0

精彩评论

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