[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[xml-dev] unique attribute id - to use method getElementById() onDocument
- From: "SUS S. Sunkannavar" <sanjeev.sunkannavar@openikos.com>
- To: "'xml-dev@lists.xml.org'" <xml-dev@lists.xml.org>
- Date: Thu, 27 Sep 2001 15:10:04 +0200
Hi,
I want to use the method getElementById( String elementId) on Document
object.
How can I specify that a particular attibute of an element is an unique ID
to a DOM parser?
For eg:
< Book isbn="1234">
<name>abc</name>
.....
</Book>
Here for Book element I want to specify isbn as an unique attribute.
I want to retrieve Book elements using getElementById(...) method.
Thanks in advance.
Regards
Sanjeev