DataContractSerializer and XSLT not Serializing Class Properties
- by Russ Clark
I've written a simple Employee class that I'm trying to serialize to an XDocument and then use XSLT to transform the document to a page that displays both the properties (Name and ID) from the Employee class, and an html form with 2 radio buttons (Approve and Reject) and a submit button. Here is the Employee class:
[Serializable,…