[
Lists Home |
Date Index |
Thread Index
]
- From: Bill Wendling <wendling@ganymede.isdn.uiuc.edu>
- To: xml-dev@ic.ac.uk
- Date: Mon, 26 Jan 1998 20:19:57 -0600 (CST)
Hello,
Is there a way in XML to make a tag conditionally empty? That is, if you
have this declaration:
<!ELEMENT syntax - - (attr)*>
<!ATTLIST syntax TYPE (brief | full) brief>
<!ATTLIST syntax ATTRSET CDATA #IMPLIED>
if the attrset attribute of syntax has a value, could the user type it as:
<syntax attrset="foo"/>
instead of
<syntax attrset="foo">
</syntax>
?
|| Bill Wendling wendling@ncsa.uiuc.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/
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)
|