Jason Hunter wrote: > Isn't the parser creation exposed now after Alex's breakout of the > builder, specifically in the createParser() method? > createParser() is protected in SAXBuilder. Thus to access it one needs to create a nested sub-class of SAXBuilder. Laurent