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...
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
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...
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.