Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/11/2010, 09:40
albarete
 
Fecha de Ingreso: octubre-2010
Mensajes: 47
Antigüedad: 13 años, 7 meses
Puntos: 1
Problema al cargar xml

Código Javascript:
Ver original
  1. $j( function (){
  2.                           $j.ajax({
  3.                           url: apixml,
  4.                            dataType: 'xml',
  5.                                 success: function(data) {
  6.                                      customizationlevel = $j(data).find('customization-level').html;
  7.                                      alert(customizationlevel)
  8.                                             }
  9.                               });
  10.                          });
la variable apixml es http://api.erepublik.com/v2/feeds/companies/212956.xml
no se porque no sale la alerta :S