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 <mytag value="x<y"/>, but the parser
> keeps telling me that it's not formed correctly (because of the "<" in
> the quotes).

<mytag>
<![CDATA[x<y]]>
</mytag>

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

Peter

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

Reply via email to