Posted By:
Anonymous
Posted On:
Friday, November 23, 2001 06:54 PM
with this method findElementById(), it sometimes finds very well but the others not.
I defined dtd like this :
<!ATTLIST Asset id ID #IMPLIED>
<!ATTLIST Text id ID #IMPLIED>
<!ATTLIST URL id ID #IMPLIED>
And I regards attribute id as idetifier of all three tags.
Why does it happen?
Did anybody experience this problem?