Ver Mensaje Individual
  #3 (permalink)  
Antiguo 13/09/2010, 04:45
nycband
 
Fecha de Ingreso: septiembre-2010
Mensajes: 2
Antigüedad: 13 años, 7 meses
Puntos: 0
Respuesta: Leer XML en Asp con Etiquetas Vacias

Solucionado

if vCountry.item(n).text <> "" then
vCountryFinal=cstr(vCountry.item(n).firstChild.nod eValue)
else
vCountryCodeFinal="999"
end if

Gracias