https://issues.apache.org/bugzilla/show_bug.cgi?id=36653
Stefan Bodewig <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #8 from Stefan Bodewig <[EMAIL PROTECTED]> 2008-12-04 01:30:56 PST
---
On second thought the system property approach may be failing because saxon is
started in the same VM that runs Ant and ends up using the same Xerces which
could be ignoring the system property because it had a different value when Ant
started (it might evaluate the property only once).
Depending on what Saxon does when the attribute is set, it may fail to enable
XInclude for the same reason (Xerces started without XInclude and isn't willing
to change).
I'm not sure what we can do short of adding a fork mode to <xslt> which doesn't
look like a trivial task at first glance.
--
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.