> Interesting.. So to be consistent with proper XML formatting,
> should the server hosting the XML file convert the & into
> & ?
It depends on the situation, I believe. The server that sends you XML
should indeed provide you well-formed XML, which it's not doing. Probably
what should happen i
Hello Peter,
Peter Dudley wrote:
> The problem is in your link URL, where you pass CGI parameters. When XML
> sees the & character, it assumes it's a special character thing such as
> & or ", so it's expecting a semicolon.
replacing it with & fixed the XML error. Thanks!
> http://cupe.ca/ne
e
> ampersand ...
> - Original Message -
> From: "Mike Gifford" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, May 18, 2001 12:24 PM
> Subject: [PHP] PHP & XML Parsing
>
>
>
>> Hello,
>>
>> In looking for a good script
for xml you have to escape certain characters in the file, one is the
ampersand ...
- Original Message -
From: "Mike Gifford" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 18, 2001 12:24 PM
Subject: [PHP] PHP & XML Parsing
> Hello,
>
&
The problem is in your link URL, where you pass CGI parameters. When XML
sees the & character, it assumes it's a special character thing such as
& or ", so it's expecting a semicolon.
http://cupe.ca/news/cupenews/showitem.asp?ID=2823&cl=1
Just yesterday I discovered a program called XML Spy whi
Hello,
In looking for a good script to parse XML files I stumbled across the following
tutorial (which looks very good):
http://www.wirelessdevnet.com/channels/wap/features/xmlcast_php.html
I have set this script up here:
http://www.airdiv-cupe.org/portal/newsfeed_new_parser.php
6 matches
Mail list logo