[Gambas-user] XML since rev. #5036
Charlie Reinl
Karl.Reinl at ...2345...
Mon Aug 13 11:00:00 CEST 2012
Am Montag, den 13.08.2012, 00:05 +0200 schrieb Adrien Prokopowicz:
> Le dimanche 12 août 2012 23:07:58 Karl Reinl a écrit :
> > Salut Adrien,
> >
> > since rev. #5036 the attached xslt is no more a valide xml.
> > Some minutes before on rev. #5019 and all the years before it did its
> > job.
> >
> > test :
> > DIM Xsl AS NEW XmlDocument
> > Xsl.FromString(File.Load("xml2file.xslt")) '
>
> Fixed in revision #5037.
>
> By the way, why are you using the slowest and longest method to load
> a document ? :-)
>
> You can simply do :
> e
> Dim Xsl As New XmlDocument
> Xsl.Open("xml2file.xslt")
>
> ... or, even better :
>
> Dim Xsl As New XmlDocument("xml2file.xslt")
>
> Regards,
> Adrien.
Salut Adrien,
thank you, and also for your hints.
My problem is to make DBReport ready for gambas3, and that project uses
2 big constructions within gambas3.
XML and libraries, if these make me no more problems, I will have a look
at it, because your hint are all marked in me workbook.
Thanks again, I will give it a try.
--
Amicalement
Charlie
More information about the User
mailing list