You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by Br...@maxateev.com on 2001/06/25 09:27:36 UTC

Problem in org.xml.sax.driver Java System Property

Hello All

When i am trying to validate using XMLReader way as -

>>>>>>>>>>>

XMLReader xr = XMLReaderFactory.createXMLReader();

xr.setFeature("http://xml.org/sax/features/validation",true);

MySAXApp handler = new MySAXApp(); //creating instance for hadler

xr.setContentHandler(handler);
xr.setErrorHandler(handler);

xr.parse("audit.xml");

<<<<<<<<<<<<<<

then it throws error as - org.xml.sax.driver java system property not set.
Can any one of u tell me
org.xml.sax.driver class name for Xerces 1.4.0 or Xerces 1.3.1.

Can someone tell me the problem area.

Thanks in advance for any help

Brajendra Singh

Brajendra Singh
Software Engineer
Max Ateev Limited
A 26/2, Mohan Cooperative Indstl. Area
New Delhi - 110044
Tel: +91 11 6950410  Ext. 172
Fax: +91 11 6950400
www.maxateev.com


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org