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
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
<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.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
<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.
is working on a reply...