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 would I like to be able to insert a file from explorer (user input) as well as in the xslt.Transform part
Thanks.
Herman Dreyer
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 would I like to be able to insert a file from explorer (user input) as well as in the xslt.Transform part
Thanks.
Herman Dreyer
Comment