VB NET 2003 transform XML to HTML

Joined
Mar 8, 2008
Messages
1
Reaction score
0
Good day,

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

I want to be able to search for a file to put into
xslt.Load(".....")
This is the source code to transform XML to HTML

Dim xslt As New System.Xml.Xsl.XslTransform
xslt.Load("c:\database\transform.xslt")
xslt.Transform("c:\database\database.xml", "c:\database\database.htm", Nothing)

In the xslt.Load would I like to be able to insert a file from explorer as well as in the xslt.Transform part

Thanks.

Herman Dreyer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top