expath vs libxml2

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

    expath vs libxml2

    newbie...

    expath vs libxml2...

    libxml2 is an implementation of dom
    expath is a sax parser

    both comes with php installation (ie 4.3)

    both need to have php recompiled:
    libxml2 --> --with dom
    expath --> --with xml

    have I written anything right??
    :-(

    tks...


Working...