XML Load Check

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??
 
K

Karl Seguin [MVP]

I believe you'll find that Load will throw an exception if it fails.

Although simply using a try/catch should be good enough, for an XmlDocument
you could check the innerText or ChildNodes properties.

Karl
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top