From: "rumberger achim" <[EMAIL PROTECTED]>
> Dear All!
> I want to transform a resultdet into a XML-Document.
> Is there anything similar in Dom4Jto the "appendChild"
> method of Xerces?
> Sorry if this is a stupid question, but I haven't
> found anything in the APi or the sample sources
> regards,

How about 

Element element = ...
element.addElement( "foo" );

There's a quick guide on creating documents here...

http://dom4j.org/guide.html

James
-------
http://radio.weblogs.com/0112098/
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
dom4j-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dom4j-user

Reply via email to