<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Manual ----- Simple XML parser Class</title>
<style type="text/css">
<!--
.style4 {
font-size: 12px;
font-family: Tahoma;
}
-->
</style>
</head>
<body>
<p class="style4"><strong><strong>Simple XML parser Class </strong> <gobinathm at gmail dot com> </strong><strong> </strong></p>
<p class="style4"> The class can be used to Parse XML feeds.<br />
<br />
Here is the Example create by implementing the class.. </p>
<ol>
<li class="style4"><?PHP</li>
<li class="style4"> include_once("XmlParser.class.php");</li>
<li class="style4"> $FeedUrl="http://news.com.com/2547-1_3-0-5.xml";</li>
<li class="style4"> $XMLpar = new SimpleXmlParser($FeedUrl);</li>
<li class="style4"> ?></li>
</ol>
<p> <strong> </strong><span class="style4"><strong> Line 2 :</strong> Includes the class to this script <strong><br />
Line 3 :</strong> Assign the feed URL to a Variable <strong><br />
Line 4 :</strong> Create an object of the Class and Pass the Feed URL <strong><br />
</strong><strong><br />
</strong></span></p>
<p> </p>
<p class="style4"> </p>
</body>
</html>