Repeatable Custom Content from current page values not displaying
I can't get the values from my "Repeatable Custom Content v2" to display on the page correctly.
I'm using Umbraco 4.7.1 and understand that this could be an issue.
I can't figure out how to display each seperate property type. I can get all the data to display in one line, but I want to seperate each value correctly.
I've added the datatype to my document type, and added the macro to the template. I want to display on the front end the values from that current page. (Not from a child page)
Here's how I've got it displaying so far on the front end:
<!-- Input the repeatable custom contents property alias here --> <xsl:variable name="propertyAlias" select="string('gasOutages')"/> <xsl:template match="/">
Repeatable Custom Content from current page values not displaying
I can't get the values from my "Repeatable Custom Content v2" to display on the page correctly.
I'm using Umbraco 4.7.1 and understand that this could be an issue.
I can't figure out how to display each seperate property type. I can get all the data to display in one line, but I want to seperate each value correctly.
I've added the datatype to my document type, and added the macro to the template. I want to display on the front end the values from that current page. (Not from a child page)
Here's how I've got it displaying so far on the front end:
Here's my current XSLT:
As you can see I can get the entire string of data, but I want it to be seperated into its respective list item.
Can anyone suggest how I can fix this? Or a similar package that would achieve what I want?
Cheers, JV
I ended up using this package instead http://our.umbraco.org/projects/backoffice-extensions/embedded-content
is working on a reply...