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
XsltExtension returns content wrapped in a <xml></xml> tag.
This messes up output in IE8 anyway. Quick-fix workaround:
umbraco.library:Replace(umbraco.library:Replace(fmautolink:Link($post/data [@alias = 'bodyText']), '<xml>', ''), '</xml>', '')
Hi Stephan, I can't reproduce this. Do you have an example!
http://blog.bigfinger.se/archive.aspx shows the <xml> right after the <div class="entrytext">...
This is rendered using:
<umbraco:Item runat="server" field="bodyText" xslt="fmautolink:Link({0})" XsltDisableEscaping="true" />
This works though: (Used in the BlogPost template)
<umbraco:Item runat="server" field="bodyText" xslt="umbraco.library:Replace(umbraco.library:Replace(fmautolink:Link(umbraco.library:Replace({0}, '&nbsp;', ' ')), '<xml>', ''), '</xml>', '')" XsltDisableEscaping="true" />
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Output is wrapped in <xml />
XsltExtension returns content wrapped in a <xml></xml> tag.
This messes up output in IE8 anyway. Quick-fix workaround:
umbraco.library:Replace(umbraco.library:Replace(fmautolink:Link($post/data [@alias = 'bodyText']), '<xml>', ''), '</xml>', '')
Hi Stephan, I can't reproduce this. Do you have an example!
http://blog.bigfinger.se/archive.aspx shows the <xml> right after the <div class="entrytext">...
This is rendered using:
This works though: (Used in the BlogPost template)
<umbraco:Item runat="server" field="bodyText" xslt="umbraco.library:Replace(umbraco.library:Replace(fmautolink:Link(umbraco.library:Replace({0}, '&nbsp;', ' ')), '<xml>', ''), '</xml>', '')" XsltDisableEscaping="true" />
is working on a reply...