Documentation Center

resolveXIncludes

Content Editor can also resolve XIncludes.

An include element points to an XML fragment at a certain URI. Resolving it will replace the 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>

Namespace

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

Parent element

view