J
JuneTheSecond
I can not get xmlNode from visio xml file.
Dim sPath As String =/VisioDocument/Pages/Page/Shapes/Shape
Dim node As XmlNode = xmlDoc.SelectNodes(sPath).Item(0)
SelectNodes method returns always nothing.
How can I get xml node?
xmlDoc is vdx file made from Visio drawing
that has just one simple rectangle.
I've got correct xml node in other simple xml
example for xml beginners.
Thanks for any idea.
Dim sPath As String =/VisioDocument/Pages/Page/Shapes/Shape
Dim node As XmlNode = xmlDoc.SelectNodes(sPath).Item(0)
SelectNodes method returns always nothing.
How can I get xml node?
xmlDoc is vdx file made from Visio drawing
that has just one simple rectangle.
I've got correct xml node in other simple xml
example for xml beginners.
Thanks for any idea.