RE: Comments and element content for serialization

> > But I don't think the question in the subject line has been given a
> > definitive answer yet. What does soap say about comments in element
> > content?  That is, is "1<!--x-->2" a legal serialization for the number
> > 12?  For the two-character text string "12"?
>
> SOAP says nothing. I think the above would be a legal serialization of;
>
> the integer 12
> the decimal 12
> the single precision floating point value 12
> the double precision floating point value 12
> the string "12"

Martin,

We do not allow comments to be embedded within simple types. At least that
is what I recollect when XML Query asked us about it.

Dave

Received on Monday, 4 June 2001 09:13:58 UTC