Subject: Re: svg from java method
From: Trevor Nash <tcn@xxxxxxxxxxxxx>
Date: Mon, 25 Mar 2002 14:43:22 +0000
|
>i've got a problem:
>i have to generate a pdf with FOP, from an xml, and an xsl.
>i have to put some svg images into pdf, and i have to generate them via
>a java method.
So far so good.
>so i call this java method from xsl, and this method returns an svg in
>String.
Why a string? This is what is making life difficult for you. It is
better if you write the SVG generator as if it were an XML parser.
Put your svg generator into a class which implements the XMLReader
interface. Then call this using a URI Resolver, so that in the XSLT
you can include the SVG by the document() function. If you have Mike
Kay's book, look up the 'GEDCOM' example.
Regards,
Trevor Nash
--
Traditional training & distance learning,
Consultancy by email
Melvaig Software Engineering Limited
voice: +44 (0) 1445 771 271
email: tcn@xxxxxxxxxxxxx
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|