DOMDocument Node HTML

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • deciacco

    #1

    DOMDocument Node HTML

    I'm loading a new DOMDocuemnt, domDoc, with some HTML from a string. I
    then get all elements with tag name 'table' and store them in a
    DOMNodeList $tmpTables. I would like to be able to get the HTML within
    a specific node in the tmpTables list. Is there a way to do this?

    Thanks!!

Working...