Hi Stefan

Sorry for the delay in getting back to you.

From: <[EMAIL PROTECTED]>
> since I'm using DOM4J  0.9, I can't use Xerces (1.4.1 or 1.4.2).
>
> Part of my source code:
>
>         SAXReader reader = new
SAXReader("org.apache.xerces.parsers.SAXParser");
>         reader.setValidation (true);
>         resultDoc = reader.read(url);
>
> I get the following exception:
> org.dom4j.DocumentException: Validation not supported for XMLReader:
org.apache.xerces.parsers.SAXParser@5483cd Nested

I'd introduced a small bug when I added XMLReader support for string
interning - sorry about that.

I've patched the code in CVS to fix this, sorry for the inconvenience. The
patch is available in the daily build. We'll be making a new release this
week.

James


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
dom4j-dev mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dom4j-dev

Reply via email to