When you use the Adapter for File System (XSLT), XSL transformations need an XML structure (for example from a file) as input. The XSLT export uses an XML structure with the content of the XBOUND root document. This allows access to all components of the root document during export.
The XML structure contains these elements:
Represents an XBOUND document. | |
Represents an XBOUND medium. | |
Represents the barcodes of an XBOUND medium. | |
Represents an XBOUND field. | |
Represents an XBOUND sheet. | |
Represents an XBOUND page. | |
Represents an XBOUND image. Note: If you display the documents in the Process Monitor, the XML "medium" elements of the "image" are displayed both under and . This is because the XML structure does not handle references. XSLT scripts should provide for either the Sheet|Page|Image media listing structure or the document listing. |