> Other than making sure, I have unique id for the deepest nested > object, is there a way to access only the contained particular child > elements from a target object.
Apart from what the others have said it should be noted that unless you have a DTD (i.e., a DOCTYPE) then you do not have any ids. All id attirubtes are just CDATA and technically getElementByID should not return anything. Whatever tool you are using is working around that by considering any "id" attribute to be of type ID. This is pretty common, but you should be aware of it in case you get to other XML tools. Cheers, Jeff Rafter ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

