LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

XPath parse XML without access to DTD

Hi everyone,

 

I am trying to load a XML file with XPath (XPathDocument Constructor Node).

In the xml a DTD file is referenced. I don't have and don't need that file.

 

How can I ignore the DTD? The constructor puts out the error "dtd not found".

In Java I can do something like xyz.SetValidating(false).

 

0 Kudos
Message 1 of 2
(2,054 Views)

Nevermind,

I found it.

 XPathDTD.png

 

Message 2 of 2
(2,048 Views)