Hi
sounds like you are dealing with a problem regarding usage of a DOM-like API.
Which one do you use?
Standard DOM offers the following methods in class org.w3c.dom.Node:
appendChild(Node)
insertBefore(Node, Node)
JDOM offers the following methods in class org.jdom.Element:
addContent(Content)
addContent(int, Content)
Hope this helps!
Uli
#Tamino#webMethods#API-Management