I am re-constructing our recently deployed website under version 7. I copied a lot of the previously developed XSLT from the V6 copy and have found in my Umbraco log that "Exslt.ExsltStrings:lowercase" is no longer working.
The exact error I see am seeing is:
Error parsing XSLT file. Exception: System.Xml.Xsl.XslTransformException: Cannot find a script or an extension object associated with namespace 'urn:Exslt.ExsltStrings'.
Is there an alternative method or am I missing something in the Umbraco V7 build? The wiki page hasn't been updated with anything relevant to V7, so I am not too sure of how to fix:
Umbraco 7 - Exslt.ExsltStrings:lowercase Broken
I am re-constructing our recently deployed website under version 7. I copied a lot of the previously developed XSLT from the V6 copy and have found in my Umbraco log that "Exslt.ExsltStrings:lowercase" is no longer working.
The exact error I see am seeing is:
Error parsing XSLT file. Exception: System.Xml.Xsl.XslTransformException: Cannot find a script or an extension object associated with namespace 'urn:Exslt.ExsltStrings'.
Is there an alternative method or am I missing something in the Umbraco V7 build? The wiki page hasn't been updated with anything relevant to V7, so I am not too sure of how to fix:
http://our.umbraco.org/wiki/reference/exslt/exsltexsltstrings/lowercase
Thanks in advance for any help!
That's because the Exslt extension was removed in v7 (it was listed as a breaking change). However, check out the Redux package to get the extensions back: http://our.umbraco.org/projects/website-utilities/exslt-redux
is working on a reply...