Read in XML Transform to HTML and Output to WebBrowser Control Programming Software Development by G_Waddell … code: Dim frmViewer As New frmProcessReportViewer 'New Form' 'Create an XMLCompiledTransform object and load the XSL stylesheet.' Dim doc As XPathDocument… Re: Read in XML Transform to HTML and Output to WebBrowser Control Programming Software Development by G_Waddell … As XPathDocument = New XPathDocument("CDCollection.Xml") 'Create an XMLCompiledTransform object and load the XSL stylesheet.' Dim Transform As XslCompiledTransform…