Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xml-dev] Required attribue with a default enumerated attribute

From: richard@---.--.--.-- (------- -----)
To: xml-dev@-----.---.---
Date: 3/5/2009 11:34:00 PM
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.

_______________________________________________________________________

XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.

[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: xml-dev-unsubscribe@l...
subscribe: xml-dev-subscribe@l...
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php



transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent