On Mar 8, 2006, at 8:42 PM, Carlos M wrote:

Just one question. What does the prepForHTML function does? It escapes
HTML code?

Whoops! Sorry about that! Yes, it does. Many implementations of xmlrpc don't deal well with anything but ASCII text, so anything non- ASCII needs to be escaped. In addition, because you're sending the information through XML, any HTML formatting needs to be escaped as well. For example, the < character becomes &lt; and the > character becomes &gt;. Here's a partial list to get you started: <http:// www.google.com/webmasters/sitemaps/docs/en/protocol.html#escaped>

--
Brad Rhine
[EMAIL PROTECTED]
http://bradrhine.com
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to