I'm trying to parse a xml file that has just one line!!!!...this is a 64kb xml file that is a one liner.
Everytime I try to parse it and print out certain items, I always receive this error when using XML::RSS
I don't know whats wrong, when I place it with a different XML that seems more formatted and uses new lines for each items/elements, then my code works.
I narrowed this problem of mine due to the xml file that I'm trying to parse is different from others.
What other modules I can use besides XML::RSS that will parse this xml file of mine?