OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

security-services message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: DOM and XML IDs


As mentioned on the call, here's is what the DOM v3 spec says about the
Document.getElementById method[1]:

"Returns the Element that has an ID attribute with the given value. If
no such element exists, this returns null. If more than one element has
an ID attribute with that value, what is returned is undefined."

So, it's pretty clear they explicitly thought about the case of when ID
values were non-unique and then punted on it.

[1]
http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#ID-getElBId
-- 
Chad La Joie
www.itumi.biz
trusted identities, delivered


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]