> Thats what is wierd. I don't do any escaping. I think it might be
embperl
> doing the escaping because if I do a print of the XML doc string it has no
> escaping. If I put the string between [+ $content +] then it gets
escaped.
>
Yes, Embperl escapes your output per default, you can turn it off by using
$escmode e.g.
[+ do { local $escmode = 0 ; $content } +]
Gerald
P.S. The do { } is only necessary in Embperl 2.0
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------