for $TmpNode ($dom->findnodes('//Emphasis')) { $tStr = $TmpNode->toString(1); $new_node = $dom->createTextNode( "$tStr" ); $TmpNode->replaceNode($new_node); }
In reply to Re^2: XML to HashRef and then to JSON
by dominic01
in thread XML to HashRef and then to JSON
by dominic01
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |