<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>4 Nov 2016 09:43:00 Z</lastBuildDate><pubDate>31 Oct 2016 20:55:00 Z</pubDate><description>Hi&#13;
I am trying to build a XML file. How do I get the end tag to generate? Lines marked with *******. I am using xmladdchild. What do you do to get the when generated?&#13;
&#13;
Example:&#13;
[attachment 2209 xmlsnip.PNG]</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21/read.awp</link><title>Help building a XML file       WD21</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/60188-help-building-xml-file-wd21-60243/read.awp</comments><pubDate>4 Nov 2016 09:43:00 Z</pubDate><description>Thanks Peter,&#13;
&#13;
That is exactly what I tried to say .&#13;
&#13;
&#13;
regards&#13;
Allard</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21-60243/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21-60243/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21/read.awp">Help building a XML file       WD21</source><title>Re: Help building a XML file       WD21</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21-60208/read.awp</comments><pubDate>2 Nov 2016 15:24:00 Z</pubDate><description>Hi Jim,&#13;
&#13;
If you don't have an XSD to work with, you can create a sample full (with empty data) XML file that serves your needs…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21-60208/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21-60208/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21/read.awp">Help building a XML file       WD21</source><title>Re: Help building a XML file       WD21</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21-60198/read.awp</comments><pubDate>1 Nov 2016 09:07:00 Z</pubDate><description>Jim,&#13;
&#13;
I guess you are referring to the use of XMLParent("your_xml_doc_name") to go one level back?&#13;
Like in the code of DW</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21-60198/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21-60198/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21/read.awp">Help building a XML file       WD21</source><title>Re: Help building a XML file       WD21</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21-60194/read.awp</comments><pubDate>1 Nov 2016 01:19:00 Z</pubDate><description>Jim,&#13;
&#13;
Long time since I played with this but you need to use:&#13;
&#13;
XMLFind &amp; XMLParent&#13;
&#13;
&#13;
XMLDocument("MyXml",Text)&#13;
&#13;
&#13;
XMLFi…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21-60194/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21-60194/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21/read.awp">Help building a XML file       WD21</source><title>Re: Help building a XML file       WD21</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21-60192/read.awp</comments><pubDate>31 Oct 2016 22:40:00 Z</pubDate><description>Thanks Allard,&#13;
&#13;
I am creating the XML from scratch to connect and process credit cards from a WD application. Not currently re…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21-60192/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21-60192/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21/read.awp">Help building a XML file       WD21</source><title>Re: Help building a XML file       WD21</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21-60191/read.awp</comments><pubDate>31 Oct 2016 22:19:00 Z</pubDate><description>Hi,&#13;
&#13;
It is far easier to make an xml file by using xml open.&#13;
&#13;
if you donnot have an xml file to use make it yourself and the…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21-60191/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21-60191/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/60188-help-building-xml-file-wd21/read.awp">Help building a XML file       WD21</source><title>Re: Help building a XML file       WD21</title></item></channel></rss>
