XFA Specification
Chapter 21, XDP Specification
XDP Reference
793
The sourceSet Element (an XDP Packet)
The sourceSet packet contains ADO database queries, used to describe data binding to ADO data sources.
The ADO grammar is defined in the
ADO API Reference
[ADO].
<sourceSet
xmlns="http://www.xfa.org/schema/xfa-source-set/1.0/"/>
The sourceSet MIME-type is
text/xml
.
The stylesheet Element (an XDP Packet)
The stylesheet packet encloses a single XSLT stylesheet. The XSLT packet is expressed with an
appropriately namespaced
stylesheet
element, as defined by the W3C "XSL Transformations"
specification [XSLT].
The XDP format may enclose more than one XSLT packet.
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
… XSL stylesheet elements …
</xsl:stylesheet>
The stylesheet MIME-type is
text/css
.
The template Element (an XDP Packet)
This packet contains the form template, as defined by
“Template Specification” on page 418.
The following shows the format of an XDP packet:
<xfa:template
xmlns:xfa="http://www.xfa.org/schema/xfa-template/2.4/">
… XML form-template specifications …
</xfa:template>
The template MIME-type is
application/x-xfa-template
.
The xdc Element (an XDP Packet)
The xdc packet encloses application-specific XFA driver configuration instructions. The format of an xdc
packet does not have a formal grammar. That is, each implementation of an XDC grammar may be unique.
<xsl:xdc
xmlns:xdc=”http://www.xfa.org/schema/xdc/1.0/”
</xsl:xdc>
The xdp Element
The xdp element is the root of an XDP document. It encapsulates any number of XFA components, which
are packaged as XDP packets.
<xdp:xdp
Properties:
xmlns:xdp="http://ns.adobe.com/xdp/"
Home Index Bookmark Pages
Pages: Home Index All Pages