[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Does DTD allow deriving all possible paths in an XML document?
- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- To: ycao5@scs.carleton.ca
- Date: Tue, 13 Oct 2009 01:37:19 +0200
* ycao5@scs.carleton.ca wrote:
> I have one question about XML DTD. In a paper, the authors say
>that DTD allows deriving all possible paths from the root to the
>leaves appearing in related XML documents. Does this statement
>correct? Based on my knowledge, DTD may not contain all possible
>elements in an XML document. I would like to get your opinion. Thanks.
The XML specification in effect gives a definition for all possible
paths in well-formed documents. A document type definition specifies
a subset of that set in valid documents with respect to the document
type definition. In other words, it allows you discriminate between
paths that may occur in valid documents and paths that must not. In
that the statement is correct. You are also correct that a document
type definition may not specify all elements in some document, such
documents are not valid however.
--
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]