<?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>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns="http://purl.org/rss/1.0/">

<channel rdf:about="http://sohaib.djihed.com/xml/">
	<title>Sohaib afifi - Personal site web</title>
	<link>http://sohaib.djihed.com/xml/</link>
	<description>Personal site web</description>
	<dc:language>fr</dc:language>
	
	<items>
		<rdf:Seq>

<rdf:li rdf:resource="http://sohaib.djihed.com/xml/?3-welcome"/><rdf:li rdf:resource="http://sohaib.djihed.com/xml/?2-test-2-article"/>
	</rdf:Seq>
	</items>
</channel>


  <item rdf:about="http://sohaib.djihed.com/xml/?3-welcome">
	<title>Welcome ...</title> 
	<link>http://sohaib.djihed.com/xml/?3-welcome</link> 
	<dc:date>2007-11-18T23:17:28+01:00</dc:date>
	<dc:creator>admin</dc:creator>
	<description><![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 
    ]]></description> 
  </item>
  <item rdf:about="http://sohaib.djihed.com/xml/?2-test-2-article">
	<title>test 2 article</title> 
	<link>http://sohaib.djihed.com/xml/?2-test-2-article</link> 
	<dc:date>2007-06-22T10:01:30+00:00</dc:date>
	<dc:creator>admin</dc:creator>
	<description><![CDATA[
		chapo
	]]></description> 
  </item></rdf:RDF>
