© Bipin Joshi 2017
Bipin JoshiBeginning XML with C# 7https://doi.org/10.1007/978-1-4842-3105-0_6

6. Transforming XML with XSLT

Bipin Joshi1 
(1)
301 Pitruchhaya, Thane, India
 

In the previous chapters, we dealt with XML documents and their manipulation. Our interaction with XML documents was limited to reading, writing, querying, and validating them with the help of .NET Framework classes. No doubt these operations are widely needed in real-world XML applications. However, often you also need to transform XML data from one representation to another. For example, you may need to convert XML data into HTML so that it can be displayed in the browser. So, how do we accomplish such a transformation? This is where Extensible Style Sheet Language Transformations ...

Get Beginning XML with C# 7: XML Processing and Data Access for C# Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.