[
Lists Home |
Date Index |
Thread Index
]
- From: "Juliane Harbarth" <jhb@software-ag.de>
- To: <xml-dev@ic.ac.uk>
- Date: Mon, 4 Jan 1999 14:38:40 -0000
I admit I am rather late in answering this message, i.e. it has
been posted 11.12.1998. But as far as I understood the
archive no one else has answered it and so I'll give it a try.
If there is a structure A and an other structure B that may
occur as a part of A as well as on its own, one can model
A including it's part B in one DTD, i.e. "ainclb.dtd".
An instance of A that includes B looks like :
<!DOCTYPE A PUBLIC "ainclb.dtd">
<A> ... <B> ... </B> ... </A>
An instance of B not surrounded by A looks like :
<!DOCTYPE B PUBLIC "ainclb.dtd">
<B> ... </B>
Juliane Harbarth
Technical Consultant
Software AG Germany
mailto:jhb@software-ag.de
Tel +49 (0)6151 92 1147
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/
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)
|