Identifies, temporarily, the value of the maxToVersionUpgrade attribute in the documentVersionUpgrade element for upgrade with an .xslt file if scripting code is being used for the upgrade.
xsf:xdSolutionVersion
The lastVersionNeedingTransform attribute is an optional attribute of the solutionProperties element.
The following is an example of the lastVersionNeedingTransform attribute as it is used in the solutionProperties element:
<xsf: applicationParameters application="InfoPath Design Mode">
<xsf: solutionProperties
allowCustomization="no"
lastOpenView="view1"
scriptLanguage="JScript"
automaticallyCreateNodes="no"
lastVersionNeedingTransform="1.0.0.10"
fullyEditableNamespace="urn:namespace1:mynames"/>
</xsf:applicationParameters>