[
Lists Home |
Date Index |
Thread Index
]
- From: "Richard L. Goerwitz" <richard@goon.stg.brown.edu>
- To: "'XML-Dev mail list'" <xml-dev@ic.ac.uk>
- Date: Tue, 06 Jul 1999 13:29:22 +0000
> Serrat Jaime - jasr wrote:
>
> I was wondering if the following would be possible in a DTD...
[example deleted]
Just for the record, there are a number of online validators you can
use to answer questions of this sort (some of them written by active
participants in this mailing list). I don't mean this as a critique.
This forum is pretty welcoming when it comes to basic questions. You
just may find it faster and easier to run this sort of problem by a
validator first.
To use a validator in this way, wrap up a DTD slice in a simple XML
document:
<!DOCTYPE PARENTS [
<!ELEMENT PARENTS (FATHER?, MOTHER?)>
<!ELEMENT FATHER (CHILD*)>
<!ELEMENT MOTHER (CHILD*)>
<!ELEMENT CHILD (SON | DAUGHTER)>
<!ELEMENT SON (#PCDATA)>
<!ELEMENT DAUGHTER (#PCDATA)>
]>
<PARENTS></PARENTS>
Then run it through an online validator.
Our validator lives at:
http://www.stg.brown.edu/service/xmlvalid/
Another nice validator may be found at:
http://www.cogsci.ed.ac.uk/~richard/xml-check.html
This page contains links to several additional validators.
--
Richard Goerwitz
PGP key fingerprint: C1 3E F4 23 7C 33 51 8D 3B 88 53 57 56 0D 38 A0
For more info (mail, phone, fax no.): finger richard@goon.stg.brown.edu
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|