XFA Specification
Chapter 16, Config Specification
Config Element Reference
706
The uri element
This element is used to hold a URI.
<uri
Properties:
desc="cdata"
>
...pcdata...
</uri>
The uri element is used within the following other elements:
data debug outputXSL template xsl
This option takes effect during a phase that depends on its context. It merely supplies additional
information to the element which encloses it, hence takes effect during the same phase as its enclosing
element.
Content
The content of this element may be empty in some contexts. In contexts where it may be empty,
emptiness indicates that the action governed by the enclosing element is not to be performed. For
example, when the
uri
element inside
outputXSL
is empty, its emptiness signifies that no output XSLT
processing is to be done. The
uri
element
may
be empty when it is inside a
debug
,
outputXSL
, or
xsl
element. The
uri
element
must not
be empty when its immediate container is a
data
element, a
template
element, or a
xdc
element.
When the
uri
element is not empty, its content
must
be either a filename in an
implementation-defined
format or a URI in accordance with
RFC 2396
[RFC2396]. The set of supported
schemes ("http:", "ftp:", "file:", etc.) is
implementation-defined.
The desc property
An attribute to hold human-readable metadata.
Home Index Bookmark Pages
Pages: Home Index All Pages