I have one string inputXMLString, and the second one containg transform XSL named transformXSLString. Both of them are correctly formatted xml's.
How to perform the transformation with XslCompiledTransform in C# so as to get the result also as a string, let's say resultXMLString?