Re: xml literal lex space question

Graham Klyne wrote:

[[
The value space
     is the set of all exclusive Canonical XML (with comments,
     with empty InclusiveNamespaces PrefixList ), which when embedded
     within an arbitrary XML start tag and an end tag form a document
     conforming to XML Namespaces [XML-NS].
]]

The canonical xml is a sequence of octets.  Since and xml document is a 
sequence of characters, you can't stick a sequence of octets between a 
start tag and an end tag and get an XML document.

Brian

Received on Thursday, 31 July 2003 17:58:10 UTC