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 message
3D7FEE06.26058.356643C@localhost">news:3D7FEE06.26058.356643C@localhost...
>
>
> 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 telling me that it's not formed correctly (because of the "<" in
> > the quotes).
>
> 
> 
> 
>
> But < will most probably be displayed as < in the example the other
person gave you, only the source view shows <
>
> Peter



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 telling me that it's not formed correctly (because of the "<" in
> the quotes).





But < will most probably be displayed as < in the example the other person gave 
you, only the source view shows <

Peter

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] XML Parser Question

2002-09-11 Thread OrangeHairedBoy

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?

Lewis


"Martin Towell" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[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]
> Subject: [PHP] XML Parser Question
>
>
> 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, is there an option I can set to allow this??
>
> If not, is there a XML parser class that anyone would recommend? I like
the
> fact that the built in one has the ability to call different subroutines
> based on the the tag information. Are there any like that which would
> support the use of < and > in quotes??
>
> Thanks all!
>
> Lewis
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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 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, is there an option I can set to allow this??

If not, is there a XML parser class that anyone would recommend? I like the
fact that the built in one has the ability to call different subroutines
based on the the tag information. Are there any like that which would
support the use of < and > in quotes??

Thanks all!

Lewis



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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, is there an option I can set to allow this??

If not, is there a XML parser class that anyone would recommend? I like the
fact that the built in one has the ability to call different subroutines
based on the the tag information. Are there any like that which would
support the use of < and > in quotes??

Thanks all!

Lewis



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php