[lazarus] Designer

Curtis White cwhite at aracnet.com
Tue Apr 18 00:12:40 EDT 2000


Why don't you use the XML parser units that already exist in the FCL?  There are
units in there to handle most XML processing.  It utilizes DOM instead of SAX,
but that is probably fine with the size of files these will be (they probably
won't be very large files).  Also, it has that TXMLConfig class that is really
nice. You just give it a path, almost exactly like when using the Winblows
registry and it creates your XML file for you. Very handy for config files.

I just don't see any reason to add another XML parser unless there is a need to.
If anything, the existing XML parser should be enhanced to handle either SAX or
DOM. Then we would have the best of both worlds and all part of the FCL.

Curtis


codepunk wrote:

> Hey does anyone have any problems with me converting the project and ide
> setting files to xml. I will use the sxmlparser.pp that I posted a few weeks
> ago to do it. Has anyone started on the designer, if not I will start it would
> make a good test component for the QT library. This way I would be killing two
> birds with one stone.
>
> Cliff
>






More information about the Lazarus mailing list