Re: [PHP] Re: Simple XML - problem with errors

2010-07-08 Thread Gary .
On 7/8/10, Nisse Engström wrote: > On Thu, 8 Jul 2010 17:15:02 +0200, "Gary ." wrote: >> I'm guessing that those attributes "must" be quoted in XML and >> "should" be in HTML (but patently aren't)? > > For that attribute value, it's a "must" in both cases. Okay. Please tell L**! :) -- PHP Ge

Re: [PHP] Re: Simple XML - problem with errors

2010-07-08 Thread Gary .
On 7/8/10, Richard Quadling wrote: > On 8 July 2010 16:15, Gary wrote: >> Okay. At least one of the problems with this so called HTML seems to >> be that the body tag looks like >> >> and xml_parse complains that "> required" on that line (i.e. it is >> claiming it can't find the end of the tag!).

[PHP] Re: Simple XML - problem with errors

2010-07-08 Thread Nisse Engström
On Thu, 8 Jul 2010 17:15:02 +0200, "Gary ." wrote: > Okay. At least one of the problems with this so called HTML seems to > be that the body tag looks like > > and xml_parse complains that "> required" on that line (i.e. it is > claiming it can't find the end of the tag!). > > I'm guessing that

Re: [PHP] Re: Simple XML - problem with errors

2010-07-08 Thread Richard Quadling
On 8 July 2010 16:15, Gary . wrote: > Okay. At least one of the problems with this so called HTML seems to > be that the body tag looks like > > and xml_parse complains that "> required" on that line (i.e. it is > claiming it can't find the end of the tag!). > > I'm guessing that those attributes

[PHP] Re: Simple XML - problem with errors

2010-07-08 Thread Gary .
Okay. At least one of the problems with this so called HTML seems to be that the body tag looks like and xml_parse complains that "> required" on that line (i.e. it is claiming it can't find the end of the tag!). I'm guessing that those attributes "must" be quoted in XML and "should" be in HTML (