Subject: | re-document methods to keep closing tags when serializing |
Date: | Mon, 21 Nov 2016 11:38:18 +0800 |
To: | bug-XML-LibXML [...] rt.cpan.org |
From: | 積丹尼 Dan Jacobson <jidanni [...] jidanni.org> |
Please re-document setTagCompression, or other methods to keep closing
tags when serializing, just in case one wants to, as one cannot always just
replace toString with toStringHTML. E.g., here:
for ( $doc->findnodes(...){
for ( $_->toString ) { ...
http://stackoverflow.com/questions/6151881/perl-libxml-keep-closing-tags-when-serializing