Re: [Gambas-user] Problem reading attributes from XML file

2016-02-27 Thread Markus Schatten
Thanks a lot Lee! I've just reinstalled my Gambas and now it works again! Still, I have no idea what happened to the xml component.. All the best, M. -- Markus Schatten, PhD Assistant professor and head of Artificial Intelligence Lab University of Zagreb Faculty of Organization and Informatics Pa

Re: [Gambas-user] Problem reading attributes from XML file

2016-02-27 Thread T Lee Davidson
Hi Markus, I created a quick command-line version with your procedures. It works fine on v3.6.2. I get a collection returned with length of one and a value of "http://exist.sourceforge.net/NS/exist";. Perhaps something has happened to your gb.xml component? On 02/27/2016 04:35 PM, Markus Scha

[Gambas-user] Problem reading attributes from XML file

2016-02-27 Thread Markus Schatten
Dear friends, I have a piece of code that was recently working, but for some reason it stopped (using 3.5.4. currently). What I would like to do is simply read out all attributes and their values (if they exists) from an XmlNode. Here is what I do: Public Sub btnLoad_Click() Dim xml As New XmlD