Good day,

Can anybody help me with this question please?
I want to know how to write info back to a program line.

This is the source code to transform XML to HTML

Dim xslt As New System.Xml.Xsl. XslTransform
xslt.Load("c:\d atabase\transfo rm.xslt")
xslt.Transform( "c:\database\da tabase.xml", "c:\database\da tabase.htm", Nothing)

In the xslt.Load...