On Sunday, 02. February 2003 14:25, Alex Sergeyev wrote:

> sub parse_end {
>    my ($e, $tag) = @_;
>    ....
>    } elsif ($tag eq 'xxxx') {
>       return '$parent = __mk_text_node($document, $parent, "MY STRING");';
>    }
> }
>
> Can I do this?
> If yes - when I try to write "MY < STRING" it writes "MY <
> STRING" to output...
>
> I think, that it's a bug too :(

No, it isn't. Just write "MY < STRING". After all, you are in Perl space at 
that point - no need to escape anything, XSP.pm will do anything that's 
neccessary.

-- 
CU
  Joerg

PGP Public Key at http://ich.bin.kein.hoschi.de/~trouble/public_key.asc
PGP Key fingerprint = D34F 57C4 99D8 8F16 E16E  7779 CDDC 41A4 4C48 6F94


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to