DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29061>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29061 XMLDBSource: default character encoding ------- Additional Comments From [EMAIL PROTECTED] 2004-06-02 12:40 ------- See: /src/blocks/forms/samples/flow/binding_example.js. In form2xml, and indirectly in loadDocument and saveDocument. So you're saying that the loadDocument and saveDocument _must_ use the same encoding as the XMLDBSource's default? Presumably with something like: transformer.setOutputProperty(Packages.javax.xml.transform.OutputKeys.ENCODING, "whatever the XMLDB default encoding is");
