Re: [Gambas-user] xmlreader

2016-01-09 Thread Adrien Prokopowicz
Le Mon, 30 Nov 2015 18:36:28 +0100, roberto a écrit: > bump > Is There Anybody Out There? (PF) > > follow lines Mtest.module in gambas/gb.xml/src/gb.xml/.src > > [*snip*] > > Il 27/11/2015 16:33, roberto ha scritto: >> Hi to All, >> >> I can not read an XML file with comment(s)

Re: [Gambas-user] xmlreader

2015-11-30 Thread roberto
bump Is There Anybody Out There? (PF) follow lines Mtest.module in gambas/gb.xml/src/gb.xml/.src Public Sub Main() Dim writer As New XmlWriter writer.Open("/tmp/text.xml", True) writer.Comment("commento") writer.StartElement("toto") writer.StartElement("titi") writer.Attribute("titi",

[Gambas-user] xmlreader

2015-11-27 Thread roberto
Hi to All, I can not read an XML file with comment(s) because when the XmlReader reads a line of comment () then the read method go immediately at the end of the file and EOF is true it's a bug? Regards --

[Gambas-user] XMLReader / XMLWriter

2012-08-12 Thread Karl Reinl
Salut Adrien, for reading the XMLreader needs this syntax : Text={pYear} amp; '/' amp; format({pMonth},'0#-') Text=iif(Data_crm_Activities_classerlt;gt;'','Projekt : ','') but the XMLwriter put out the Attributs (not transformt) Text={pYear} '/' format({pMonth},'0#-')

Re: [Gambas-user] XMLReader / XMLWriter

2012-08-12 Thread adrien . prokopowicz
Le dimanche 12 août 2012 15:50:49 Karl Reinl a écrit : Salut Adrien, for reading the XMLreader needs this syntax : Text={pYear} amp; '/' amp; format({pMonth},'0#-') Text=iif(Data_crm_Activities_classerlt;gt;'','Projekt : ','') but the XMLwriter put out the Attributs (not transformt)