On 6/20/07, Peter Reilly <[EMAIL PROTECTED]> wrote:
On 6/20/07, Dominique Devienne <[EMAIL PROTECTED]> wrote:
> On 6/20/07, Peter Reilly <[EMAIL PROTECTED]> wrote:
> > I have just realized that xinclude can be enabled easily using JAXPUtils:
> > +            nsParserFactory.setXIncludeAware(true);
>
> Cool, but the Javadoc says @since 1.5, so you'd have to use reflection.

No problem.
Alternatively, I think that we can use the feature setting method to enable it:
http://xerces.apache.org/xerces2-j/features.html#xinclude

Isn't that parser specific though? I know we ship with Xerces, but as
we supposed to be parser  agnostic or not? Then again since setting a
Xerces system property is a no-op for any other parser, it should
matter much I guess. --DD

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

Reply via email to