[jboss-jira] [JBoss JIRA] Commented: (JBDEPLOY-191) JAXPDeployer should set the setXIncludeAware on the DocumentBuilderFactory

James Livingston (JIRA) jira-events at lists.jboss.org
Mon Jan 17 02:21:49 EST 2011


    [ https://issues.jboss.org/browse/JBDEPLOY-191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12575836#comment-12575836 ] 

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

        


More information about the jboss-jira mailing list