Sign Up
Search
Options
search
Chat
Help
News
Log in
Not Logged in
Home
»
Boards
»
Stylus Studio Developer Network
»
Stylus Studio FAQs
»
system property org.xml.sax.driver not specified
Topic
Prev Topic
Next Topic
top
Subject:
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.)
Prev Topic
Next Topic
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 to Conference:
Select Conference
Stylus Studio Feature Requests
Stylus Studio Technical Forum
Website Feedback
XSLT Help and Discussion
XQuery Help and Discussion
Stylus Studio FAQs
Stylus Studio Code Samples & Utilities
Stylus Studio Announcements
go
Log In Options
Username:
Password:
Site Map
|
Privacy Policy
|
Terms of Use
|
Trademarks
Stylus Scoop XML Newsletter:
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.