pie3141516
Programmer
Can someone tell me the correct syntax to recognize a CDATA segment?
I need to know how to tell the difference between the following two sample lines:
<Description><Text>asd asd asd</Text></Description>
and
<Description><Text><![CDATA[asd asd asd]]></Text></Description>
I have tried using the following:
<xsl:choose>
<xsl:when class="a
escription/a:Text/a:CDATA>
{then do something}
</xsl:when>
<xsl
therwise>
{do something else}
</xsl
therwise>
</xsl:when>
But I cannot get the syntax right....
Help would be greatly appreciated.
Thanks.
I need to know how to tell the difference between the following two sample lines:
<Description><Text>asd asd asd</Text></Description>
and
<Description><Text><![CDATA[asd asd asd]]></Text></Description>
I have tried using the following:
<xsl:choose>
<xsl:when class="a
{then do something}
</xsl:when>
<xsl
{do something else}
</xsl
</xsl:when>
But I cannot get the syntax right....
Help would be greatly appreciated.
Thanks.