https://issues.apache.org/bugzilla/show_bug.cgi?id=36653





--- Comment #5 from Stefan Bodewig <[EMAIL PROTECTED]>  2008-12-03 01:43:21 PST 
---
> or to set the attribute denoted by FeatureKeys.XINCLUDE to Boolean.TRUE
> on the TransformerFactory.

together with
http://www.saxonica.com/documentation/javadoc/constant-values.html#net.sf.saxon.FeatureKeys.XINCLUDE

would correspond to

<xslt ...>
  <factory>
    <param name="http://saxon.sf.net/feature/xinclude-aware";
           value="true"/>
  </factory>
</xslt>

but the system property should also work.

I don't think the task is lacking any features that would prevent you from
using
XInclude with either Saxon or Xalan.


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Reply via email to