137138139140141142143144145
* wrap the document. We do this as we let the dom4j package * decide if we have a match against "/", so we need document * to do that */ DVSLNode root = new Dom4jNodeImpl(dom4jdoc); return transform(root, writer); }