[fpc-devel] [patch] - fpcUnit XSLT

ik idokan at gmail.com
Tue Nov 21 08:42:30 CET 2006


On 11/21/06, Graeme Geldenhuys <graemeg.lists at gmail.com> wrote:
> On 11/20/06, Kris Leech <krisleech at interkonect.com> wrote:
> > Is this a class for actually doing XSLT transforms on XML?
> > If so what unit / documenation can I find this in?
>
> No. The XML generated by fpcUnit can include a stylesheet - the
> fpcunit.xsl is this stylesheet.  The fpcunit.xsl is used to generated
> HTML output, when the XML file is viewed with a Web Browser.
>
> I also use the 'xsltproc' (a front end script for the libxslt library,
> available for Linux), to generate the output from the command line (no
> web browser needed).

What's wrong with the XML standard of FO ? It allows you to generate
almost any kind of document (including HTML and PDF) from pure xml
data and xslt as template (together with FO template). The benefits
are that the CSS styles are properties, so the style itself (when
needed) is part of the template rather a whole new section for
specific type of document.

Or am I missing something here ?

>
>
> --
> Graeme Geldenhuys
> Location: S 34° 03.168'  E018° 49.342'
> http://tinyurl.com/y6lc26
>
> There's no place like 127.0.0.1

Ido
-- 
http://ik.homelinux.org/


More information about the fpc-devel mailing list