<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">Yes, there's a real advantage to the
no-arg constructor ... it's simple ;-)<br>
<br>
But, it should be working. What's the error message? Is there a
stack trace? Do you have any other XML Parsers in your classpath?<br>
<br>
Rolf<br>
<br>
On 21/08/2012 3:10 PM, Craig Christophersen wrote:<br>
</div>
<blockquote cite="mid:001701cd7fd0$a4251070$ec6f3150$@synesis7.com"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 14 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Tahoma;
panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
color:black;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
code
{mso-style-priority:99;
font-family:"Courier New";}
pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0in;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";
color:black;}
span.EmailStyle18
{mso-style-type:personal;
font-family:"Calibri","sans-serif";
color:windowtext;}
span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:Consolas;
color:black;}
span.EmailStyle21
{mso-style-type:personal-reply;
font-family:"Calibri","sans-serif";
color:#1F497D;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal"><span style="color:#1F497D">Thanks Rolf.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">I am able to
run </span><b><span
style="font-size:10.0pt;font-family:Consolas;color:#7F0055">new</span></b><span
style="font-size:10.0pt;font-family:Consolas"> SAXBuilder(</span><b><span
style="font-size:10.0pt;font-family:Consolas;color:#7F0055">new</span></b><span
style="font-size:10.0pt;font-family:Consolas">
XMLReaderSAX2Factory(</span><b><span
style="font-size:10.0pt;font-family:Consolas;color:#7F0055">false</span></b><span
style="font-size:10.0pt;font-family:Consolas">, </span><span
style="font-size:10.0pt;font-family:Consolas;color:#2A00FF">"org.apache.xerces.parsers.SAXParser"</span><span
style="font-size:10.0pt;font-family:Consolas">)); OK.<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:10.0pt;font-family:Consolas">I do have
xercesImpl and xml-apis in my classpath. But I cannot yet
get the no arg constructor (new SAXBuilder()) to run.<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:10.0pt;font-family:Consolas">Is there some
advantage to using the no arg constructor? <o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:10.0pt;font-family:Consolas">Thanks, Craig</span><span
style="color:windowtext"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<br>
</div>
</blockquote>
<br>
</body>
</html>