XFA Specification
Chapter 16, Config Specification
Config Element Reference
687
The debug element
This option controls whether the XFA application saves a copy of a preprocessed document after the XSLT
interpreter has created it. It is intended for use in debugging the XSLT script.
<debug
Properties:
desc="cdata"
>
<uri>
[0..1]
</debug>
The debug element is used within the following other elements:
xsl
If the
uri
element contained within the
debug
element is empty or absent the XFA application
must not
save the preprocessed document. Hence the temp file containing the preprocessed document, if any,
must
be deleted. However if the
uri
element contained with the
debug
element is non-empty the XFA
application
must,
upon exiting, leave behind an XML document at the specified URI containing the output
of the preprocess phase.
This option takes effect during the data-load phase if it is contained in
data
, in the template-load phase if
it is contained in
template
, and in the rendering phase if it is contained in
xdc
.
For more information about this element, see
XSLT Transformations.
The desc property
An attribute to hold human-readable metadata.
The uri property
This element is used to hold a URI.
For more information see "The
uri element".
Home Index Bookmark Pages
Pages: Home Index All Pages