Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Ivo 1 post 21 karma points
    Sep 30, 2014 @ 14:08
    Ivo
    0

    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:

    Cannot find a script or an extension object associated with namespace '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:

    <xsl:variable name="records" select="umbraco.contour:GetApprovedRecordsFromPage($currentPage/@id)" />
    
  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Oct 10, 2014 @ 08:56
    Tim Geyssens
    0

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies