<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>21 Apr 2018 04:23:00 Z</lastBuildDate><pubDate>20 Apr 2018 12:55:00 Z</pubDate><description>Hi,&#13;
i use an xml schema named "FatturaElettronica", the schema is this:&#13;
&#13;
https://drive.google.com/open?id=1Q4cuTOBAVsc3Dqd2fD_OMI46NGVhqnBP&#13;
&#13;
The code i use is this:&#13;
&#13;
FatEle is xmlDocument, description = FatturaElettronica NamSpace is xmlNamespace Node is dynamic xmlNode Node = FatEle.FatturaElettronica NamSpace..Name = "xsi" NamSpace..URI="http://www.w3.org/2001/XMLSchema-instance" Add(Node..NamespaceDeclared,NamSpace) Node:schemaLocation..Value="http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fatture/v1.2 http://www.fatturapa.gov.it/export/fatturazione/sdi/fatturapa/v1.2/Schema_del_file_xml_FatturaPA_versione_1.2.xsd" Node:schemaLocation..Namespace=NamSpace NamSpace..Name = "ds" NamSpace..URI="http://www.w3.org/2000/09/xmldsig" Add(FatEle.FatturaElettronica..NamespaceDeclared,NamSpace) NamSpace..Name = "p" NamSpace..URI="http://ivaservizi.agenziaentrate.gov.it/docs/xsd/fatture/v1.2" Add(FatEle.FatturaElettronica..NamespaceDeclared,NamSpace) FatEle.FatturaElettronica:versione="FPR12" "OTHER CODE TO ADD DATA" XMLSave(FatEle,sNomefile,XMLFormatting)&#13;
The result is this:&#13;
&#13;
https://drive.google.com/open?id=1mBlHvcZW39gS7PPn06Z15QDgLEc8tw3J&#13;
&#13;
What is the method to add a prefix "p" to root "FatturaElettronica"???&#13;
I'm going crazy</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65279-wd22-xml-node-prefix/read.awp</link><title>WD22 - XML Node prefix</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65279-wd22-xml-node-prefix-65284/read.awp</comments><pubDate>21 Apr 2018 04:23:00 Z</pubDate><description>Hi,&#13;
&#13;
I use this for ubl invoicing ( simple invoicing ) in Holland.:&#13;
&#13;
sPath_Pdf is string&#13;
sPath is string&#13;
xmlfact is xmlDoc…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65279-wd22-xml-node-prefix-65284/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65279-wd22-xml-node-prefix-65284/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/65279-wd22-xml-node-prefix/read.awp">WD22 - XML Node prefix</source><title>Re: WD22 - XML Node prefix</title></item></channel></rss>
