RE: Closing XML Protocol Last Call issue 395

>I'm not sure why this issues revolves around the internal 
>subset. We explicitly prohibit the Document Type Declaration 
>Information Item from appearing. If there is no DTD then there 
>is no internal or external subset. Lexically one cannot have 
><!DOCTYPE ... in a SOAP message. 

That's my understanding too leaving only such things as well-known
entities like &amp; etc. 

I guess one could entertain the idea of defining a serialization that
introduces a DTD which is not reflected in the SOAP message infoset.
Similarly one could imagine defining other information items such as
additional attributes or elements that are also not reflected in the
SOAP message infoset.

It is not clear to me, however, that a straight forward reading of the
Infoset spec would enable such additional information items to be
present as it would require some form of agreed infoset transformation
to be performed by the communicating parties. The definition of the
"application/soap+xml" media type certainly doesn't elude to such a
transform.

Henrik

Received on Thursday, 5 December 2002 11:07:44 UTC