PHP Classes

File: docs/comments.txt

Recommend this page to a friend!
  Classes of Gobinath Mallaiyan   Simple XML RSS Parser   docs/comments.txt   Download  
File: docs/comments.txt
Role: Documentation
Content type: text/plain
Description: Change Track Doc
Class: Simple XML RSS Parser
Parse and extract information from XML RSS feeds
Author: By
Last change:
Date: 19 years ago
Size: 933 bytes
 

Contents

Class file image Download
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.