XML Configuration Documents

With an XML configuration document, you can use XPath queries to easily write search expressions for configuration documents based on the XML standard.

To state that a configuration document is an XML configuration document, use the <XmlConfigurationDocument> element. For example:

<Dependency name="some_reference" providerCiType="webmodule" scope="default">
   <XmlConfigurationDocument name="web.xml">
      ...