Copied to clipboard

Flag this post as spam?

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


  • Anders 27 posts 47 karma points
    Aug 28, 2009 @ 21:34
    Anders
    0

    Use custom data in XSLT

    Hello

    How could i get a specific data from a field in umbraco. I have made a document type with a textstring called "title" and i want to write that in a xslt file. How do i do that?

     

    Regards

  • Ricky Beard 61 posts 116 karma points
    Aug 28, 2009 @ 21:56
    Ricky Beard
    2

    <xsl:value-of select="data [@alias = 'title']"/>

    You can also use the Insert xslt:value-of button at the top of the editor and select it from the prevalues drop down.

  • 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