DO NOT REPLY [Bug 40156] - Canonicalization fails with German umlauts

2007-09-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40156] - Canonicalization fails with German umlauts

2006-08-02 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40156] - Canonicalization fails with German umlauts

2006-08-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40156] - Canonicalization fails with German umlauts

2006-08-01 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40156] New: - Canonicalization fails with German umlauts

2006-08-01 Thread bugzilla
gzilla/show_bug.cgi?id=40156 Summary: Canonicalization fails with German umlauts Product: Security Version: Java 1.3 Platform: All OS/Version: All Status: NEW Severity: critical Priority: P1 Component: Canonicali

RE: canonicalization fails

2003-12-11 Thread Marius Constantin
Title: canonicalization fails Hi,   I found the problem. I had to use element.setAttributeNS( namespaceUri, namespacePrefix + ":" + attributeName, attributeValue ). Also, for the namespace definition attributes, the syntax I use is element.setAttributeNS( "http://www.w3

canonicalization fails

2003-12-10 Thread Marius Constantin
Title: canonicalization fails Hi all, Here is the scenario:  - I parse an XML from an stream.  - I use the Document instance to create a new Element node (elNode). I add two attributes to it. One of these attributes is a namespace definition. I add it using elNode.setAttribute