Description
The class javax.xml.transform.dom.DOMResult in JAXP 1.3 has a new attribute 'nextSibling'. It specifies the child node before which the result nodes should be inserted. The current implementation ignores the nextSibling attribute and the result nodes are always appended as the last children of the parent node.
This problem need to be fixed in both Xalan interpretive and XSLTC.