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

Re: IDREF

  • From: Marcus Carr <mrc@a...>
  • To: xml-dev@i...
  • Date: Mon, 23 Mar 1998 08:26:36 +1000

Re: IDREF
Rick Jelliffe wrote:

> Many people recommend that an attribute should only be called
> "ID" if it is an ID attribute. So in the following, x1 is good and
> x2 is naughty:
>
> <!ATTLIST x1           ID     ID            #REQURIED>
> <!ATTLIST x2           ID     CDATA  #REQURIED>
>
> I think it is good practice anyway: dont name an attribute
> using an XML keyword if that is not the type you want.

True, but the requirements of the attribute may not be known until processing
time. You may use a parameter entity in the declaration subset and assign the
value based on whether the parser will have access to the rest of the dataset or
whether this is a subset that would result on the generation of useless and
unwanted errors, ie:

<!ATTLIST x1           ID     %IDorCDATA;         #REQURIED>

in the DTD, and then, depending on the doctype element, generate either:

<!DOCTYPE WholeDataSet  PUBLIC   "-//My//DTD for example//EN"  [
<!ATTLIST IDorCDATA        "ID">]>

or:

<!DOCTYPE DataSetFrag  PUBLIC   "-//My//DTD for example//EN"  [
<!ATTLIST IDorCDATA        "CDATA">]>

at the head of the instance.


--
Regards

Marcus Carr                  email:  mrc@a...
_______________________________________________________________
Allette Systems (Australia)  email:  info@a...
Level 10, 91 York Street     www:    http://www.allette.com.au
Sydney 2000 NSW Australia    phone:  +61 2 9262 4777
                             fax:    +61 2 9262 4774
_______________________________________________________________



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


  • References:
    • Re: IDREF
      • From: "Rick Jelliffe" <ricko@a...>

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.