Re: [PHP] XML Parser Question

2002-09-11 Thread OrangeHairedBoy
Hmmm...hadn't thought of that... I guess I could use that if there's no alternative... What I really need is the ability to do this: I'm convinced that there just has to be a way! :) But thanks though...I'm writing that down now... Lewis "Peter J. Schoenster" <[EMAIL PROTECTED]> wrote in

Re: [PHP] XML Parser Question

2002-09-11 Thread Peter J. Schoenster
On 12 Sep 2002 at 0:13, OrangeHairedBoy wrote: > Yeah...i should have mentioned I had thought of that...but I really > don't want to :) > > It just doesn't look right when it's a math expression. Know a permenant > solution? > I want to be able to handle the tag , but the parser > keeps tel

Re: [PHP] XML Parser Question

2002-09-11 Thread OrangeHairedBoy
[EMAIL PROTECTED]... > could you change the "<" to "<" or "%3C" or something similar? > > -Original Message- > From: OrangeHairedBoy [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 12, 2002 1:59 PM > To: [EMAIL PROTECTED] > Su

RE: [PHP] XML Parser Question

2002-09-11 Thread Martin Towell
could you change the "<" to "<" or "%3C" or something similar? -Original Message- From: OrangeHairedBoy [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 12, 2002 1:59 PM To: [EMAIL PROTECTED] Subject: [PHP] XML Parser Question I've been re

[PHP] XML Parser Question

2002-09-11 Thread OrangeHairedBoy
I've been reading the XML parser documention, and I'm not having much luck. I want to be able to handle the tag , but the parser keeps telling me that it's not formed correctly (because of the "<" in the quotes). But shouldn't it ignore that as a tag-opening "<" since it's inside quotes?? Anyway,