cvs commit: xml-xerces/java/src/org/apache/xerces/impl/xs/opti SchemaDOM.java

2004-07-18 Thread mrglavas
mrglavas2004/07/18 13:04:36 Modified:java/src/org/apache/xerces/impl/xs/opti SchemaDOM.java Log: Bug Fixes: - must escape '<' in attribute values - must process attribute values on annotation root since they may have characters which need escaping - fixed bugs in namesp

cvs commit: xml-xerces/java/src/org/apache/xerces/impl/xs/opti SchemaDOM.java

2004-06-20 Thread mrglavas
mrglavas2004/06/20 21:45:25 Modified:java/src/org/apache/xerces/impl/xs/opti SchemaDOM.java Log: Fixing Jira Bug #981: http://nagoya.apache.org/jira/browse/XERCESJ-981 In the annotation string we were incorrectly escaping '<' and '&'. Thanks to ([EMAIL PROTECTED]) for po