[Gambas-user] rev. 4651 and new gb.xml
Adrien Prokopowicz
adrien.prokopowicz at ...626...
Sun Apr 22 04:56:53 CEST 2012
Le samedi 21 avril 2012 23:54:55 Charlie Reinl a écrit :
> Am Samstag, den 21.04.2012, 23:47 +0200 schrieb Adrien Prokopowicz:
> > Le samedi 21 avril 2012 23:18:27 Charlie Reinl a écrit :
> > > Am Samstag, den 21.04.2012, 21:19 +0200 schrieb Adrien Prokopowicz:
> > > > Le samedi 21 avril 2012 21:34:55 Karl Reinl a écrit :
> > > > > Salut Benoît,
> > > > >
> > > > > the new gb.xml broke my project which used before gb.xml and
> > > > > gb.xml.xslt.
> > > > > As I can see, you wrote a gambas component also called gb.xml, which
> > > > > replaced the old.
> > > > > Now I struggle at xml.FromString() where xml is a XmlDocument, while
> > > > > you
> > > > > forgot FromString, hope ther are not others.
> > > >
> > > > Hi Karl,
> > > >
> > > > I don't really understand your problem with XmlDocument.FromString().
> > > > Could
> > > > you be more precise please ?
> > > >
> > > > Have you got an error message ?
> > >
> > > Salut,
> > >
> > > I found out, the new parser have problems with special chars.
> > >
> > > Try it with the attached xml.
> > >
> > > Dim Xml as New XmlDocument
> > >
> > > Xml.FromString("path to 'US-presidents-3.xml'")
> > >
> > > raise an error on special chars, or my box turne crazy.
> >
> > Problems should be solved in revision #4652.
>
> --------------------------8<-----------------------------
> Salut Adrien,
>
> dit you solve only the underline = _ or also other special chars like .-
> etc ?
Since the revision #4654, all special chars are supported (including the UTF-8
ones).
More information about the User
mailing list