XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Go to previous topicPrev TopicGo to next topicNext Topic
Posttop
SSDN AdminSubject: system property org.xml.sax.driver not specified
Author: SSDN Admin
Date: 26 May 2005 04:03 PM
Probably you should just set it to the classname of a SAX2 parser.
Some examples:

gnu.xml.aelfred2.SAXDriver (small/non-validating)
gnu.xml.aelfred2.XmlReader
org.apache.crimson.XmlReader
org.xerces.parsers.SAXParser

Start your program using

java -Dorg.xml.sax.driver=gnu.xml.aelfred2.SAXDriver ...

and then you'll bootstrap using that particular parser. (However,
SAX2 parser distros should be arranging to have a default even
for folk who haven't used magic JVM invocation options.)

 
Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.