CodePlexProject Hosting for Open Source Software
An unexpected error has occured.
There is an unsaved comment in progress. You will lose your changes if you continue. Are you sure you want to reopen the work item?
Closed
No files are attached
Dogtail9 wrote Oct 24, 2010 at 9:35 AM
try{ //load the Xml doc XPathDocument myXPathDoc = new XPathDocument(sXmlPath) ; XslTransform myXslTrans = new XslTransform() ; //load the Xsl myXslTrans.Load(sXslPath) ; //create the output stream XmlTextWriter myWriter = new XmlTextWriter(sXmlPath, null); //do the actual transform of Xml myXslTrans.Transform(myXPathDoc,null, myWriter); myWriter.Close() ; }catch(Exception e){ Console.WriteLine("Exception: {0}", e.ToString()); } }
Dogtail9 wrote Oct 24, 2010 at 10:35 AM
nblumhardt wrote Jan 24, 2011 at 8:57 PM
Haacked wrote Mar 23, 2011 at 4:51 PM
Haacked wrote Apr 28, 2011 at 7:57 PM
James_2JS wrote May 3, 2011 at 8:47 AM
nblumhardt wrote May 3, 2011 at 10:27 PM
dotnetchris wrote Jun 14, 2011 at 5:28 PM
dotnetchris wrote Jun 14, 2011 at 5:36 PM
James_2JS wrote Apr 13, 2012 at 11:12 AM
RichardHauer wrote Apr 30, 2012 at 3:52 AM
dotnetjunky wrote Jul 10, 2012 at 7:10 PM
dotnetjunky wrote Aug 13, 2012 at 6:06 PM
JeffHandley wrote Jan 23 at 8:37 PM
dotnetjunky wrote Mar 12 at 5:01 PM
Sign in to add a comment
Keyboard shortcuts are available for this page.