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

Re: Required attribue with a default enumerated attribute valu

  • From: richard@i... (Richard Tobin)
  • To: xml-dev@l...
  • Date: Thu, 5 Mar 2009 23:32:48 +0000 (GMT)

Re:  Required attribue with a default enumerated attribute valu
In article <COL119-W34A7452319DE17FB85BC62F1A40@p...> you write:

>Is it possible to make a required attribue with a default enumerated 
>attribute value.

That doesn't make sense.  How can it be required and have a default?

>At the moment I have something like this in my DTD file:
>
>< !ATTLIST element-name attribute-name (en1|en2|en3) "en3">
>
>This means that this is valid when I dont't want it to be:
>
>< element-name> < element-name />

Why not?  It's equivalent to <element-name attribute-name="en3"/>.
If you want the user to have to specify the attribute, mark it
required:

<!ATTLIST element-name attribute-name (en1|en2|en3) #REQUIRED>

>Is it possible then to force the attribute-name to be present so in an XML
>Editor when the element-name is created it automatically creates this:
>
>< element-name attribute-name="en3"> < element-name />

It seems you want to have the attribute be required, but have an
editor default to a particular value.  XML doesn't have any way to
specify that kind of interaction with editors.  By "default value",
XML means one that's used when the user doesn't specify one, not one
that is inserted by an editor.

-- Richard
-- 
Please remember to mention me / in tapes you leave behind.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


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.