in reply to Re: XML::RSS::Parser::Lite Question
in thread XML::RSS::Parser::Lite Question
Must be rendered XML safe, ie<description><b>Best post ever: </b>This is a super hoopy post froods< +/description>
This prevents confusion when using XPath tools.<description><b>Best post ever: </b>This is a super hoopy +post froods</description>
On security, if your users are loading remote data from a session on your service, be very very sure that
The best way of retrieving remote images witout revealing session info is to ensure all such info is in the header rather than URL of requests (POST).
EditAnd another thing about remote images I'd forgotten to mention, some browsers do content sniffing and ignore the alledged nature of the content, Interesting article on the dangers of content sniffing and how to handle
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: XML::RSS::Parser::Lite Question
by BlenderHead (Novice) on Nov 18, 2009 at 18:32 UTC | |
by Utilitarian (Vicar) on Nov 18, 2009 at 23:47 UTC |