G
Guest
Hi!
I have the following code in VB.NET
********
Dim mydata As New XmlDocument
Dim xslt As New XslTransform
mydata.Load("C:\Inetpub\wwwroot\VBTestProj\Sample.xml")
xslt.Load("C:\Inetpub\wwwroot\VBPDFDemo\Sample.xslt")
**************
How do i check if the XML and the XSL files have loaded properly??
I have the following code in VB.NET
********
Dim mydata As New XmlDocument
Dim xslt As New XslTransform
mydata.Load("C:\Inetpub\wwwroot\VBTestProj\Sample.xml")
xslt.Load("C:\Inetpub\wwwroot\VBPDFDemo\Sample.xslt")
**************
How do i check if the XML and the XSL files have loaded properly??