first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

C# Code: Instantiating an XPathDocument() Object from a String

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

mod date: 2006-01-26T23:11:21.000Z