RE: [xml-dev] (newbie) common attribute through XML document

From
Doug Rudder <>
To
'Glen Mazza' <>,
Date
2002-07-23T18:48:34Z
ID
<7FEEE73A06F3D411A99D00508BD634100104E4F2@FACEXCH1>
Thread
RE: [xml-dev] (newbie) common attribute through XML document
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:  
www.drugfacts.com
=======================


-----Original Message-----
From: Glen Mazza [mailto:]
Sent: Tuesday, July 23, 2002 1:35 PM
To: 
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>