Páginas

terça-feira, 5 de maio de 2015

XML CRIAR

XML - CRIAR


documento is xmlDocument
namespace is xmlNamespace
node is dynamic xmlNode
node = documento.documentTag

documento.documentTag = ""
namespace..Name="xsi"
namespace.URI="HTTP://WWW.W3.ORG/YOURURL"
Add(node..NamespaceDeclared,namespace)
node:noNamespaceSchemaLocation..Value="YourFile.xsd"
node:noNamespaceSchemaLocation..Namespace = namespace

documento.documentTag.next = "Exemplo para xml"

XMLSave(documento,["c:\amarildo\"]+"teste.xml")
ShellExecute(["c:\amarildo\"]+"teste.xml")

//xmlsave(documento,fExeDir()+["\"]+"teste.xml")
//ShellExecute(fExeDir()+["\"]+"teste.xml")



Xml Certificate

Xml Certificate

Functions for managing the certificates - http://doc.windev.com



Fiz uma procura sobre XMLSignature
e aqui sao algumas buscas que achei que talvez te ajudem.

-------------------------------------------------------------------------------------------------
Adriano boller - http://forum.pcsoft.fr/fr-FR/pcsoft.us.windevmobile/1089-digital-certificate-signing-xml-certificado-digital-assinar-xml/read.awp
Cursos do Pedrosao - Tem Sobre Certificado nas Aulas 89 e 90
Help
Selecionar Certificado - http://doc.pcsoft.fr/en-US/?1000019295
CertificateSignFile
CertificateSignString
Constants for managing the certificates
Functions for managing the cerficates
Managing the certificate
XmlSignature
Junior Schroder Assinatura xml Repository
Assinatura Xml Repositorio - Adriano boller
http://windevdesenvolvimento.blogspot.com.br/2015/01/certificados-gerenciando-managing.html
-------------------------------------------------------------------------------------------------

 http://help.windev.com/en-US/?1000020736&name=TYPE_xmlSignature


http://help.windev.com/en-US/?1000019297&name=certificatesignfile_function

http://help.windev.com/en-US/?1000019338&name=Managing_the_certificates




http://repository.windev.com/search.awp?q=assinaxml





http://help.windev.com/?1000019307&name=constants_for_managing_the_certificates

Selecionar Certificado - http://doc.pcsoft.fr/en-US/?1000019295

http://forum.pcsoft.fr/fr-FR/pcsoft.us.windevmobile/1089-digital-certificate-signing-xml-certificado-digital-assinar-xml/read.awp

-----------------------------------------------------------------------------------------------------
Cursos do Pedrosao - Tem Sobre Certificado nas Aulas 89 e 90