Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tom Madden 241 posts 396 karma points MVP c-trib
    Apr 16, 2009 @ 13:49
    Tom Madden
    0

    insertTextBefore and xslt extension = entities instead of angle brackets

    I'm adding meta tags to my template as follows:

    [code]
    [/code]

    when I add a call to an xslt extension to carry out a search and replace on my text content as in

    [code]xslt="Wellhear:replaceDomain({0})" insertTextBefore="
    xslt="Wellhear:replaceDomain({0})" insertTextBefore="<meta name="keywords" content="" insertTextAfter=""/>" recursive="true" runat="server">[/code]

    Instead of getting [code]
    This results in the

    I know there is an option when inserting a Field into a Macro to disableOutputEscaping, but there doesn't seem to be a similar option within a template.

    I remove my xslt and the
    The xslt extension itself works without the insertTextBefore as I'm using it in my

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

Please Sign in or register to post replies