[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Data attributes (was: Stylesheets considered limiting)

  • From: "W. Eliot Kimber" <eliot@d...>
  • To: XML Dev <xml-dev@i...>
  • Date: Fri, 13 Nov 1998 15:57:08 -0600

graphic pic
At 01:40 PM 11/13/98 -0500, John Cowan wrote:

> <!ENTITY big-graphic SYSTEM "picture.gif" NDATA gif
>   [ width="640" height="480"]>

Okay.  Since XML cannot have references to unparsed entities*, the
above can be treated as syntactic sugar.  Specifically,

	<GRAPHIC pic="big-graphic"/>

is effectively syntactic sugar for:

	<GRAPHIC pic="big-graphic" gif.width="640" gif.height="480"/>

Not necessarily. What if I have this situation:

<!NOTATION MyQuery PUBLIC "">
<!NOTATION GIF PUBLIC "" >
<!ENTITY mygif SYSTEM [ width="640" height="480" ]>

...
<Query notation="MyQuery" icon="mygif">find something</Query>

Here, the notation of the element governs the query--the graphic it
references is just presentation stuff in this case. So I can't put the
entity's attributes on the element as well--they represent two different
semantic domains, that of the query (represented by the element) and that
of the graphic, represented by the entity.  Without data attributes and the
ability to specify them as part of an entity declaration, I cannot keep
these two domains clearly and unambiguously separate.

>> <!ATTLIST SelectData
>>    notation NOTATION(MyQuery) MyQuery
>>    table CDATA #REQUIRED
>>    select-on CDATA #REQUIRED
>>    where (name|ssnum|phone) #REQUIRED>
>
>In this case, though, the notation attributes seem to blend with
>the regular attributes, and are redeclared in the ATTLIST declaration
>for the element.  What happens in the case of an element type that
>can be governed by alternative notations?

If the attributes are explicitly declared, its attributes have to be the
union of the attributes for all the possible governing notations.  However,
if you only declare the notations and not the attributes (or even the
element type), then there's no redundancy of declaration as long as you
specify the notation.  You can only specify one notation per element
instance (which might be a design bug now that I think about it--I can
thing of cases where the same element might be reasonably governed by
different notations relevant to different processing domains).

One of the things that the notation attributes do is make it clear that a
particular attribute of an element should be (or can be) relevent to the
notation  that governs the element.  

Cheers,

E.
--
<Address HyTime=bibloc>
W. Eliot Kimber, Senior Consulting SGML Engineer
ISOGEN International Corp.
2200 N. Lamar St., Suite 230, Dallas, TX 75202.  214.953.0004
www.isogen.com
</Address>

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...)


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.