• #dev 2020-07-29
  • Prev
    Next
  • #indieweb
  • #dev
  • #wordpress
  • #meta
  • #stream
  • #microformats
  • #known
  • #events
#dev ≡
  • ←
  • →
2020-07-29 UTC
# 06:58
Zegnat
Good morning [jeremycherfas]! I am not familiar with “simple HTML dom parser”. I would recommend looking at a parser that PHP ships with. Either DOMDocument or SimpleXML. Those are also the most likely to be used by other projects if you are looking for examples. (The php-mf2 parser uses DOMDocument.)