I would like to refer to a url link that has meta-characters in it.
How would I use CDATA or similar to comment out the meta-characters?
This is an example of the property value I wish to use.
What is the sample syntax to do this?
<![CDATA[http://cvsweb/cgi-bin/cvs/cvshistorycvsroot=blah&dsearch=rnt&dsearc
hsub=on&limit=1&revsel1=na&revsel2=na&datesel1=na&datesel2=na&selop=in&opT=o
n&opM=on&opA=on&opR=on&rss=1]]>
I cannot find any sample syntax's to comment out meta-characters in property
values.
|