Re: [Gambas-user] How to convert .XmlElementAttributes into string

2014-01-10 Thread Tobias Boege
On Fri, 10 Jan 2014, Floryn90 wrote: > When declaring Dim hXmlElementAttributes As .XmlElementAttributes > gambas tell me "Unexpected '.' " > I see you don't really understand what you're typing so let me explain this first: .XmlElementAttributes is a virtual class (which is IMHO one of the be

Re: [Gambas-user] How to convert .XmlElementAttributes into string

2014-01-10 Thread Fabien Bodard
well it seem you have to learn how gambas work Dim hELm as XmlElement Dim hNode as xmlNode hElm = For each hElm in hDoc.GetElementByTag("MyTag") For each hNode in hElm.Attributes Print "Attribute: " & hNode.Name & " = " & hNode.Value Next Next 2014/1/10 Floryn90 : > When declaring Dim hXml

Re: [Gambas-user] How to convert .XmlElementAttributes into string

2014-01-10 Thread Floryn90
When declaring Dim hXmlElementAttributes As .XmlElementAttributes gambas tell me "Unexpected '.' " Nella citazione in data ven 10 gen 2014 17:36:10 CET, Kende Krisztián ha scritto: > 2014-01-10 17:22 keltezéssel, Floryn90 írta: >> How can i convert a .XmlElementAttributes into string >> >> > >

Re: [Gambas-user] How to convert .XmlElementAttributes into string

2014-01-10 Thread Kende Krisztián
2014-01-10 17:22 keltezéssel, Floryn90 írta: > How can i convert a .XmlElementAttributes into string > > http://www.gambasdoc.org/help/comp/gb.xml/.xmlelementattributes/_next?v3 http://www.gambasdoc.org/help/comp/gb.xml/xmlnode/tostring?v3 ---

[Gambas-user] How to convert .XmlElementAttributes into string

2014-01-10 Thread Floryn90
How can i convert a .XmlElementAttributes into string -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments