CDATA thorugh xpath expression
hi..
How do i get CDATA node value through xpath expression.
exp...
<node nodeid="1" frm="4">
<!@[CDATA[& ! <]]>
</node>
1)i want to get the value of the CDATA through xpath expression.
2)is it possible to get the CDATA and other attributes(like frm) value in a single xpath expression.
Looking for your guidence, thanks.
cheeers,
vinod
|