resolveXIncludes

Xopus can also resolve xincludes. An xinclude points to an xml fragment at a certain uri. Resolving it will replace the xinclude element with the xml fragment it refers to.

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

Example

<view id="defaultView" default="true">
  <transform xsl="preparation.xsl"/>
  <resolveXIncludes/>
  <transform xsl="presentation.xsl"/>
</view>

Elements and Attributes

Parent Elements

Element Description
view

A view consists of one or more actions to be performed consecutively on the xml. The user can choose the preferred view from the Xopus menu.

Child Elements

None

Attributes

None

Related Topics


Title Description
view

A view consists of one or more actions to be performed consecutively on the xml. The user can choose the preferred view from the Xopus menu.