
02/12/2008, 06:12
|
| | Fecha de Ingreso: diciembre-2008
Mensajes: 1
Antigüedad: 16 años, 3 meses Puntos: 0 | |
necesito un poco de ayuda Nunca he trabajado en xml y necesito colgar una lista de ofertas de productos de una tienda con el nombre, precio, moneda, y url de una imagen y una pagina. esto es lo que he hecho utiliando el deamweaver y necesito ayuda para mejorarlo y encontrar fallos antes de colgarlo.
<?xml version="1.0" encoding="iso-8859-1"?>
<libro>
<titulo>Ofertas</titulo>
<offers>
<offer>
<name>oferta 1</name>
<target_url>url oferta 1</target_url>
<currency>EUR</currency>
<price>€ 0000</price>
<img-url>url imagen 1</img-url>
<showable>1</showable>
</offer>
<offer>
<name>oferta 2</name>
<target_url>url oferta 2</target_url>
<currency>EUR</currency>
<price>€ 0000</price>
<img-url>url imagen 2</img-url>
<showable>1</showable>
</offer>
</offers>
</libro>
gracias por vuetro tiempo. |