Re: [Gambas-user] gb.xml feature request

2015-04-06 Thread adamn...@gmail.com
On Tue, 07 Apr 2015 00:01:02 +0200 "Adrien Prokopowicz" wrote: > Le Sun, 05 Apr 2015 04:58:05 +0200, adamn...@gmail.com > a écrit: > > > @Adrien Prokopowicz ? > > > > I ask for an enhancement to XMLNode (and descendants). Currently the > > TextContent property returns the concatenated text

Re: [Gambas-user] gb.xml feature request

2015-04-06 Thread Adrien Prokopowicz
Le Sun, 05 Apr 2015 04:58:05 +0200, adamn...@gmail.com a écrit: > @Adrien Prokopowicz ? > > I ask for an enhancement to XMLNode (and descendants). Currently the > TextContent property returns the concatenated text of the currenode and > all child nodes thereof. What I want to get is the te

[Gambas-user] gb.xml feature request

2015-04-04 Thread adamn...@gmail.com
@Adrien Prokopowicz ? I ask for an enhancement to XMLNode (and descendants). Currently the TextContent property returns the concatenated text of the currenode and all child nodes thereof. What I want to get is the text of the current node only, ignoring any child nodes. Dim sText as String