P
pshymon123
I would like to add an element with a CDATA in it but I cannot seem to
add it.
Firstly I add this to my XML Schema:-
<xsd:element name="test" type="xsd:string"/>
then I add to my XML document:-
<test>
<[CDATA[hello]]>
</test>
and when I try to validate it, I get that is should be a comment.
Help!
Simon.
add it.
Firstly I add this to my XML Schema:-
<xsd:element name="test" type="xsd:string"/>
then I add to my XML document:-
<test>
<[CDATA[hello]]>
</test>
and when I try to validate it, I get that is should be a comment.
Help!
Simon.