how to wrap xml conten into CData tag by using XSLT

Home Page Forums BizTalk 2004 – BizTalk 2010 how to wrap xml conten into CData tag by using XSLT

Viewing 1 reply thread
  • Author
    Posts
    • #22850

      I had used  like this

      <

       

      xsl:text disable-output-escaping=yes>&lt;![CDATA[ </xsl:text>

      once it pass it to biztalk engine the &lt; is coming in the output as same but i need < symbol.

    • #22851

      You need to use the cdata-section-elements attribute on the Xsl output element to specify text nodes to output as CDATA sections
      http://www.xm.co.nz/ShoXS/xsloutput.htm

       

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.