Updates:
        Status: Accepted
        Owner: adrien.p...@gmail.com

Comment #1 on issue 388 by adrien.p...@gmail.com: 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.

------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to