[fpc-pascal] Re: XML pretty formatter

Graeme Geldenhuys graemeg.lists at gmail.com
Fri May 15 09:16:45 CEST 2009


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. :-(


Regards,
  - Graeme -


_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/



More information about the fpc-pascal mailing list