Hi all,

I am preparing a change to the
org.apache.commons.jelly.Jelly class that will allow
clients to enable XML validation.  However I noticed
that the XMLParser.warning(SAXException) method simply
logs warnings without throwing the exception.  That
means that whether or not validation succeeds, the
script will continue to execute.

Is that really the desired behaviour?  I would have
assumed that a script would fail if it was not valid
and validation was enabled.  Can/should I modify the
XMLParser class so that warnings will result in a
SAXException?

- Morgan

=====
Morgan Delagrange
http://jakarta.apache.org/taglibs
http://jakarta.apache.org/commons
http://axion.tigris.org
http://jakarta.apache.org/watchdog

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to