I am writing a script to make an RSS file. I am not using XML::RSS because, among other things, I need to get headlines and links from one page and then go to that url to get descriptions. Anyway, it works well, however I am occasionally getting RSS feed validation errors -- "XML Parsing error: <unknown>:74:29: not well-formed (invalid token)" -- and it has to do with special characters, which I need to learn more about. I could use some help thinking this through. Is there an easy way to take a scalar variable and convert its contents such that special characters can be represented without XML errors in the resulting RSS file?
_______________________________________________ ActivePerl mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
