|
Posted by Erwin Moller on 06/20/06 07:50
bizt wrote:
> Hi,
>
> I have an XML document that, at some points, nodes are about several
> levels deep.
>
> For example:
>
> <?xml...
> <root>
> <node>
> <node />
> <node>
> <node />
> <node>
> <node />
> </node>
> .
> .
> .etc
>
> At the moment I am using DOMXML but as it requires more memory / CPU
> usage I am looking into other options. I dont need to modify the XML
> tree but instead locate specific nodes (navigating to next siblings,
> child nodes and parent nodes) and get attribute values. Is this
> possible using SAX?
>
> Cheers
>
> Burnsy
Hi Burnsy,
AFAIK SAX is not available for PHP, but maybe this helps:
http://www-128.ibm.com/developerworks/web/library/wa-php4sax/
and
http://nl2.php.net/xml also contains a lot of links to possibly usefull
resources.
Regards,
Erwin Moller
Navigation:
[Reply to this message]
|