Como gerar xml dinamicamente no Delphi for .NET?
Ola, pessoal. Estou com o codigo asp, abaixo. Preciso passa-lo p o delphi.NET, porem estou com dificuldades de encrontrar algo q me ajude a faze-lo.
Set objXML = Server.CreateObject("Microsoft.XMLDOM")
objXML.async = False
'caminho = "c:\inetpub\wwwroot\componentes_vbv\results\" & var & ".xml"
caminho=server.MapPath("/componentes_vbv/results/" & var & ".xml")
objXML.load(caminho)
dim conexaoSegura
conexaoSegura = false
if CStr(objXML.parseError.errorCode) "0" Then
%>
Problema no recebimecimento
Favor entrar em contato.
Order :
Set objXML = Server.CreateObject("Microsoft.XMLDOM")
objXML.async = False
'caminho = "c:\inetpub\wwwroot\componentes_vbv\results\" & var & ".xml"
caminho=server.MapPath("/componentes_vbv/results/" & var & ".xml")
objXML.load(caminho)
dim conexaoSegura
conexaoSegura = false
if CStr(objXML.parseError.errorCode) "0" Then
%>
Problema no recebimecimento
Favor entrar em contato.
Order :
Jefferson Brandao
Curtidas 0
Respostas
Jefferson Brandao
11/03/2010
Ola, pessoal. Estou com o codigo asp, abaixo. Preciso passa-lo p o delphi.NET, porem estou com dificuldades de encrontrar algo q me ajude a faze-lo.
Set objXML = Server.CreateObject("Microsoft.XMLDOM")
objXML.async = False
'caminho = "c:\inetpub\wwwroot\componentes_vbv\results\" & var & ".xml"
caminho=server.MapPath("/componentes_vbv/results/" & var & ".xml")
objXML.load(caminho)
dim conexaoSegura
conexaoSegura = false
if CStr(objXML.parseError.errorCode) "0" Then
Set objXML = Server.CreateObject("Microsoft.XMLDOM")
objXML.async = False
'caminho = "c:\inetpub\wwwroot\componentes_vbv\results\" & var & ".xml"
caminho=server.MapPath("/componentes_vbv/results/" & var & ".xml")
objXML.load(caminho)
dim conexaoSegura
conexaoSegura = false
if CStr(objXML.parseError.errorCode) "0" Then
GOSTEI 0