RE: [dom4j-user] Validation of dom4j document

2004-04-15 Thread Wei Hsu
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

Re: [dom4j-user] Validation of dom4j document

2004-04-15 Thread Maarten Coene
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

[dom4j-user] Validation of dom4j document

2004-04-14 Thread Wei Hsu
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."