//Instantiating an XPathDocument() Object from a String: XPathDocument xsl; String xslString; xsl = new XPathDocument(new StringReader(xslString));
//Instantiating an XPathDocument() Object from a String: XPathDocument xsl; String xslString; xsl = new XPathDocument(new StringReader(xslString));