I am new to vb.net and to using xml. I have been able to use an xml/xsl. I have created the xmldoc and applied a style sheet to it. . This is the last line where the transform has happened to my document.

xslTran.Transform(xmlDoc, Nothing, writer, Nothing)

How do I display this on the window?