[
Lists Home |
Date Index |
Thread Index
]
- From: "Rick Jelliffe" <ricko@allette.com.au>
- To: "Patrice Bonhomme" <Patrice.Bonhomme@loria.fr>, <xml-dev@ic.ac.uk>
- Date: Thu, 20 Nov 1997 03:11:20 +1100
>From: Patrice Bonhomme <Patrice.Bonhomme@loria.fr>
>I am developping an XLL package using the msxml parser. But i wondered if we
>can use ID attribute without any DTD declararion ? MSXML use the method
>DTD.findID(Name name) to retrieve an Element with the attribute ID=name, but
>without a DTD declaration i cant call DTD.findID(Name name) !
>Is there a way to get round this ? A kind of : <!ATTLIST ANY ID ID
>#IMPLIED>
The current enhancements to SGML allow pretty much exactly what you suggest.
<!ATTLIST #ALL id ID #IMPLIED>
I am not sure when this will be added into XML. If it is are not in
XML 1.0 then you should lobby for it to go into XML 1.1 (if such
a thing comes).
Rick Jelliffe
xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)
|