Re: [xml] fails to parse
- From: "A. Pagaltzis" <pagaltzis gmx de>
- To: xml gnome org
- Subject: Re: [xml] fails to parse
- Date: Fri, 19 May 2006 15:46:19 +0200
* boss gregerhaga net <boss gregerhaga net> [2006-05-19 13:00]:
I am parsing a xml file containing urls. The problem is that it
fails to parse some urls, for example the following:
<feed url="www.preferredjobs.com/rss/rss2.asp?city=san%20francisco&st=CA"/>
Your XML file is broken. You have an unencoded ampersand. It
needs to be
<feed url="www.preferredjobs.com/rss/rss2.asp?city=san%20francisco&st=CA"/>
Regards,
--
Aristotle Pagaltzis // <http://plasmasturm.org/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]