13/09/2010, 04:45
|
| | Fecha de Ingreso: septiembre-2010
Mensajes: 2
Antigüedad: 14 años, 2 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 |