I am new to XML::LibXML but not to Perl. I have an XML similar to
<start> <a>text<b>test</b>more text<c>text</c></a> <d>text</d> </start>
Now I need to comment the node <a> like
<start> <!--<a>text<b>test</b>more text<c>text</c></a>--> <d>text</d> </start>
Appreciate any help
In reply to LibXML: Change a node into a comment by dominic01
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |