[lazarus] Open Source xml parser

Michael Van Canneyt michael.vancanneyt at wisa.be
Fri Mar 31 02:19:28 EST 2000




On Thu, 30 Mar 2000, Shane Miller wrote:

> > >
> > > Anyone want to see if they can get this component to work with
> > > Lazarus?  NOT anyone from the core team please.  I would like them to
> > > concentrate on the IDE.
> > > http://www.philo.de/xml/
> >
> > I didn't look at this yet but how does it differ from what we already
> > have implemented in the FCL???
> >
> 
> The one I mentioned was a non visual component that I saw on a web page.  I
> was interested in whether it would compile under our software.

The one in FCL is also non-visual: it just parses XML and gives you a DOM
(Document Object Model) tree back. This tree can be used to display if needed;
but it can also be manipulated and then written to a stream.

Michael.






More information about the Lazarus mailing list