
21/11/2010, 12:02
|
| | Fecha de Ingreso: marzo-2010
Mensajes: 79
Antigüedad: 15 años Puntos: 0 | |
Respuesta: se puede meter contenido php en un documento xml? este archivo es el php, y dentro pongo algo así no
header("Content-type: text/xml");
<xml>
<apps>
<photos>
<photo imageurl="img/1.jpg" linkurl="http://www.google.com">
<description>
<![CDATA[<font color="#002284" size="40"> </font><font color="#ffffff" size="40"> </font>]]></description>
</photo>
<photo imageurl="img/2.jpg" >
<description>
<![CDATA[<font color="#002284" size="40"> </font><font color="#ffffff" size="40"> </font><font color="#ffffff" size="40"> </font>]]></description>
</photo>
</photos>
</apps>
</xml> |