W
WJ
I've been going through an Xml Schema book and googling for a bit on this
and am having a hard time finding an answer.
I'm looking for a datatype for my xsd file that will hold a string literal.
The contents
will be XML, but I don't want it interpreted. The reason is this is for an
error handler.
So the XML will look something like:
<Error. . .>
<Data>
<ErrorMessage>You have bad elements</ErrorMessage>
<OriginalXml>
<XML1></XML1>
<XML2></XML2>
and am having a hard time finding an answer.
I'm looking for a datatype for my xsd file that will hold a string literal.
The contents
will be XML, but I don't want it interpreted. The reason is this is for an
error handler.
So the XML will look something like:
<Error. . .>
<Data>
<ErrorMessage>You have bad elements</ErrorMessage>
<OriginalXml>
<XML1></XML1>
<XML2></XML2>