help! want to use XslCompiledTransform..
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Sorry for bumb nood question. I can't figure out how to transform an XML that I have in a string variable (not a file) using XSLT that is also in a string (not a file) and get the result as a string as well? All I see there is "Load" methods which take paths to files or XmlReader (which I'm not sure how force to use my strings) or some other wierd stuff. Please help!