Perl: Parsing with XML::DOM on special characters

I am using the \[code\]get\[/code\] method to read from a RSS feed and parse using the \[code\]XM::DOM\[/code\] parser. But I am getting the error\[code\]Can't call method "getData" on an undefined value\[/code\]because the RSS feed has the following data in it.\[code\]**Book? binders Sample?**\[/code\]How do I resolve this issue? How can I decode the URL value as well as parse the XML?
 
Back
Top