dda has asked for the wisdom of the Perl Monks concerning the following question:
I need to parse a simple XML file which contains HTML tags, for example:
Is there a way to specify that everyting inside <content> element should not be parsed using XML::Simple? If no, which module should I use instead?<page id="1"> <content> This is <div class="red">some HTML text</div> </content> <page>
Thank you for your help.
--dda
|
---|