parser.parse(args[0]);
} catch (Exception e) {
e.printStackTrace();
}
- Original Message -
From: Brett McLaughlin <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, December 30, 1999 10:15 AM
Subject: SAX2 and setting Validation
> I'm posting this again, bec
I'm posting this again, because nobody answered this the first time-
I am writing an XML book for O'Reilly, and trying to use Xerces as _the_
suggested parser, but am going to need to get some answers on this and
other questions, so please speak up, this could be a nice boost for
Xerces...
Two qu