[
Lists Home |
Date Index |
Thread Index
]
On Fri, Jan 11, 2002 at 11:12:38AM -0000, Sandeep Murphy wrote :
> am writing a parser to parse an xml output using PHP but running into
> numerous problems.. done lot of research on the web so far in vain.. would
> appreciate if anyone out there can give me a hand in creating this parser..
Without knowing what you actually seek, PHP provides two kind
of interfaces to XML. It has a binding to Clark's expat
library (ext/xml) and to libxml2 (ext/domxml). The epxat
binding seems to be more stable ATM.
--
Please always Cc to me when replying to me on the lists.
|