I've got a complex system (i.e. string and bailing wire) that, through Ant, is kicking up a lot of error messages like these two:

[java] warning: Parser does not recognize feature (http://apache.org/xml/features/xinclude) [java] warning: Parser does not recognize feature (http://apache.org/xml/features/xinclude/fixup-base-uris)

The target documents do use XInclude, though I'm not necessarily resolving them. I've been able to reproduce this with purely sax.Counter driven through Ant. This is in Java 5, Ant 1.6.3, and Xerces possibly 2.8.

Before I spend more time trying to reduce this further, i.e. assign blame to Xerces or Ant, do these messages look familiar to anyone? Can someone explain why I'm getting them? Obviously it has something to do with XInclude, but what I don't understand is why these features are being requested without me asking for them.


--
Elliotte Rusty Harold  [EMAIL PROTECTED]
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/

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

Reply via email to