Hi there,
I am trying to wrap all data that has special characters in it with <![CDATA[ ]]> section in an xsl.
for example <bookname><![CDATA[Rainbow & it's Story]]></bookname>...The problem is that i am retriving the book name using
<xsl:value-of select="BookName"/>....so i wanted to know if the following syntax is correct...
<bookname><![CDATA[ ]]><xsl:value-of select="BOOKNAME"/><![CDATA[ ]]></bookname>
Any corrections or changes needed, please let me know....
thanks...
rahul
I am trying to wrap all data that has special characters in it with <![CDATA[ ]]> section in an xsl.
for example <bookname><![CDATA[Rainbow & it's Story]]></bookname>...The problem is that i am retriving the book name using
<xsl:value-of select="BookName"/>....so i wanted to know if the following syntax is correct...
<bookname><![CDATA[ ]]><xsl:value-of select="BOOKNAME"/><![CDATA[ ]]></bookname>
Any corrections or changes needed, please let me know....
thanks...
rahul