Class: Simple XML RSS Parser
Class Home : http://www.phpclasses.org/browse/package/2263.html
Author : gobinath
-------------------------------------------------------------------
Purpose: Change Log Document
-------------------------------------------------------------------
Change 1:
~~~~~~~~
There was a bug found in the script which Leads to the Following Error.
----------------------------------------------------------------------------------------
Parse error: parse error, unexpected T_STRING, expecting T_OLD_FUNCTION
or T_FUNCTION or T_VAR or '}' in
d:\inetpub\wwwroot\sxmlrss\XmlParser.class.php on line 102
Fatal error: Cannot instantiate non-existent class: simplexmlparser in
d:\inetpub\wwwroot\sxmlrss\SimpleParser.php on line 4
----------------------------------------------------------------------------------------
Now i have fixed the Bug. Thanks to Toky who wrote about this bug to me.
|