I started to upgrade my umbraco installation to the Version 7.1.6 and also reinstalled the Contour Plugin to Version 3.0.21. Now i figured out that the XSLT i wrote are not working properly anymore if they access the Contour data. I've test the XSLT i get a error like the following:
Cannot find a script or an extension object associated withnamespace'urn:umbraco.contour'
Is there anything wrong with the installation of the Contour or Umbraco or did something change on the Code. The Code i use to get the contour data is the following:
Using Contour data in XSLT
Hi,
I started to upgrade my umbraco installation to the Version 7.1.6 and also reinstalled the Contour Plugin to Version 3.0.21. Now i figured out that the XSLT i wrote are not working properly anymore if they access the Contour data. I've test the XSLT i get a error like the following:
Is there anything wrong with the installation of the Contour or Umbraco or did something change on the Code. The Code i use to get the contour data is the following:
Comment author was deleted
You have probably overwritten the /config/xsltextensions.config file
To see what you need to place into it check http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Installation/Manual
Adding the Contour Xslt Library bit
is working on a reply...