VD NET 2003 transform xml to htm

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hdreyer
    New Member
    • Mar 2008
    • 1

    VD NET 2003 transform xml to htm

    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
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Question moved to .net forum.

    Comment

    Working...