Copied to clipboard

Flag this post as spam?

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


  • Connie DeCinko 931 posts 1160 karma points
    Aug 10, 2010 @ 23:22
    Connie DeCinko
    0

    XSLT Example with v.4.5.1

    Do you have an example of the necessary XSLT for use with v.4.5.1?  I need help looping over the properties of the repeated items.

     

  • Sascha Wolter 615 posts 1101 karma points
    Aug 10, 2010 @ 23:51
    Sascha Wolter
    0

    Hi Connie,

    maybe it would help if you specify the problem a bit more or show us how you would do it in the old schema?

    This might be of interest if you haven't seen it yet: http://our.umbraco.org/wiki/reference/xslt/45-xml-schema

    This looks really promising: http://blackpoint.dk/umbraco-workbench/tools/convert-xml-schema-to-45-.aspx

    Hope that helps,
    Sascha

  • Connie DeCinko 931 posts 1160 karma points
    Aug 10, 2010 @ 23:54
    Connie DeCinko
    0

    The convert tool at blackpoint does not work. Always returns exactly what you throw in.  I've worked through part of my problem by trial and error.

     

  • Sascha Wolter 615 posts 1101 karma points
    Aug 11, 2010 @ 00:32
    Sascha Wolter
    0

    Hm, I tried it with

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

    and it converted it to

    <xsl:value-of select="$currentPage/someProp" />

    which is correct. Odd.

Please Sign in or register to post replies

Write your reply to:

Draft