in reply to How to avoid addition of tags by HTML::TreeBuilder
$tree->ignore_unknown(0);; $tree->implicit_tags(0); $tree->no_expand_entities(1); $tree->ignore_unknown(0); $tree->ignore_ignorable_whitespace(0); $tree->no_space_compacting(1); $tree->store_comments(1); $tree->store_pis(1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to avoid addition of tags by HTML::TreeBuilder
by phoenix007 (Sexton) on Apr 19, 2019 at 07:23 UTC | |
by Your Mother (Archbishop) on Apr 19, 2019 at 14:33 UTC | |
by Anonymous Monk on Apr 19, 2019 at 16:55 UTC | |
by Your Mother (Archbishop) on Apr 19, 2019 at 17:03 UTC | |
by karlgoethebier (Abbot) on Apr 20, 2019 at 14:17 UTC | |
by Anonymous Monk on Apr 21, 2019 at 03:48 UTC | |
| |
by Anonymous Monk on Apr 19, 2019 at 07:45 UTC |