Subversion Repositories Sites.obs-saisons.fr

Compare Revisions

Ignore whitespace Rev 323 → Rev 322

/trunk/applications/jrest/services/squelettes/atom.tpl.xml
1,3 → 1,4
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'."\n" ?>
<feed xmlns="http://www.w3.org/2005/Atom">
 
<title><?=$titre?></title>
/trunk/applications/jrest/services/squelettes/rss1.tpl.xml
1,3 → 1,5
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'."\n" ?>
 
<!DOCTYPE rdf:RDF [
<!ENTITY % HTMLlat1 PUBLIC
"-//W3C//ENTITIES Latin 1 for XHTML//EN"
/trunk/applications/jrest/services/squelettes/rss2.tpl.xml
1,3 → 1,4
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'."\n" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title><?=$titre; ?></title>