Ver Mensaje Individual
  #9 (permalink)  
Antiguo 14/01/2009, 03:41
Avatar de Fernand0
Fernand0
 
Fecha de Ingreso: septiembre-2005
Ubicación: Buenos Aires
Mensajes: 610
Antigüedad: 18 años, 7 meses
Puntos: 19
Respuesta: Texto plano a HTML

<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/xsl" href="Index.xsl"?>

<data>
<URL><![CDATA[url]]></URL>
<author><![CDATA[autor]]></author>
<sname><![CDATA[sname]]></sname>

<post>
<id><![CDATA[2]]></id>
<author><![CDATA[Clown]]></author>
<title><![CDATA[Test 1...]]></title>
<msg><![CDATA[<span><input type="button" value="Test 1"></span>]]></msg>
<comments><![CDATA[0]]></comments>
<date><![CDATA[10-11-2008]]></date>
</post>

<post>
<id><![CDATA[11]]></id>
<author><![CDATA[Clown]]></author>
<title><![CDATA[Test 10...]]></title>
<msg><![CDATA[&lt;strong&gt;lalala&lt;/strong&gt;<br><span style="font-weight: bold;">lololo</span>]]></msg>
<comments><![CDATA[0]]></comments>
<date><![CDATA[14-03-2008]]></date>
</post>

</data>