Hi
Is it possible to access a DOMNode by name
for cloning it afterwards? How can I
accomplish doing this?
I tried it using
NodeList newnodelist = doc.getElementsByTagName(search);
But NodeList seems to be flat without any
structure, or am I wrong?
I would like to get a Node with its Child-
Elements like this:
<language>
<choice type="string">
<value>french</value>
<value>english</value>
<value>german</value>
</choice>
</language>
If I search for language and put it in my NodeList
it is not possible to access "value/#text".
It would be nice if somebody can point me the right
direction...
thanx
daniel
------------------------------------------
Daniel Pfuhl
mailto:[EMAIL PROTECTED]
______________________________________________________________________________
Ferienklick.de - 225 Reisekataloge auf einen Blick!
Direkt zu Ihrem Traumurlaub: http://ferienklick.de/?PP=2-0-100-105-0
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]