Copied to clipboard

Flag this post as spam?

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


  • René 327 posts 852 karma points
    Jan 30, 2014 @ 10:16
    René
    0

    XSLT Transformed email - field created

    Hi

    Umbraco Contour version 3.0.17

    umbraco v 4.11.10

    I need to get the value from the created field in contour, how do i get this.

    I have tryed this, but in this way i can only get the created fields from the form

    <xsl:value-of select="$records//fields/child::* [caption = 'Created']//value"/>

     

    Rene

  • René 327 posts 852 karma points
    Jan 30, 2014 @ 12:39
    René
    0

    Hi 

    If anyone could use this, i found the solution. Important created is with small "c"

    <xsl:value-of select="$records/created"/>

    René

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 30, 2014 @ 13:32
    Tim Geyssens
    0

    Yeah :) what also helps is to look at the example output http://our.umbraco.org/projects/umbraco-pro/contour/documentation/Developer/Working-with-Contour-data-in-XSLT/

    there you see that the default values like created aren't part fields

  • 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