[
Lists Home |
Date Index |
Thread Index
]
Yes. You can define it as an entity:
Example -
<!ENTITY % yesorno "(0|1)"
Then your attribute could be something like:
Example -
<!ATTLIST myTag myAttribute %yesorno; "0" >
Hope this helps.
=======================
Douglas Rudder
Publishing System Specialist
Facts and Comparisons
Phone: 314-216-2227
e-mail: drudder@drugfacts.com
www.drugfacts.com
=======================
-----Original Message-----
From: Glen Mazza [mailto:glenmazza@yahoo.com]
Sent: Tuesday, July 23, 2002 1:35 PM
To: xml-dev@lists.xml.org
Subject: [xml-dev] (newbie) common attribute through XML document
Quick question--within a DTD, is there a way to define
an attribute once, that may be available for any tag
throughout the XML document? (i.e., I have an
arbitrary XML document of several tags--I want the
same attribute to be available for each of them.)
Something like
<!ATTLIST ANY attributeName .... >
Thanks,
Glen
_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com
-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>
The list archives are at http://lists.xml.org/archives/xml-dev/
To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>
|