dlr 2002/08/20 09:48:50
Modified:src/java/org/apache/xmlrpc XmlWriter.java
Log:
writeObject(): Noted new exception thrown.
chardata(): Characters out of range for the XML spec won't be written
as XML to avoid parse errors on the client side. Instead, and
exception will
dlr 2002/08/19 14:09:16
Modified:src/java/org/apache/xmlrpc XmlWriter.java
Log:
Patch by Adam Megacz <[EMAIL PROTECTED]> for the following problem (with
minor improvments by me):
According to XML 1.0, a CDATA section may contain only:
[2] Char ::= #x9 | #xA | #xD |
dlr 2002/08/08 14:31:50
Modified:src/java/org/apache/xmlrpc XmlWriter.java
Log:
writeObject(): Adam Megacz <[EMAIL PROTECTED]> notes that the keys in a
Hashtable argument should be XML-escaped.
"The Apache XML-RPC libraries fail to transform '<' into '<' and
'&' int