<?xml version="1.0" encoding="ISO-8859-1" ?>
<script type="text/javascript" >
var numLoading = 0;
var show_loading = 1;
function loading_show()
{

	var loading = document.getElementById('loading');
	if (!loading)
	{
		loading = document.createElement('div');
		loading.id = 'loading';
		loading.innerHTML = '<font style="font-family:verdana; font-size:12px; color:white;">Loading...</' + 'font>';
		loading.style.position = 'absolute';
		loading.style.top = '4px';
		loading.style.right = '4px';
		loading.style.backgroundColor = '#AA0000';
		loading.style.width = '65px';
		loading.style.padding = '2px';
		document.getElementsByTagName('body').item(0).appendChild(loading);
	}
	loading.style.display = 'block';
	numLoading++;
}

function loading_hide()
{
	numLoading--;
	if(numLoading < 1) {
		var loading = document.getElementById('loading');
		if (loading) {
			loading.style.display = 'none';
		}
	}
}
</script><feed xmlns="http://www.w3.org/2005/Atom">

	<title>Sohaib afifi - Personal site web</title>
	<id>http://sohaib.djihed.com/xml/</id>
	<description>Personal site web</description>
	<updated></updated>



  <entry>
	<title>Welcome ...</title> 
	<link href="http://sohaib.djihed.com/xml/?3-welcome" /> 
	<update>2007-11-18T23:17:28+01:00</update>
	<summary><![CDATA[
        Welcome to sohaib afifi personal web site

 i hope that you will find your need here ..
 WHAT YOU CAN FIND IN THIS SITE?



  my personal blog

  some computer lessons about : Development ,Operating systems and Web .

  links to many free tools

  my codes  sources 
    ]]></summary> 
  </entry>
  <entry>
	<title>test 2 article</title> 
	<link href="http://sohaib.djihed.com/xml/?2-test-2-article" /> 
	<update>2007-06-22T10:01:30+00:00</update>
	<summary><![CDATA[
		chapo
	]]></summary> 
  </entry>
</feed>

