I have a fairly simple question regarding attribute delcarations in a DTD.
 
I know it's possible to declare an element of content type 'ANY', but can do you do the same for the attribute list?
 
What I need is an element who's name is guaranteed (let's say 'foo'), but which may have any number of attributes whose names do not matter.
 
An example would be:
 
<foo test1="value1" test2="value2" whatever="don't care"/>
 
Is this possible in a DTD?  If so, what might be the declaration given the 'foo' example?
 
Thank you for your help.

--------------
Brion Swanson
Software Engineer (Co-op)
West Group - Public Records
[EMAIL PROTECTED]
716-327-6164 (x6164)

 

Reply via email to