Recent

Author Topic: HTML parsing, DOM tree  (Read 1953 times)

LemonParty

  • Jr. Member
  • **
  • Posts: 63
HTML parsing, DOM tree
« on: December 02, 2017, 02:09:42 pm »
How to bypass every child elements and nodes of some node from HTML document using DOM, DOM_HTML, SAX_HTML units? Needed to pass all sub childrens of target element.
I was trying to use combination of GetElementsByTagName + ChildNodes, but ChildNodes return zero elements anytime for element with several child elements and child nodes.

 

TinyPortal © 2005-2018