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é

  • Comment author was deleted

    Jan 30, 2014 @ 13:32

    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

Please Sign in or register to post replies

Write your reply to:

Draft