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) because when the
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", "tutu\
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
--
___
Le dimanche 12 août 2012 15:50:49 Karl Reinl a écrit :
> Salut Adrien,
>
> for reading the XMLreader needs this syntax :
>
> Text="{pYear} & '/' & format({pMonth},'0#-')"
> Text="iif(Data_crm_Activities_classer<>'','Projekt : ','')"
>
> but the XMLwriter put out the Attributs (not transformt)
>
Salut Adrien,
for reading the XMLreader needs this syntax :
Text="{pYear} & '/' & format({pMonth},'0#-')"
Text="iif(Data_crm_Activities_classer<>'','Projekt : ','')"
but the XMLwriter put out the Attributs (not transformt)
Text="{pYear} & '/' & format({pMonth},'0#-')"
Text="iif(Data_crm_Acti