SAX interface for building DOM in php5
[email protected] ("Alexander Belyaev") Fri, 19 Dec 2003 13:27:53 +0300
| Newsgroups | php.xml.dev |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Our CMS uses nice
SAX interface for building DOM,
...
$parser = domxml_parser();
$parser->start_document();
...
it muchmore faster and simple than DOM interface,
especially with construct like
$parser->start_element("elem",array('id'=>$USER[id],'name'=>$USER[name]...
very big array:))
but it missing in new dom extension comes with php5 b3...
Any chance to implement it in the near future? :)
--
With best regards & wishes,
Alexander
mailto:[email protected]
http://www.graphit.ru/