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




Certificados Gerenciando - Managing the certificates

Certificados Gerenciando - Managing the certificates

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


Funcoes Para Gerir os Certificados - http://help.windev.com/en-US/?1000019302

Certificado Tipo de Variavel - http://help.windev.com/en-US/?1000019287

Email - Tipo de Variavel - http://help.windev.com/en-US/?1000018713

Obtencao de um certificado SSl IIS2 ou posterior - http://help.windev.com/en-US/?3012012

Obtencao de um certificado SSL para IIs7 ou Superior - http://help.windev.com/en-US/?1000019454

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

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


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






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









Teste

Teste
teste