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
In reply to Parse with XML::Simple: how to keep some tags "unparsed"? by dda
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |