RFR (JAXP): 8041523:Xerces Update: Serializer improvements from Xalan

2014-06-04 Thread David Li
Hi, This is an update to JAXP serialization from Apache Xalan. For details, please refer to: https://bugs.openjdk.java.net/browse/JDK-8041523. Webrevs: http://cr.openjdk.java.net/~dli/8041523/webrev/ Summary of changes. * Changes from the Apache bug referenced in JDK-8041523 * Update

Re: RFR (JAXP): 8041523:Xerces Update: Serializer improvements from Xalan

2014-06-04 Thread David Li
AbstractTranslet: import java.util.Vector can be removed - comments in EmptySerializer and ToSAXHandler: SerializationHandler#setCdataSectionElements(java.util.Vector) The issue is SerializationHandler does not define a method setCdataSectionElements -Joe On 6/4/2014 2:04 PM, David Li wrote

Re: RFR (JAXP): 8037259: Xerces Update: XPointer update

2014-04-11 Thread David Li
-detectors://34/0 Burlington, MA 01803 x-apple-data-detectors://34/0 lance.ander...@oracle.com mailto:lance.ander...@oracle.com Sent from my iPad On Apr 10, 2014, at 7:36 PM, David Li david.x...@oracle.com mailto:david.x...@oracle.com wrote: Hi, This is an update from Xerces XPointer. For details

Re: RFR (JAXP): 8037259: Xerces Update: XPointer update

2014-04-11 Thread David Li
On Apr 11, 2014, at 7:09 PM, David Li david.x...@oracle.com mailto:david.x...@oracle.com wrote: Hi Lance, Good catch. I have uploaded a fixed review. I had forgotten about this since Xerces is at JDK 1.4, while we had agreed to move to JDK 1.7. It's good to get these lint warnings fixed now

RFR (JAXP): 8037259: Xerces Update: XPointer update

2014-04-10 Thread David Li
Hi, This is an update from Xerces XPointer. For details, please refer to: https://bugs.openjdk.java.net/browse/JDK-8037259. Webrevs: http://cr.openjdk.java.net/~dli/8037259/webrev/ Existing tests: JAXP SQE and unit tests passed. No new tests were added because most of the changes are

RFR (JAXP): 8035577: Xerces Update: impl/xpath/regex/RangeToken.java

2014-03-19 Thread David Li
Hi, This is an update from Xerces for file impl/xpath/regex/TokenRange.java. For details, please refer to: https://bugs.openjdk.java.net/browse/JDK-8035577. Webrevs: http://cr.openjdk.java.net/~joehw/jdk9/8035577/webrev/ Existing tests: JAXP SQE and unit tests passed. Test cases added for

Re: RFR (JAXP): 8035577: Xerces Update: impl/xpath/regex/RangeToken.java

2014-03-14 Thread David Li
wang wrote: I may be wrong, but the test passes without the patch. It looks like we may need to fix the bug David found: https://bugs.openjdk.java.net/browse/JDK-8037324 -Joe On 3/14/2014 10:01 AM, huizhe wang wrote: On 3/14/2014 7:38 AM, Alan Bateman wrote: On 13/03/2014 23:07, David Li

RFR (JAXP): 8035577: Xerces Update: impl/xpath/regex/RangeToken.java

2014-03-05 Thread David Li
Hi, This is an update from Xerces for file impl/xpath/regex/TokenRange.java. For details, please refer to: https://bugs.openjdk.java.net/browse/JDK-8035577. Webrevs: http://cr.openjdk.java.net/~joehw/jdk9/8035577/webrev/ No new tests. There were none added in Xerces. Existing tests: JAXP

Re: RFR (JAXP): 8035469 : Xerces Update: EncodingMap does not recognise Java-style encodings Cp1141-Cp1149

2014-03-01 Thread David Li
languages: http://www.iana.org/assignments/character-sets/character-sets.xhtml. - David On 3/1/2014 1:06 AM, Alan Bateman wrote: On 28/02/2014 22:11, David Li wrote: Hi, This is an update from Xerces for a fixed encoding map entry in file EncodingMap.java. For details, please refer to: https

RFR (JAXP): 8035469 : Xerces Update: EncodingMap does not recognise Java-style encodings Cp1141-Cp1149

2014-02-28 Thread David Li
Hi, This is an update from Xerces for a fixed encoding map entry in file EncodingMap.java. For details, please refer to: https://bugs.openjdk.java.net/browse/JDK-8035469 Webrevs: http://cr.openjdk.java.net/~joehw/jdk9/8035469/webrev/ (I don't have a openjdk username yet, so Joe Wang