Hi,

Again - in my XSP taglib, I'm trying to write:

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 :(


Thanks,
Alex

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

Reply via email to