handling CDATA in xml schema
XML / XSL
1
Posts
1
Posters
1
Views
1
Watching
-
Am encountering the following problem. in my xml doc, there is elment as such: the corresponding autogen xml schema from VS.NET returned my understanding is the CDATA tag is asking the xml parser to ignore what is enclosed by the CDATA tag. By the same token, i would think the xml schema should also ignore the element value of COMMAND. well, I isolated the xml schema validation is failing at this point. How should the xml schema really be to handle CDATA? thanks, huikm