TxmlDocument...

¿Cómo conecto un TxmlDocument a un archivo xml montado en un sitio?
Respuesta
1
Con el método LoadDataSource
Prototype: function LoadDataSource(sSource: String): Boolean;
Parameters:
SSource - Name of the data source to open.
This function loads and parses the specified data source. The data source can be a file name, http URL or FTP location. The function will return true on success and false if an error occurs.
Valid document names:
c:\xmldocs\memo.xml
file://c:\xmldocs\memo.xml
http://www.cuesoft.com/xmldocs/memo.xml
ftp://www.cuesoft.com/xmldocs/memo.xml
Podrás encontrar este método y la explicación de XML Object Model en http://www.lepsik.com/computer/CUESOFT/delphi_xml_object_model.htm

Añade tu respuesta

Haz clic para o

Más respuestas relacionadas