[
Lists Home |
Date Index |
Thread Index
]
See the "Common Attributes" pattern:
http://www.xmlpatterns.com/CommonAttributesMain.shtml
Toivo Lainevcool
-----Original Message-----
From: Glen Mazza
Sent: Tuesday, July 23, 2002 11:35 AM
To: xml-dev@lists.xml.org
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
|