XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] The meaning of the "string" datatype?


> it would be perfectly valid to place a billion characters between the start tag and end tag.
> Do you agree?

yes except it's nothing really to do with the string type or with XSD.
The same comments apply to well formed XML, or to DTD (PCDATA) or Relax
NG (text).

An actual processor of course will have implementation limits over and
above the XML well formedness requirements. Most have limits on the
length of element names, attribute values, and if they are building a
tree rather than just streaming they may well have limits on the size of
element content (your example) and/or the total size of the document.

SGML DTD used to allow you to specify all kinds of costraints such as
length of element names, total "capacity' etc in the SGML declaration
but XML simplified that all away by working in an idealised world where
the specification assumed processors with infinite capacity, and just
pragmatically allow them to fail when some system defined capacity is
exceeded.


David

________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. 
________________________________________________________________________


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS