Hi all.
Single question. I'd like to access to a specific child Element. Knowing
that you have one and only one Element with the desired Tag Name, how can I
get 'that' Element?.
I know that I can use getElementsByTagName(String), but ,as you know it
returns a NodeList, so I have to declare a NodeList.
Any shorter way to do it?
Thanks in advance.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]