msxml 1.6 : ID without DTD Declaration

Rick Jelliffe ricko at allette.com.au
Wed Nov 19 16:20:15 GMT 1997


 
>From: Patrice Bonhomme <Patrice.Bonhomme at 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 at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)




More information about the Xml-dev mailing list