RE: [xml-dev] The meaning of the "string" datatype?

From
Michael Kay <>
To
"'Costello, Roger L.'" <>,
Date
2009-04-15T12:53:57Z
ID
<751BB8C54C3F4DDF88C36DFBFBA41FC8@Sealion>
Thread
RE: [xml-dev] The meaning of the "string" datatype?
> Furthermore, the length of the content of <Author> is 
> unconstrained: it would be perfectly valid to place a billion 
> characters between the start tag and end tag.

It's not entirely unconstrained: the XML Schema specification goes out of
its way to say that the length must be finite. I regret to say that my
schema processor is non-conformant in this regard: it will not report a
validity error if you present it with an infinite string ;)

Michael Kay
http://www.saxonica.com/