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

Fabien Bodard gambas.fr at ...626...
Fri Jan 10 22:38:16 CET 2014


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 <floryn90.linux at ...626...>:
> 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
>>>
>>>
>>
>> http://www.gambasdoc.org/help/comp/gb.xml/.xmlelementattributes/_next?v3
>>
>> http://www.gambasdoc.org/help/comp/gb.xml/xmlnode/tostring?v3
>>
>>
>> ------------------------------------------------------------------------------
>> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
>> Learn Why More Businesses Are Choosing CenturyLink Cloud For
>> Critical Workloads, Development Environments & Everything In Between.
>> Get a Quote or Start a Free Trial Today.
>> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
>> _______________________________________________
>> Gambas-user mailing list
>> Gambas-user at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
> ------------------------------------------------------------------------------
> CenturyLink Cloud: The Leader in Enterprise Cloud Services.
> Learn Why More Businesses Are Choosing CenturyLink Cloud For
> Critical Workloads, Development Environments & Everything In Between.
> Get a Quote or Start a Free Trial Today.
> http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user



-- 
Fabien Bodard




More information about the User mailing list