Our DEV Environment is on 8.2.0.2 TeamSite version where as our UAT and PROD Environments are on 8.2.0.1 TeamSite version. (We applied the 8.2.0.2 on DEV and since it had lot of UI bugs we didn't proceed with UAT and PROD)
On the DEV environment an XSL containing sort function is compiling perfectly fine. But on UAT and PROD, I am seeing below listed error on "Component Save"
{ Component preview failed.
Could not load component XSL/FTL.
com.interwoven.livesite.common.xml.ValidationError mColumn[28] mLine[12] mSystemID[] mPublicID[null] mType[FATAL] mMessage[System function sort#2 is not available with this host-language/version/license]
com.interwoven.livesite.common.xml.ValidationError mColumn[0] mLine[0] mSystemID[] mPublicID[] mType[ERROR] mMessage[net.sf.saxon.s9api.SaxonApiException: Errors were reported during stylesheet compilation] }
Is there a difference in Xpath and Saxon versions between 8.2.0.1 and 8.2.0.2 ??