Re: getElementById() method

2002-04-25 Thread Arnaud Le Hors
I just added something similar to Xerces-J, it's a method called setIdAttributeNode() on Element that one can use to make any attribute an ID attribute that is being maintained accordingly by the implementation. It would be good if somebody could port it to Xerces-C. I also launched a discussion

getElementById() method

2002-04-24 Thread chandra . swaminathan
From: Chandra Swaminathan Hi, I needed to use the functionality provided by the getElementById() method. But, since I am constructing an XML document dynamically and need to search for an element using the ID attribute that I added earlier, it does not work. I searched through the archives of