HTML Speces in XML Document

azlouk
azlouk Member Posts: 2
How can I read in HTMLSpecs from XML document and save them in a table?

Answers

  • irasoelbaks
    irasoelbaks Member Posts: 119
    edited 2021-03-16
    I don't fully understand your question but if you want to process an XML file use the XML Buffer. There is quite some info out there. Good luck!
    https://letmegooglethat.com/?q=xml+buffer+dynamics+nav
  • vaprog
    vaprog Member Posts: 1,162
    You didn't like @irasoelbaks answer? Maybe you should have rethought your question and clarified it.

    Anyway, he or she was quite right. Use an xml parser. If you don't like XML Buffer you cant try your luck with an XMLPort or use any flavor of .NET API you fancy.
    I strongly advise against any attempt to do it without using a tried and tested XML processor.