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

Re: simple DTD question

  • From: Michael Smith <smith@x...>
  • To: xml-dev@l...
  • Date: Fri, 15 Dec 2000 00:30:51 -0800

simple dtd
Michael Fitzgerald <mike@w...> writes:

> Given the declaration:
> 
> <!ATTLIST el-name at-name (val-name) #IMPLIED>
> 
> is val-name the default of at-name? It is a shortened version of:
> 
> <!ATTLIST el-name at-name (val-name) "val-name">

No, the default is #IMPLIED, not val-name.

As a user mainly of document-oriented apps, I find it sometimes helps
me to think of such things in terms of editing-application behavior.

I believe the way a validating editor would deal with the example you
give above is this: If you insert el-name into a document using the
editor, for the start tag it should automatically insert only:

  <el-name>

On the other hand, if you choose to insert the (optional) attribute,
at-name, the editor should not give you any choices for the value, nor
prompt you to type one in. Instead, it should automatically insert:

  <el-name at-name="val-name">

That is, it should automatically fill in the literal "val-name".

So those -- <el-name> and <el-name at-name="val-name"> -- are the only
valid instances of the start tag that your declaration above permits,
and the only instances a validating editor should be able to produce.


  --Mike Smith

-- 
Michael Smith          mailto:smith@x...
XML-Doc                http://www.xml-doc.org/



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.