In the following scenario, you have a business object called Employee that contains all information about the Employee. The object exists in xml form as well as normal .Net object.
If would like to know which of the following methods are faster:
Using xslt stylesheet to transform Employee's xml to html
or
Using something like a html resource file and .NET String.Replace to replace keywords in the resource file with their respective Employee object properties?