RSS parsing src code
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<title>RSS Parsing in PHP - Example File - WSU - Spring 2007 - CS 4350-0</title>
<meta http-equiv="content-Type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="generator" Content="handWritten">
<meta name="owner" content="Vincenzo Maggio">
<meta name="author" content="Vincenzo Maggio">
<meta name="description" content="RSS Parsing in PHP">
<style type="text/css">
<!--
body {
background-image: url("/pix/bg_paper.jpg");
color: #007;
margin: 0;
}
.box0 {
background-color: #f99;
margin-bottom: 30px;
padding: 7px;
width: 97%;
}
.box1 {
background-color: #99f;
margin-bottom: 30px;
padding: 7px;
width: 97%;
}
.box2 {
background-color: #9f9;
border: 3px groove #f77;
margin: 30px;
padding: 20px;
width: 45%;
}
.rss_box { background-color: #ff9; margin-bottom: 15px }
.rss_title {
background-color: #f7f7f7;
border-top: 1px dashed #aaa;
font-size: 90%;
font-variant: small-caps;
padding-left: 3px;
text-align: left;
}
ul.rss_item {
list-style-image: url("../pix/li5a.gif");
margin: 0;
margin-left: 10px;
padding: 0 1px 0 10px;
text-decoration: none;
}
a { text-decoration: none }
a:link, a:visited { background-color: transparent; color: #137 }
a:hover, a:active { background-color: #dab; color: #137 }
.box1 a:hover, a:active { background-color: #000; color: #fff }
.box2 a:hover, a:active { background-color: #ff0; color: #007; font-weight:bold; border-top: 1px solid #777; border-bottom: 1px solid #777 }
pp { font-size: 140%; border: 3px ridge #7f7; padding: 5px; margin: 5px }
-->
</style>
</head>
<!-- ^_^ -->
<body>
<div class="box0">
<?php
$src = 'http://www.securityfocus.com/rss/vulnerabilities.xml';
include '../feed/feed2php.inc';
?>
</div>
<div class="box1">
<?php
$num = 6;
$src = 'http://www.securityfocus.com/rss/vulnerabilities.xml';
include '../feed/feed2php.inc';
?>
</div>
<div class="box2">
<pp>The Road to Enlightenment</pp>
<br /><br />
<a href="http://www.csszengarden.com/">Zen Garden</a>
</div>
</body>
</html>
<!-- h31p 570pp1ng g10341 w4rm1n6 -->