Court Demas wrote: > > Is the DOM functionality going to be duplicated between OpenXML and > Xerces? Why not just have a single codebase for these things? (Licensing > issues?) Usable HTML parsers are very hard to come by (ICEsoft has the > only one I know of that deals well with bad html) and quite difficult to > implement properly (or so it seems). > > court
I'm migrating the HTML functionality from OpenXML to Xerces. No licensing issues, I'm simply adopting the Apache license. The HTML DOM implementation is already there in the CVS, the parser will be migrated by the end of the year. arkin
