On Wed, 20 Jun 2007, 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 Peter

I don't think we should use the feature since other parsers are likely
to not recognize it.  +1 for reflection.

>> > I can see problems :- the inclusion is at the xml level and ant
>> > does not know about the included file (ant does not get SAX
>> > events on about the inclusion), so that any errors in the
>> > included file will be reported at the includer line. This means
>> > that it is not user friendly.
>>
>> I don't think that's a big deal for whoever uses XInclude.

+1.  If you use xinclude you should be able to deal with it.  We
should document the issue, though.

Stefan

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

Reply via email to