Talk:XUL:Template Guide:Actions
From MDC
Out of curiosity, how can something like this work? document.getElementById("http://www.xulplanet.com/rdf/C"). An "id" such as can be retrieved by this DOM call is supposed to be an XML Name, and this most definitely isn't. Brettz9 07:27, 15 February 2008 (PST)
XUL doesn't currently implement any xml id, but it allows getElementById to retrieve elements by their id attribute. There is a bug on this, but I can't find it currently. In the future, this will be changed to set the ref attribute instead. User:Enn