Re: [fpc-pascal] getting XML element's value using dom.pp unit

2005-12-09 Thread Bisma Jayadi
> i think you are going to find that "my node value" is not the > NodeValue() of , but is the NodeValue() of a _child_ of > . Thanks Tony... using your information, I've found what the problem is. It's a different way of understanding XML node, between a Delphi XML (DOM) component and a FPC DOM

[fpc-pascal] Constants

2005-12-09 Thread Carsten Bager
Hi I am compiling for an embedded ARM processor and I am running out of data space. Is there a way to keep string constants in the code (they are automatically copied to the data segment). Another problem is, I can not read anything below the data start address -- data_c:array[0..4] of char Ab

[fpc-pascal] Constants

2005-12-09 Thread Carsten Bager
Hi I am compiling for an embedded ARM processor and I am running out of data space. Is there a way to keep string constants in the code (they are automatically copied to the data segment). Another problem is, I can not read anything below the data start address -- data_c:array[0..4] of char Ab

[fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-09 Thread Martin Schreiber
My Pascal cross platform GUI library and IDE has reached 'near beta' state. I plan to release the IDE under GPL and the library under LGPL or similar. - Compiles on FPC 2.0.2 or FPC 2.0.3. - Tested on i386-linux SuSE 9.0,9.2,10.0 and i386-win32 98 and 2000. - Links to xlib and gdi32, no external w

[fpc-pascal] getting XML element's value using dom.pp unit

2005-12-09 Thread Jeff Pohlmeyer
> Here's the complete XML file I was trying to read... > ... Not sure if this is part of the problem, but this line: 2005.01.20 12:26:58 Note the spelling: != - Jeff ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepa

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-09 Thread Mattias Gaertner
On Thu, 8 Dec 2005 09:52:50 +0100 Martin Schreiber <[EMAIL PROTECTED]> wrote: > My Pascal cross platform GUI library and IDE has reached 'near beta' > state. I plan to release the IDE under GPL and the library under LGPL or > similar. > > - Compiles on FPC 2.0.2 or FPC 2.0.3. > - Tested on i386-l

Re: [fpc-pascal] getting XML element's value using dom.pp unit

2005-12-09 Thread Felipe Monteiro de Carvalho
Hi, On 12/8/05, Bisma Jayadi <[EMAIL PROTECTED]> wrote: > Thanks Tony... using your information, I've found what the problem is. It's a > different way of understanding XML node, between a Delphi XML (DOM) component > and a FPC DOM unit. I used to be a Delphi programmer, trying to migrate to be >

Re: [fpc-pascal] New Pascal cross platform GUI library with IDE

2005-12-09 Thread Den Jean
On Friday 09 December 2005 01:13 pm, Mattias Gaertner wrote: > > - Compiles on FPC 2.0.2 or FPC 2.0.3. > > - Tested on i386-linux SuSE 9.0,9.2,10.0 and i386-win32 98 and 2000. > > - Links to xlib and gdi32, no external widget library needed. > > - Internal character encoding is UCS2. > > - Uses ant

Re: [fpc-pascal] getting XML element's value using dom.pp unit

2005-12-09 Thread Bisma Jayadi
Can you improve the already existing article about XML on Lazarus documentation? I'll give it a try. Does it need some kind of approval from the wiki admin to submit an article? This way others witch try to use XML DOM on Free Pascal will benefit from your experience =P Yup... don't let ot

Re: [fpc-pascal] getting XML element's value using dom.pp unit

2005-12-09 Thread Bisma Jayadi
Note the spelling: != No, that's not it. It's just some mistypo errors when I paste the XML to the email. But, I'm sure the actual XML is correct. :) The problem has been solved anyway. :) -Bee- has Bee.ography at http://beeography.blogsome.com __