[Home] [By Thread] [By Date] [Recent Entries]

  • From: "Philippe Le Hégaret" <Philippe.Le_Hegaret@s...>
  • To: XML <xml-dev@i...>
  • Date: Wed, 26 Aug 1998 22:41:44 +0200

Frank Blau wrote:
> 
> If I have 3 attributes ("Format", "Usage", and "Loop") that I want every
> element in my DTD to have, is there a way to globally declare them? Do
> subelements inherit the attributes of the parent element?

  No, there is no way to do this with XML.
  One solution is to use entities :

 <!ENTITY % globalAttributes
    "id ID #IMPLIED">

 <!ELEMENT A #PCDATA>
 <!ATTLIST A
    name CDATA #REQUIRED
    %globalAttributes;
  >
 <!ELEMENT LIST (ITEM)+>
 <!ATTLIST LIST
    type (ol|ul) #FIXED "ul"
    %globalAttributes;
  >

Regards,

Philippe.

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@i... the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@i... the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@i...)


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member