Re: W3C Selectors

* Daniel Glazman wrote:
>> 6.5
>> 
>> "[...] Of course, elements in XML 1.0 documents without a DTD do not
>> have IDs at all."
>> 
>> Unless using an internal subset.
>
>Can you please explain you point ?

	<?xml version="1.0" encoding="UTF-8" ?>
	<!DOCTYPE greeting [
	  <!ATTLIST greeting id ID #IMPLIED> 
	]>
	<greeting id="id">Hello, world!</greeting>
-- 
Björn Höhrmann ^ mailto:bjoern@hoehrmann.de ^ http://www.bjoernsworld.de
am Badedeich 7 ° Telefon: +49(0)4667/981028 ° http://bjoern.hoehrmann.de
25899 Dagebüll # PGP Pub. KeyID: 0xA4357E78 # http://learn.to/quote [!]e
          ~~ Sei Nicht Traurigen Herzens - Liebe Dein Leben ~~          

Received on Thursday, 15 February 2001 10:29:49 UTC