Top "Xslcompiledtransform" questions

How do I prevent and/or handle a StackOverflowException?

I would like to either prevent or handle a StackOverflowException that I am getting from a call to the XslCompiledTransform.…

c# .net stack-overflow xslcompiledtransform
Passing parameters to XSLT Stylesheet via .NET

I'm trying to pass a parameter to an XSLT stylesheet, but all i'm getting is an empty xml document when …

c# .net xml xslt xslcompiledtransform
XSLT self-closing tags issue

I am using xslt to transform an xml file to html. The .net xslt engine keeps serving me self-closing tags …

.net xslt tags xslcompiledtransform
How do I use XslCompiledTransform when input XML and transform XSL are strings. How do I get the transformation result as a string?

I have one string inputXMLString, and the second one containg transform XSL named transformXSLString. Both of them are correctly formatted …

xslt transformation xslcompiledtransform