[Gambas-user] rev. 4651 and new gb.xml

Charlie Reinl Karl.Reinl at ...2345...
Sat Apr 21 23:18:27 CEST 2012


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.

 


-- 
Amicalement
Charlie
-------------- next part --------------
A non-text attachment was scrubbed...
Name: US-presidents-3.xml
Type: application/xml
Size: 5170 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20120421/7c939107/attachment.xml>


More information about the User mailing list