M
Mark Goldin
I have this line in my code:
xslt.Transform(new
XPathDocument("D:\\testarea\\dotnet\\processtree\\TIPTREECAT.xml"), xslArg,
writer, null);
How can store results of the transformation into a string?
xslt.Transform(new
XPathDocument("D:\\testarea\\dotnet\\processtree\\TIPTREECAT.xml"), xslArg,
writer, null);
How can store results of the transformation into a string?