Forum Discussion

YYF's avatar
YYF
New Contributor
6 years ago
Solved

Not able to find the nodes object when tried to read xml file

Hello all, I try to read a xml file. I get the DOM Doc object, but I can't get node or nodes list by using any method or property. Here is the code: def GetDomDocFromXML(fileLocation):     domObj =...
  • YYF's avatar
    6 years ago

    I combine these two function together. The problem is fixed, but I don't know why.