Re: [fpc-pascal] How to read TDOMNode attributes

2011-12-02 Thread Frank Church
On 2 December 2011 20:43, Sven Barth wrote: > On 02.12.2011 21:26, Frank Church wrote: > >> >> >> On 2 December 2011 19:45, Mattias Gaertner > >> > wrote: >> >>On Fri, 2 Dec 2011 19:30:17 + >>Frank Church mailto:vfcli...@gmail.com>> wrote: >> >>

Re: [fpc-pascal] How to read TDOMNode attributes

2011-12-02 Thread Sven Barth
On 02.12.2011 21:26, Frank Church wrote: On 2 December 2011 19:45, Mattias Gaertner mailto:nc-gaert...@netcologne.de>> wrote: On Fri, 2 Dec 2011 19:30:17 + Frank Church mailto:vfcli...@gmail.com>> wrote: > On 2 December 2011 19:09, Mattias Gaertner mailto:nc-gaert...@netc

Re: [fpc-pascal] How to read TDOMNode attributes

2011-12-02 Thread Frank Church
On 2 December 2011 19:45, Mattias Gaertner wrote: > On Fri, 2 Dec 2011 19:30:17 + > Frank Church wrote: > > > On 2 December 2011 19:09, Mattias Gaertner >wrote: > > > > > On Fri, 2 Dec 2011 18:59:25 + > > > Frank Church wrote: > > > > > > > Is there a way of knowning the attribute count

Re: [fpc-pascal] How to read TDOMNode attributes

2011-12-02 Thread Mattias Gaertner
On Fri, 2 Dec 2011 19:30:17 + Frank Church wrote: > On 2 December 2011 19:09, Mattias Gaertner wrote: > > > On Fri, 2 Dec 2011 18:59:25 + > > Frank Church wrote: > > > > > Is there a way of knowning the attribute count of a TDOMNode as well as > > > reading the value of an attribute if

Re: [fpc-pascal] How to read TDOMNode attributes

2011-12-02 Thread Frank Church
On 2 December 2011 19:09, Mattias Gaertner wrote: > On Fri, 2 Dec 2011 18:59:25 + > Frank Church wrote: > > > Is there a way of knowning the attribute count of a TDOMNode as well as > > reading the value of an attribute if it exists? > > HasAttribute:=(Node is TDOMElement) and > (TDOMElement.

Re: [fpc-pascal] How to read TDOMNode attributes

2011-12-02 Thread Mattias Gaertner
On Fri, 2 Dec 2011 18:59:25 + Frank Church wrote: > Is there a way of knowning the attribute count of a TDOMNode as well as > reading the value of an attribute if it exists? HasAttribute:=(Node is TDOMElement) and (TDOMElement.hasAttribute('Name')); Attribute value: if Node is TDOMElement

[fpc-pascal] How to read TDOMNode attributes

2011-12-02 Thread Frank Church
Is there a way of knowning the attribute count of a TDOMNode as well as reading the value of an attribute if it exists? -- Frank Church === http://devblog.brahmancreations.com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.

[fpc-pascal] fpGUI Toolkit v0.8 release for FPC 2.4.4 & 2.6.0-rc

2011-12-02 Thread Graeme Geldenhuys
Hi, I'm glad to announce the next release of fpGUI Toolkit. fpGUI v0.8 -- An archived source download and pre-built binaries for DocView (fpGUI's Documentation Viewer) can be found at the following URL: http://sourceforge.net/projects/fpgui/files/fpGUI/0.8/ ...or clone the source cod