Skip to main content

All Questions

0 votes
1 answer
129 views

How to apply LinedResource to XSLT in C# method?

I have one XSLT file that takes elements from XML and gives HTML output i use XslCompiledTransform() to convert XSLT to html output in C# method. The output is then converted to HTML Email Message ...
nzdev's user avatar
  • 334
1 vote
1 answer
6k views

I have an xml file that is styled with xslt to produce html email template. How can i get that xml as html email body in c#?

I have an xml file that is styled with xslt to produce html email template. I get values from users dynamically and replace xml elements text with the values received. How can i get that xml file and ...
nzdev's user avatar
  • 334