Title: RE: [dom4j-user] Validation of dom4j document
Hi Maarten,
The cookbook is an awesome source of information - I was able to find the answer to my question. Thanks so much!
-Wei
-Original Message-
From: Maarten Coene [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 15
Hi Wei,
you could take a look at the 'cookbook', you can find it at
http://www.dom4j.org/
Also, take a look at the SAXValidatorDemo example in the
samples/validate/ directory.
is this the information you are searching for ?
regards,
Maarten
Wei Hsu wrote:
Hi all,
I was reading the FAQ whe
Hi all,
I was reading the FAQ when I came upon this:
"If you are validating an existing dom4j document then
we recommend you try MSV as it avoids turning the document into text and then
parsing it again - MSV can work purely off of SAX events generated from the
dom4j document."