Re: [Gambas-user] Getting the "un-specialed" XMLElement.TextContent string

2014-06-25 Thread B Bruen
On Wed, 25 Jun 2014 09:21:30 +0200 Fabien Bodard wrote: > $title = xmlnode.deserialize(raceNode.Attributes["RaceName"]) > > No? B-) Ah, OK. Thanks, the fact that it was a static function hadn't sunk in. regards Bruce -- B Bruen --

Re: [Gambas-user] Getting the "un-specialed" XMLElement.TextContent string

2014-06-25 Thread Fabien Bodard
Le 25 juin 2014 01:04, "B Bruen" a écrit : > > On Tue, 24 Jun 2014 16:36:11 +0200 > "Adrien Prokopowicz" wrote: > > > Le Tue, 17 Jun 2014 01:37:49 +0200, B Bruen a > > écrit: > > > > > (I'm sure I've done this before, but I can't find my prior code nor can > > > I find it in either of the help s

Re: [Gambas-user] Getting the "un-specialed" XMLElement.TextContent string

2014-06-24 Thread B Bruen
On Tue, 24 Jun 2014 16:36:11 +0200 "Adrien Prokopowicz" wrote: > Le Tue, 17 Jun 2014 01:37:49 +0200, B Bruen a > écrit: > > > (I'm sure I've done this before, but I can't find my prior code nor can > > I find it in either of the help sites.) > > > > I just want to set a string variable to t

Re: [Gambas-user] Getting the "un-specialed" XMLElement.TextContent string

2014-06-24 Thread Adrien Prokopowicz
Le Tue, 17 Jun 2014 01:37:49 +0200, B Bruen a écrit: > (I'm sure I've done this before, but I can't find my prior code nor can > I find it in either of the help sites.) > > I just want to set a string variable to the text content of an element. > I am almost certain there was a way to have

[Gambas-user] Getting the "un-specialed" XMLElement.TextContent string

2014-06-16 Thread B Bruen
(I'm sure I've done this before, but I can't find my prior code nor can I find it in either of the help sites.) I just want to set a string variable to the text content of an element. I am almost certain there was a way to have it automatically convert all the "special character"s, like  , <,