Re: [OJB-developers] replace crimson with xerces
Brought to you by:
thma
From: Thomas M. <tho...@ho...> - 2002-05-27 05:11:48
|
Hi Travis, tr...@th... wrote: > Just a thought, but maybe xerces should take the place of crimson as the parser as crimson seems a little a dated. > The only reason why I used Crimson was size: Crimson.jar is about 200KB The two required Xerces jar together are about 1.8MB (that's more than whole OJB src distribution !) We are not doing sophisticated parsing stuff, so Crimson is pretty OK for our needs. If anyone prefers to use Xerces instead he can so by just replacing Crimson.jar by the two Xerces jars xercesImpl.jar and xmlParserAPIs.jar. cheers, Thomas > Travis > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > Objectbridge-developers mailing list > Obj...@li... > https://lists.sourceforge.net/lists/listinfo/objectbridge-developers > > > > |