href Attribute (initialXmlDocument Element)
Specifies the name of the XML template file to be used when a user clicks Fill Out a Form on the File menu.
Type
xsf:xdFileName
Remarks
The href attribute is a required attribute of the initialXmlDocument element.
Example
The following is an example of the href attribute as it is used in the initialXmlDocument element:
<xsf:fileNew>
<xsf:initialXmlDocument
caption="Travel Report"
href="TravelReportTemplate.xml"/>
</xsf:fileNew>