Re: [fpc-pascal] XSLT library

2006-10-24 Thread Graeme Geldenhuys
Hi Jan, > other platforms yet. I would like to translate my fpcUnit's xml > results to a html and plain text files. Currently I can only do it > via a web browser. > You can also pipe results through xsltproc filter from libxslt package, or install other xslt engine like saxo

Re: [fpc-pascal] XSLT library

2006-10-24 Thread Jan Jelowicki
> > Hi, > > Is there a XSLT library included with FPC. I did have a look and > couldn't find anything, but thought I would ask to be sure. > I do not know, but im'm sure that other respondents know it well. > Otherwise, has anybody ever use the 'libxsl

[fpc-pascal] XSLT library

2006-10-23 Thread Graeme Geldenhuys
Hi, Is there a XSLT library included with FPC. I did have a look and couldn't find anything, but thought I would ask to be sure. Otherwise, has anybody ever use the 'libxslt' with FPC. The app I need it for is mainly for Linux, so don't really need support for other platforms yet. I would lik