/ Forums / Advansys Formativ / Creating Solutions with Formativ / XmlDom.loadfromdisk problems

  • Creator
    Topic
  • #4341
    brussill
    Participant

      Hi,
      I’m unable to parse an XML file loaded into the DOM object. I keep getting an empty output. Any ideas?

      set dom = utilities.xmldom
      dom.loadfromdisk(“c:tempntk.xml”)
      set doc = dom.document
      msgbox doc.text

    Viewing 3 replies - 1 through 3 (of 3 total)
    • You must be logged in to reply to this topic.