Re: [mojo-dev] XML Schema Validation

2007-03-01 Thread Jochen Wiedmann
On 3/1/07, Panda C <[EMAIL PROTECTED]> wrote: if (pValidationSet.isValidating()) { spf.setFeature("http://apache.org/xml/features/validation/schema";, true); } Applied, thank you! -- Emacs 22 will support MacOS and CygWin. It is not yet decided, whether these will be

Re: [mojo-dev] XML Schema Validation

2007-03-01 Thread Wayne Fay
If this is a formal enhancement request, please file it in JIRA so it can be considered for inclusion in a future release of xml-maven-plugin. Otherwise it is likely to be lost and you'll be stuck maintaining your local branch of the code forever... ;-) Wayne On 3/1/07, Panda C <[EMAIL PROTECTE

[mojo-dev] XML Schema Validation

2007-03-01 Thread Panda C
Hi, I find that the xml-maven-plugin beta-1 requires us to specify the schema file at the element, even if the schema location is specified in the xml file. I don't know if it is a designed behavior, but it is annoying to use when there are a lot of different types of XML files to be validated.