Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.
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
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.
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.
is working on a reply...
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.
Continue discussion
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.
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
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.
Hm, I tried it with
and it converted it to
<xsl:value-of select="$currentPage/someProp" />
which is correct. Odd.
is working on a reply...
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.