Código XML:
Ver original
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <content xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <item> <description>bolso</description> <path>images/17.jpg</path> <data>http://.imagesbolso17_self</data> <type>image</type> </item> <item> <description>cartera</description> <path>images/18.jpg</path> <data>http://.imagescartera18_self</data> <type>image</type> </item> </content>
hasta aca ningun problema,ahora lo que quiero hacer:
en vez de que cuando clickeo en bolso va al enlace http://.imagesbolso1,quiero
que me cargue
esta funcion :
Código Javascript:
Ver original
catalogo.contentXML = "todoslosbolso.xml";
gracias