xfj:document

Top Previous Topic Next Topic  Print this topic

The xfj:document element has the following syntax:

 

<xfj:document id="document_id" title="document_title" exclude-from-page-count="true | false">

       <xfj:external-content src="url(file_url)"/>

       <!-- a required xfj:input-xml element (XFD or XSLT documents only) -->

       <!-- an optional xfj:transform element -->

       <!-- an optional xfj:apply-local-template element (XML documents only) -->

       <!-- an optional xfj:apply-server-template element (XML documents only) -->

</xfj:document>

 

The attributes have the following meaning:

id – a string, optional, but needed if you have to identify documents for positioning overlays or for assembling a table of contents with job-info()
title – a string, optional, but needed for assembling a table of contents with job-info()
exclude-from-page-count – true or false, excludes the document from page numbering and total page count.

 

See also:

xfj:external-content
xfj:apply-local-template
xfj:apply-server-template
xfj:input-xml