DCD and Global attributes.

Frank Boumphrey bckman at ix.netcom.com
Thu Aug 13 18:06:32 BST 1998


Hi,
it is my understanding that an AttributeDef can  take a attribute/value
Boolean of Global. For example in HTML nearly all elements can take the
attributes “class, style, name, id, type etc.”

If we were using DCD to define the HTML4 schema we could do the following

<DCD>
<AttributeDef Name="class" DataType="Data" Global="True">
<AttributeDef Name="style" DataType="Data" Global="True">

etc



 Which mean that the attributes would apply to all the ElementDef’s declared
in the <DCD> element simply by adding. Attribute= “class”

For example

<ElementDef Type="DIV" attribute = “class, style, etc>

(I assume that one can convert the attribute element in this way for the
second syntax form)

This could lead to a lot of repetious mark-up in a large document.

It struck me that it may be preferable to default every thing to the global
attributes, and provide a means of exempting elements that we do not wish
them to apply to.

Frank


Frank Boumphrey

XML and style sheet info at Http://www.hypermedic.com/style/index.htm
Author: - Professional Style Sheets for HTML and XML http://www.wrox.com


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




More information about the Xml-dev mailing list