maxVersionToUpgrade Attribute
Inclusive value for the latest form that needs to be upgraded.
Type
xsf:xdSolutionVersion
Remarks
The maxVersionToUpgrade attribute is an optional attribute of the useTransform element.
Example
The following example shows the maxVersionToUpgrade attribute as it is used in the useTransform element:
<xsf:documentVersionUpgrade>
<xsf:useTransform
transform="upgrade.xsl"
minVersionToUpgrade="0.0.0.0"
maxVersionToUpgrade="1.0.0.5"/>
</xsf:documentVersionUpgrade>