
19/11/2009, 10:38
|
 | | | Fecha de Ingreso: septiembre-2009 Ubicación: Granollers
Mensajes: 18
Antigüedad: 15 años, 7 meses Puntos: 0 | |
Respuesta: Editando archivo XML desde VB6 Mmmmm... no me sirve.
Doy más datos:
Agrego elementos a un nodo de esta manera: Set xmlsrv = xmlspc.appendChild(documento.createElement("FILTER "))
xmlsrv.setAttribute "configuration", grdspc.TextMatrix(row, 1)
xmlsrv.setAttribute "user", grdspc.TextMatrix(row, 2)
xmlsrv.setAttribute "mode", grdspc.TextMatrix(row, 3)
xmlsrv.setAttribute "address", grdspc.TextMatrix(row, 4)
xmlsrv.Text = grdspc.TextMatrix(row, 5)
Después de agregar el elemento, es cuando me gustaría dar el salto de línea. |