resolveXIncludes

Xopus can also resolve XIncludes. An <xi:include> elements points to an XML fragment at a certain URI. Resolving it will replace the <xi:include> element with the fragment it refers to.

This action takes no parameters. <resolveXIncludes> is usually used in conjunction with several supporting XSL transforms.

<x:view name="defaultView"
  <x:transform xsl="prepare-includes.xsl"/>
    <x:resolveXIncludes/>
  <x:transform xsl="presentation.xsl"/>
</x:view>

resolveXIncludes element

Namespace: http://www.xopus.com/xmlns/config

Parent Elements

view