Hi Folks,
Consider this XML declaration:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
The "standalone" part is relevant only when using DTDs, right? That is, the "standalone" in an XML declaration is meaningless if DTDs aren't being used, right?
Suppose DTDs aren't being used and the XML declaration has standalone="no" ... what does that mean? is it an error?
>
If there are no external markup declarations, the standalone document declaration
has no meaning.
Note however that catalogs can imply external declarations that are not explicitly present in the XML file so you can't tell just by looking at the file whether that applies. (Not that it normally matters either way, there are rather few scenarios when standalone makes any difference)
David
/Roger
_______________________________________________________________________
XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.
[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: xml-dev-unsubscribe@lists.xml.org
subscribe: xml-dev-subscribe@lists.xml.org
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php