root.appendChild(createResultsElement((ResultSet) queryResult,
doc));
}
DOMSource source = new DOMSource(doc);
if (applyStyle) {
ProcessingInstruction instruction = doc
.createProcessingInstruction("xml-stylesheet",
"type=\"text/xsl\" href=\"" + styleSheetUri + "\"");
doc.insertBefore(instruction, root);
if (applyServerSide) {
return applyStyleServerSide(source, styleSheetUri);