Norrman Per wrote: >Hi, > >try setting this feature: > > SAXBuilder builder = new SAXBuilder(true); > builder.setFeature( > "http://apache.org/xml/features/validation/schema", > true > ); > document = builder.build(inStream); > Thank you! That did the trick. -Mark