14/01/2009, 03:41
|
| | | Fecha de Ingreso: septiembre-2005 Ubicación: Buenos Aires
Mensajes: 610
Antigüedad: 19 años, 1 mes 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[<strong>lalala</strong><br><span style="font-weight: bold;">lololo</span>]]></msg>
<comments><![CDATA[0]]></comments>
<date><![CDATA[14-03-2008]]></date>
</post>
</data> |