Re: [Gambas-user] Multiple top-level nodes with XmlDocument

2017-04-08 Thread Adrien Prokopowicz
Le Sat, 08 Apr 2017 17:23:32 +0200, Tobias Boege a écrit: > Hi, > > I want to write an XML file like this: > > > > > > Note that I have a comment node and an element node at the top-level of > the > DOM tree. This [1] gives me the impression that it should be valid XML. > > This is s

Re: [Gambas-user] gambas-club.de is back again

2017-04-08 Thread Christof Thalhofer
Am 08.04.2017 um 19:37 schrieb Tobias Boege: > If by "files for designers" you are ok with an svg, there's one included in > the Gambas distribution and you can immediately get it from sourceforge: > > > https://sourceforge.net/p/gambas/code/HEAD/tree/gambas/trunk/app/src/gambas3/img/logo/gamb

Re: [Gambas-user] gambas-club.de is back again

2017-04-08 Thread Tobias Boege
On Sat, 08 Apr 2017, Benoît Minisini wrote: > Le 08/04/2017 à 18:37, Christof Thalhofer a écrit : > > Hi, > > > > gambas-club.de down would have been a heavy loss, because AFAIK it is > > the only Gambas forum in german language. So I took it under my wing. > > > > One question: Can I use the Gamba

Re: [Gambas-user] gambas-club.de is back again

2017-04-08 Thread Gianluigi
Very well 👍 Alles Gute Gianluigi 2017-04-08 18:37 GMT+02:00 Christof Thalhofer : > Hi, > > gambas-club.de down would have been a heavy loss, because AFAIK it is > the only Gambas forum in german language. So I took it under my wing. > > One question: Can I use the Gambas logo for the forum? Are

Re: [Gambas-user] gambas-club.de is back again

2017-04-08 Thread Benoît Minisini
Le 08/04/2017 à 18:37, Christof Thalhofer a écrit : > Hi, > > gambas-club.de down would have been a heavy loss, because AFAIK it is > the only Gambas forum in german language. So I took it under my wing. > > One question: Can I use the Gambas logo for the forum? Are there any > files for designers?

[Gambas-user] gambas-club.de is back again

2017-04-08 Thread Christof Thalhofer
Hi, gambas-club.de down would have been a heavy loss, because AFAIK it is the only Gambas forum in german language. So I took it under my wing. One question: Can I use the Gambas logo for the forum? Are there any files for designers? Alles Gute Christof Thalhofer -- Dies ist keine Signatur

[Gambas-user] Multiple top-level nodes with XmlDocument

2017-04-08 Thread Tobias Boege
Hi, I want to write an XML file like this: Note that I have a comment node and an element node at the top-level of the DOM tree. This [1] gives me the impression that it should be valid XML. This is straight forward with XmlWriter, but it doesn't seem possible with XmlDocument since it