[
https://issues.jboss.org/browse/JBDEPLOY-191?page=com.atlassian.jira.plug...
]
James Livingston commented on JBDEPLOY-191:
-------------------------------------------
To enable XInclude support, you need to add this to the code that creates the
DocumentBuilderFactory:
factory.setXIncludeAware(true);
JAXPDeployer should set the setXIncludeAware on the
DocumentBuilderFactory
--------------------------------------------------------------------------
Key: JBDEPLOY-191
URL:
https://issues.jboss.org/browse/JBDEPLOY-191
Project: JBoss Deployers
Issue Type: Feature Request
Components: deployer
Reporter: Anil Saldhana
Set state of XInclude processing.
If XInclude markup is found in the document instance, should it be processed as
specified in XML Inclusions (XInclude) Version 1.0. (
http://www.w3.org/TR/xinclude/)
XInclude processing defaults to false.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira