<?xml version="1.0" encoding="ISO-8859-1"?>

<!--
Possible parameters for backforum.php

-> cat_id    read new postings in this category only
-> forum_id  read new postings in this forum only
-> username  read new postings from this user only
             search sequence: cat_id, forum_id, username
-> count     number of postings to read, default 10
-> feed      type of feed to deliver, e.g. atom which needs a template
             pnforum_feed_atom.html to work
             default: rss091

pnForum permission still apply! The forum access will be tested against
an unregistered user.

IMPORTANT HINT:
===============
Do not configure pnRender to expose template information for debugging purposes if
you want to use templated RSS feeds! This will result in an XML error message:

XML Parsing Error: xml declaration not at start of external entity
Location: http://www.example.com/backforum.php
Line Number 3, Column 1:<?xml version="1.0" encoding="ISO-8859-1"?>

If you have to do this kind of debugging, do not forget to switch it off as
soon as possible!

-->

<rss version="2.0">
<channel>
    <title>La casa de los cuentos - forum</title>
    <link>forum/</link>
    <description>La casa de los cuentos - forum</description>
    <language>es-ES</language>
    
    <pubDate>Wed, 08 Feb 2012 11:12:48 MSK</pubDate>
    
    <lastBuildDate>Wed, 08 Feb 2012 11:12:48 MSK</lastBuildDate>
    
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <generator>pnForum 1.0</generator>
    <webMaster>jose.navarr&#111;&#064;&#118;arro.es</webMaster>


        <item>
        <title>hola</title>
        <link>forum/viewtopic/topic/8#pid8</link>
        <description>La casa de los cuentos :: Libros recomendados</description>
        <pubDate>Sat, 01 Nov 2008 18:07:00 MSK</pubDate>
        
    </item>
        <item>
        <title>hola</title>
        <link>forum/viewtopic/topic/7#pid7</link>
        <description>La casa de los cuentos :: Libros recomendados</description>
        <pubDate>Sat, 01 Nov 2008 18:06:00 MSK</pubDate>
        
    </item>
        <item>
        <title>hola</title>
        <link>forum/viewtopic/topic/5#pid5</link>
        <description>La casa de los cuentos :: Libros recomendados</description>
        <pubDate>Sat, 01 Nov 2008 17:58:00 MSK</pubDate>
        
    </item>
        <item>
        <title>Esto es una prueba</title>
        <link>forum/viewtopic/topic/2#pid2</link>
        <description>La casa de los cuentos :: Libros recomendados</description>
        <pubDate>Sat, 01 Nov 2008 17:24:00 MSK</pubDate>
        
    </item>
    
</channel>
</rss>
