[lazarus] A bug in XML???

Sebastian Günther sguenther at gmx.de
Fri Mar 1 05:52:05 EST 2002


Matjaz Mihelic wrote:
> 
> TDOMAttr has Name and Value propertys,  but only Name is actualy being
> asociated with reading.
> Calling GetNodeValue is not possible from program since it's protected.
[...]
> //    property Value: DOMString read FNodeValue write SetNodeValue;
>  WRONG ONE causes Value not to be updated
>     property Value: DOMString read GetNodeValue write SetNodeValue;

You are right, this is a bug. I've fixed it and committed a patch to CVS
(both fixbranch and mainbranch).


- Sebastian






More information about the Lazarus mailing list