<?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 2016 04:48:00 Z</lastBuildDate><pubDate>13 Apr 2016 11:50:00 Z</pubDate><description>Hello everybody,&#13;
here I am with a very strange issue processing an XML file.&#13;
&#13;
I have a WD app which has a process reading XML files to extract some data related to products. So this process was working fine by using this code:&#13;
nSUP_GLN = XMLRead("MyXML","/catalogueItemNotificationMessage/transaction/documentCommand/catalogueItemNotification/catalogueItem/tradeItem/informationProviderOfTradeItem/gln")&#13;
&#13;
Now the provider of the XML files has changed the strucure of the XML files and now this line is currently returning zero instead of the value in the attibute. So after investigating and struggling to get it working again I had to change my code for this one:&#13;
xNode = xmlFile.catalogueItemNotificationMessage.transaction.documentCommand.catalogueItemNotification.catalogueItem.tradeItem.informationProviderOfTradeItem.gln&#13;
nSUP_GLN = xNode..Text&#13;
and the right value is returned of course. But that means I need to change all the code in my program.&#13;
&#13;
Can someone explain why? the path is actually the same in both coding formats but the first one says the path is wrong and returns zero and the second one is working fine.&#13;
Really do not understand the difference.&#13;
&#13;
Any help or comment is welcome.&#13;
&#13;
Thanks in advance.&#13;
&#13;
Regards,&#13;
&#13;
Victoria</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node/read.awp</link><title>XMLREad vs Node</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/57282-xmlread-node-57367/read.awp</comments><pubDate>21 Apr 2016 04:48:00 Z</pubDate><description>Also have a look a link as below for dynamic creation to import XML data into&#13;
hyperfile with any creation of analysis .wdd.&#13;
&#13;
…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node-57367/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node-57367/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node/read.awp">XMLREad vs Node</source><title>Re: XMLREad vs Node</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node-57366/read.awp</comments><pubDate>21 Apr 2016 04:41:00 Z</pubDate><description>Vic&#13;
&#13;
I'm afraid that you have to live with it for writing your own xml parser to overcome such.&#13;
&#13;
I wonder if people move to …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node-57366/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node-57366/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node/read.awp">XMLREad vs Node</source><title>Re: XMLREad vs Node</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node-57363/read.awp</comments><pubDate>20 Apr 2016 14:43:00 Z</pubDate><description>Hi King,&#13;
thanks for your response.&#13;
The problem is that the Provider of the XML never provided us with the XSD.&#13;
Now for the ne…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node-57363/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node-57363/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node/read.awp">XMLREad vs Node</source><title>Re: XMLREad vs Node</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node-57304/read.awp</comments><pubDate>14 Apr 2016 23:11:00 Z</pubDate><description>Victoria&#13;
&#13;
&#13;
IF the .xsd changed so does .xml, you have to change code to ensure node/element name&#13;
to be read in ... dot notat…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node-57304/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node-57304/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node/read.awp">XMLREad vs Node</source><title>Re: XMLREad vs Node</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node-57299/read.awp</comments><pubDate>14 Apr 2016 15:39:00 Z</pubDate><description>Hi King,&#13;
thanks for your reply.&#13;
&#13;
The XML file is created by another company and they place the files in our FTP so we then re…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node-57299/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node-57299/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node/read.awp">XMLREad vs Node</source><title>Re: XMLREad vs Node</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node-57297/read.awp</comments><pubDate>14 Apr 2016 14:08:00 Z</pubDate><description>Hi&#13;
&#13;
Could you give more detail about this with a full layout of your xmlFile struct and&#13;
sample data, is it embedded or dynami…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node-57297/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node-57297/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/57282-xmlread-node/read.awp">XMLREad vs Node</source><title>Re: XMLREad vs Node</title></item></channel></rss>
