﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-Energy of Love-随笔分类-Struts</title><link>http://www.blogjava.net/titanaly/category/39907.html</link><description /><language>zh-cn</language><lastBuildDate>Sun, 06 Jun 2010 23:33:04 GMT</lastBuildDate><pubDate>Sun, 06 Jun 2010 23:33:04 GMT</pubDate><ttl>60</ttl><item><title>解析XML文件中出现错误org.xml.sax.SAXParseException</title><link>http://www.blogjava.net/titanaly/archive/2010/06/01/322443.html</link><dc:creator>不高兴</dc:creator><author>不高兴</author><pubDate>Tue, 01 Jun 2010 05:42:00 GMT</pubDate><guid>http://www.blogjava.net/titanaly/archive/2010/06/01/322443.html</guid><wfw:comment>http://www.blogjava.net/titanaly/comments/322443.html</wfw:comment><comments>http://www.blogjava.net/titanaly/archive/2010/06/01/322443.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/titanaly/comments/commentRss/322443.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/titanaly/services/trackbacks/322443.html</trackback:ping><description><![CDATA[我在解析XML文件中出现如下错误:
<p>org.xml.sax.SAXParseException: The reference to entity "Stars" must end with the&nbsp; ';' delimiter.</p>
<p>经查实发现,xml文件里有&amp;的字眼</p>
<p>把其中的"&amp;"转义字符&amp;amp; 代替,就OK了</p>
<img src ="http://www.blogjava.net/titanaly/aggbug/322443.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/titanaly/" target="_blank">不高兴</a> 2010-06-01 13:42 <a href="http://www.blogjava.net/titanaly/archive/2010/06/01/322443.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>