<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel rdf:about="http://www.ramirezcobos.com/about" /><title>Testing the RSS 1 EFeed class</title>
<link>http://www.ramirezcobos.com</link>
<description><![CDATA[This is test of creating a RSS 1.0 feed by Universal Feed Writer
]]></description>
<ChannelAbout>http://www.ramirezcobos.com/about</ChannelAbout>
<items>
<rdf:Seq>
<rdf:li resource="http://www.yiiframework.com">1</rdf:li>
</rdf:Seq>
</items>
<item rdf:about="http://www.yiiframework.com">
<title>
The first feed</title>
<link>
http://www.yiiframework.com</link>
<dc:date>
2026-04-23</dc:date>
<description><![CDATA[
Amaz-ii-ng <b>Yii Framework</b>
]]></description>
<dc:subject>
Subject Testing</dc:subject>
</item>
</rdf:RDF>