[Gambas-user] Issue 388 in gambas: Parse error : Invalid Tag ! Line 1 , Column 1 : ?mso-application pro with gb.xml (gb.libxml works fine)
gambas at ...2524...
gambas at ...2524...
Tue Jan 15 01:11:19 CET 2013
Updates:
Status: Accepted
Owner: adrien.p... at ...626...
Comment #1 on issue 388 by adrien.p... at ...626...: Parse error : Invalid
Tag ! Line 1 , Column 1 : ?mso-application pro with gb.xml (gb.libxml
works fine)
http://code.google.com/p/gambas/issues/detail?id=388
The XML parser does not support processing instructions yet. I will add
this as soon as possible.
By the way, please don't do :
« xDoc.FromString(File.Load("LISTINO.XML")) »
You should use xDoc.Open("LISTINO.XML") method instead (or even « Dim xDoc
As New XmlDocument("LISTINO.XML") » if you can). It's waaay faster.
More information about the User
mailing list