Re: [lazarus] Working with XML: crosscompatibility

2007-07-16 Thread Razvan Adrian Bogdan
I just found that the FPC XML Reader has a nasty bug at least in FPC 2.0.4 this XML will cause av ?xml version=1.0 encoding=UTF-8? DCPlusPlus /DCPlusPlus This is because of this code in XMLRead line 671 in Function ExpectProlog // Check for (doctypedecl Misc*)?[28] if CheckForChar('D')

Re: [lazarus] Working with XML: crosscompatibility

2007-07-16 Thread Michael Van Canneyt
On Mon, 16 Jul 2007, Razvan Adrian Bogdan wrote: I just found that the FPC XML Reader has a nasty bug at least in FPC 2.0.4 this XML will cause av ?xml version=1.0 encoding=UTF-8? DCPlusPlus /DCPlusPlus This is because of this code in XMLRead line 671 in Function ExpectProlog This

Re: [lazarus] Working with XML: crosscompatibility

2007-07-16 Thread mostworks
Guten Tag Razvan Adrian Bogdan, am Montag, 16. Juli 2007 um 13:26 schrieben Sie: RAB I just found that the FPC XML Reader has a nasty bug at least in FPC 2.0.4 RAB this XML will cause av RAB ?xml version=1.0 encoding=UTF-8? RAB DCPlusPlus RAB /DCPlusPlus RAB This is because of this code in

Re: [lazarus] Working with XML: crosscompatibility

2007-07-13 Thread Alvise Nicoletti
David Lyon ha scritto: Brett Hunter wrote: Has anyone tried NativeXML? I have compiled it under both Delphi and Lazarus and don't seem to have any problems (it took about 5 minutes to change some code to get it to work). it looks good... but I'm after something that is open source also

Re: [lazarus] Working with XML: crosscompatibility

2007-07-12 Thread David Lyon
Brett Hunter wrote: Has anyone tried NativeXML? I have compiled it under both Delphi and Lazarus and don't seem to have any problems (it took about 5 minutes to change some code to get it to work). it looks good... but I'm after something that is open source also

Re: [lazarus] Working with XML: crosscompatibility

2007-07-08 Thread Michael Van Canneyt
On Sat, 7 Jul 2007, David Lyon wrote: Tiziano_mk wrote: Alvise Nicoletti wrote: Hi... I have to parse xml both with Lazarus on linux (server) and Delphi on Windows (client). Actually, with Lazarus, I'm using the DOM, ReadXML, WriteXML units. Is there something that I

Re: [lazarus] Working with XML: crosscompatibility

2007-07-08 Thread David Lyon
Michael Van Canneyt wrote: Florian has been doing some work recently on the compiler, so it can compile most of Delphi's VCL. There is no immediate reason why their package should not compile with FPC (unless they use assembler). Just give it a try with a recent snapshot... maybe I might

RE: [lazarus] Working with XML: crosscompatibility

2007-07-08 Thread Brett Hunter
To: lazarus@miraclec.com Subject: Re: [lazarus] Working with XML: crosscompatibility Tiziano_mk wrote: Alvise Nicoletti wrote: Hi... I have to parse xml both with Lazarus on linux (server) and Delphi on Windows (client). Actually, with Lazarus, I'm using the DOM, ReadXML, WriteXML units

Re: [lazarus] Working with XML: crosscompatibility

2007-07-07 Thread David Lyon
Tiziano_mk wrote: Alvise Nicoletti wrote: Hi... I have to parse xml both with Lazarus on linux (server) and Delphi on Windows (client). Actually, with Lazarus, I'm using the DOM, ReadXML, WriteXML units. Is there something that I can use in Delphi with the same code? Or, otherwise, is

Re: [lazarus] Working with XML: crosscompatibility

2007-07-05 Thread David Lyon
I'm following this discussion, two logical contenters would be ms-xml and openxml... anybody with any ideas about what their status is ? I asked on the openxml list and apparently fpc won't compile openxml. Not sure if this is still true. Alvise Nicoletti wrote: Luiz Americo Pereira

Re: [lazarus] Working with XML: crosscompatibility

2007-07-04 Thread Luiz Americo Pereira Camara
Alvise Nicoletti wrote: Luiz Americo Pereira Camara ha scritto: Alvise Nicoletti wrote: Hi... I have to parse xml both with Lazarus on linux (server) and Delphi on Windows (client). Actually, with Lazarus, I'm using the DOM, ReadXML, WriteXML units. Is there something that I can use in

Re: [lazarus] Working with XML: crosscompatibility

2007-06-30 Thread Marco van de Voort
On Thu, Jun 28, 2007 at 01:23:09PM -0300, Luiz Americo Pereira Camara wrote: Alvise Nicoletti wrote: I have to parse xml both with Lazarus on linux (server) and Delphi on Windows (client). Actually, with Lazarus, I'm using the DOM, ReadXML, WriteXML units. Is there something that I

Re: [lazarus] Working with XML: crosscompatibility

2007-06-30 Thread George Lober
Lee Jenkins wrote: Luiz Americo Pereira Camara wrote: Alvise Nicoletti wrote: Hi... I have to parse xml both with Lazarus on linux (server) and Delphi on Windows (client). Actually, with Lazarus, I'm using the DOM, ReadXML, WriteXML units. Is there something that I can use in Delphi with

Re: [lazarus] Working with XML: crosscompatibility

2007-06-30 Thread George Lober
Lee Jenkins wrote: Luiz Americo Pereira Camara wrote: Alvise Nicoletti wrote: Hi... I have to parse xml both with Lazarus on linux (server) and Delphi on Windows (client). Actually, with Lazarus, I'm using the DOM, ReadXML, WriteXML units. Is there something that I can use in Delphi with

Re: [lazarus] Working with XML: crosscompatibility

2007-06-30 Thread George Lober
Lee Jenkins wrote: Luiz Americo Pereira Camara wrote: Alvise Nicoletti wrote: Hi... I have to parse xml both with Lazarus on linux (server) and Delphi on Windows (client). Actually, with Lazarus, I'm using the DOM, ReadXML, WriteXML units. Is there something that I can use in Delphi with

Re: [lazarus] Working with XML: crosscompatibility

2007-06-30 Thread Sergei Gorelkin
Friday, June 29, 2007, 7:11:10 PM, Marco wrote: MvdV On Thu, Jun 28, 2007 at 01:23:09PM -0300, Luiz Americo Pereira Camara wrote: Alvise Nicoletti wrote: I have to parse xml both with Lazarus on linux (server) and Delphi on Windows (client). Actually, with Lazarus, I'm using the DOM,

Re: [lazarus] Working with XML: crosscompatibility

2007-06-29 Thread Tiziano_mk
Alvise Nicoletti wrote: Hi... I have to parse xml both with Lazarus on linux (server) and Delphi on Windows (client). Actually, with Lazarus, I'm using the DOM, ReadXML, WriteXML units. Is there something that I can use in Delphi with the same code? Or, otherwise, is there some XML

Re: [lazarus] Working with XML: crosscompatibility

2007-06-28 Thread Luiz Americo Pereira Camara
Alvise Nicoletti wrote: Hi... I have to parse xml both with Lazarus on linux (server) and Delphi on Windows (client). Actually, with Lazarus, I'm using the DOM, ReadXML, WriteXML units. Is there something that I can use in Delphi with the same code? Or, otherwise, is there some XML

Re: [lazarus] Working with XML: crosscompatibility

2007-06-28 Thread Lee Jenkins
Luiz Americo Pereira Camara wrote: Alvise Nicoletti wrote: Hi... I have to parse xml both with Lazarus on linux (server) and Delphi on Windows (client). Actually, with Lazarus, I'm using the DOM, ReadXML, WriteXML units. Is there something that I can use in Delphi with the same code? Or,