Ankur Kumar Gautam

Greenhorn
+ Follow
since Jun 10, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ankur Kumar Gautam

I m trying to enter some special characters in approvDesc but its giving error....
-----invalid XML characters----------
I have the following code:

<xsd:element name="approvalDesc" nillable="true"
type="xsd:string" maxOccurs="1" minOccurs="0">
</xsd:element>

I want the data in approvalDesc to come as CDATA as it may contain special chars which may crack XML.