From: Alex G. <ale...@ne...> - 2009-12-07 20:21:29
|
On 7.12.2009 21:36, Sébastien Boisgérault wrote: > Alex Grönholm a écrit : >>> Xerces is used at least in expat and (indirectly) in ElementTree for XML >>> parsing. >>> During the implementation of the expat module, I ran into bugs of the >>> default java XML Reader (resolveEntity and skippedEntity issues). >>> Those bugs were solved when a recent (2.9.1) version of Xerces was used >>> instead. >>> >>> >>> >> Have these bugs been fixed in OpenJDK? >> > Philip Jenvey looked into this, his findings are summarized here: > http://bugs.jython.org/issue1292 > > SB Looks like the latest JDK7 milestone should contain updated versions of the XML components. Anyone care to try? |