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 253 posts 455 karma points MVP 4x 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

Please Sign in or register to post replies

Write your reply to:

Draft