Using ID's usefully ?
Winton Davies
wdavies at cs.stanford.edu
Fri May 21 05:00:48 BST 1999
Dear All.
Can anyone suggest a legit way in XML to do this:
DTD:
<!ELEMENT doc ANY>
<!ELEMENT a (b)>
<!ELEMENT b (c)>
<!ELEMENT c EMPTY>
<!ATTLIST c id ID #required>
XML:
<doc>
<a><b>c.1</b></a> <******* rather than a nested <c>, re-use an id
for a C object.
<c id="c.1"/> <- obviously these maybe more structured.
<c id="c.2"/>
</doc>
Thanks for getting this far! This is as trivial an example as I could
make it - I hope the problem is clear: Principled re-use of ID's, and
ELEMENT TYPING of ID's. It seems strange the only way to use IDREF's
is in attributes (especially as there is no default "value" (c.f "id"
for ID) ATTRIBUTE, nor a way to specify the ELEMENT TYPE of IDREF one
may have).
Also - how does one specify multiply IDREFS ? <tag attr1="1"
attr1="2"> or something else ?
Cheers,
Winton
-----------------------------------------------------------------------------
E-Mail: wdavies at cs.stanford.edu (Winton Davies)
WWW: http://www-cs.stanford.edu/~wdavies
Tel: OFFICE: 1-650-725-7469 (USA) FAX: 1-650-725-7411
Address: Room 206, Gates, Stanford University, CA 94305, USA
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at 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 at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)
More information about the Xml-dev
mailing list