
Manuel Lemos - 2008-02-21 21:21:37 -
In reply to message 1 from Renier Vermaak
This is class, so you need to create an object of the class before using it like this:
$parser = new xml_parser_class;
The you call the ParseStream function passing the stream handler value, for instance like this:
$parser->ParseStream(fopen('http://www.phpclasses.org/browse/latest/latest.xml', 'r'));