Hi, > Please let me know if I am missing something here to > validate this. You are using Xerces. With Xerces you have to turn on the validation feature (http://xml.apache.org/xerces-j/features.html) try { p.setFeature("http://xml.org/sax/features/validation", true); } catch (SAXException e) { System.out.println("error in setting up parser feature"); } Hope this helps FranzReceived on Wednesday, 22 August 2001 08:58:28 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Saturday, 22 July 2006 00:12:44 GMT