Re: XML into text node
Nick Wellnhofer <[email protected]> Wed, 14 Oct 2015 16:35:27 +0200
| Newsgroups | gmane.comp.lang.perl.xml |
|---|---|
| Message-ID | <[email protected]> |
On 14/10/2015 13:22, Mark Overmeer wrote: > I need something like $doc->createTextNode where the text does not get > entity encoded. Any idea? libxml2 supports this on the C level by setting the name of a text node to the magic string constant `xmlStringTextNoenc`. Unfortunately, there is no way to achieve this with the Perl bindings. Nick _______________________________________________ Perl-XML mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs