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
I installed embedded content, add Data type correctly. Added to Document Type correctly.
Problem is I can't see any XSLT file for embedded content, do I need to create one. If so can I see example of that.
Next I don't know how to publish content to the live page. How to add it to template. I am bit lost here any help would be appreciated.
Hi Sam
Have you tried to see if you can get the content from your property name by doing something like
<textarea><xsl:copy-of select="$currentPage/propertyName" /></textarea>
This should give you the XML.
/Jan
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Can't show content from Embedded content
I installed embedded content, add Data type correctly. Added to Document Type correctly.
Problem is I can't see any XSLT file for embedded content, do I need to create one. If so can I see example of that.
Next I don't know how to publish content to the live page. How to add it to template. I am bit lost here any help would be appreciated.
Hi Sam
Have you tried to see if you can get the content from your property name by doing something like
<textarea>
<xsl:copy-of select="$currentPage/propertyName" />
</textarea>
This should give you the XML.
/Jan
is working on a reply...