Re: DOM and String.intern(), making a re-usable cache of DOM object trees

2011-09-08 Thread Michael Glavassevich
Hi Dave, Dave Crooke wrote on 09/07/2011 07:41:52 PM: > Hi folks > > We are using Xerces 2.8.1 from Oct 2006 no reason not to > upgrade, more along the lines of "if it ain't broke " > > We have a Java app that collects data and assembles it into XML > documents, and has a variety of mo

DOM and String.intern(), making a re-usable cache of DOM object trees

2011-09-07 Thread Dave Crooke
Hi folks We are using Xerces 2.8.1 from Oct 2006 no reason not to upgrade, more along the lines of "if it ain't broke " We have a Java app that collects data and assembles it into XML documents, and has a variety of modules that consume the data in that format using tree traversals and X