| Author |
CreateElement / addChildNodes
|
Bram Maes
Ranch Hand
Joined: Sep 27, 2006
Posts: 32
|
|
Hi everyone, My code looks like this : What I see now is that alle the elements get separately added when I execute the createElement statements and they to the document while I only want the e1 element added (that has the other elements as children). I'm sure there must be a simple way to do this but for the moment I don't see it. Can someone please help? thanks.
|
SCJP 5.0, SCEA part I
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12269
|
|
Try adding e1 to the Document right after creating it. Bill
|
Java Resources at www.wbrogden.com
|
 |
Bram Maes
Ranch Hand
Joined: Sep 27, 2006
Posts: 32
|
|
That did the trick indeed. This doesn't feel really naturally to me... Guess I'm the only one having this feeling thanks a lot. regards, Bram.
|
 |
 |
|
|
subject: CreateElement / addChildNodes
|
|
|