On Tue, 2006-10-31 at 21:23 +0100, Abel Braaksma wrote:
>
> You're talking about FOP, but what you showed was an XSLT template.
> Are
> you looking for a way to do something in XSL-FO, which is ultimately
> about formatting, or are looking about something to transform your
> data
> from one textual /xml (unicode) format into another, which in general
> suits XSLT the best. If the latter is the case, your bet is still
> normalize-space().
What I'm trying to do is take an XML document, pull data from it, format
it, and then display it as a PDF.
The error I get when viewing console debug info from FOP is: "Cannot
conver #STRING to a nodelist!"
Thanks
|