[
Lists Home |
Date Index |
Thread Index
]
- From: Laura Neitzel <laura.neitzel@moai.com>
- To: "'xml-dev@xml.org'" <xml-dev@xml.org>
- Date: Tue, 7 Mar 2000 14:36:00 -0800
We are trying to put together a DTD and have run into the following problem:
How do i represent this behavior in a DTD?
<Student type="high school" or "college" or "graduate">
xxx
</Student>
<House type="condo" or "townhouse" or "carraige">
</House>
In other words, i want both of these elements to have a "type" attribute.
But i want to define "type" differently based on it's context.
Is this possible? Is it easier in a schema?
thanks,
laura
As a sidelight, how do most people create their DTDs? Using a tool such as
XmlAuthority? By hand? Can anyone suggest a tool?
***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@xml.org&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************
|