[prev in list] [next in list] [prev in thread] [next in thread] 

List:       xmlrpc-user
Subject:    Apache XML-RPC libs fail to quotify < and & in <name/>
From:       Adam Megacz <adam () megacz ! com>
Date:       2002-07-27 3:39:23
[Download RAW message or body]


The Apache XML-RPC libraries fail to transform '<' into '&lt;' and '&'
into '&amp;' when they occur in a Hashtable key (<name/> element).

This can be fixed by removing this line (XmlRpc.java:756)

    write(nextkey);

And replacing it with this line:

    chardata(nextkey);

  - a

-- 
Sick of HTML user interfaces?
www.xwt.org

Some people don't care if the pie is smaller, so long as they still
get all of it.
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic