[fpc-pascal] Re: XML pretty formatter

Michael Van Canneyt michael at freepascal.org
Fri May 15 11:01:23 CEST 2009



On Fri, 15 May 2009, Graeme Geldenhuys wrote:

> On Fri, May 15, 2009 at 8:43 AM, Michael Van Canneyt
> <michael at freepascal.org> wrote:
> >
> > I think he meant a pascal version of the xsltproc program.
> 
> Oh, my mistake.. xsltproc is just a frontend for the libxslt library.
> So you should be able to write a object pascal program that talks to
> the libxslt library directly (like is done for many other libraries -
> just convert the header files).  Or do you want a object pascal
> version of the library as well?  That would be even more work. :-(

IMHO we should have the latter. We have a near-complete DOM implementation
in native object pascal, we have XPath in native pascal. It seems only natural 
to have XSLT native as well...

Michael.



More information about the fpc-pascal mailing list