This sample demonstrates how to use Extensible Stylesheet Language (XSL) Transformation with XML APIs in the Windows Runtime to transform an XML file into a HTML web page.
To run the sample, click the Transform button. You may also edit the source XML and XSL file to receive different result.
TransformToString will produce the transformation result as a string. And TransformToDocument will produce the transformation result as a DomDocument.