<?xml version="1.0" encoding="UTF-8" ?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
  <title>Latest snippets tagged chariot</title>
  <link rel="alternate" href="http://snippets.prendreuncafe.com/snippets/tagged/chariot/order_by/date"></link>
  <id>http://snippets.prendreuncafe.com/snippets/tagged/chariot/order_by/date</id>
  <updated>2010-08-01T14:46:03Z</updated>
  <author>
    <name>Symfony</name>
    <author_email>noreply@symfony-project.com</author_email>
  </author>
<entry>
  <title>retour chariot</title>
  <link href="http://snippets.prendreuncafe.com/snippet/104"></link>
  <updated>2010-08-01T14:46:03Z</updated>
  <id>104</id>
  <summary type="html">[code]
$ echo &quot;one,two,three&quot; | sed &quot;s/,/\\n\\r/g&quot; 
$ echo &quot;one,two,three&quot; | sed &quot;s/,/\\n/g&quot;
[/code]

dans les deux cas : 
[code xml]
one
two
three
[/code]
par contre je comptait le mettre en tant que commentaire sur ton code, je n'y suis pas arrivé</summary>
</entry>
</feed>
