I am using XSLT Transformation and need to put some data in CDATA section and that vale is present in a variable.
Query: How to access variable in CDATA ? Sample Giv
CDATA is just text like any other element contents...
But using the xsl:output element you should be able to specify which elements are to be written as CDATA with the cdata-section-elements attribute.
xsl:output
cdata-section-elements
EDIT:
Now that there is a valid sample, I guess you mean this: