At Sun, 26 Aug 2001 16:48:52 +0200, Karen Lease wrote:
> OK. I fixed it. I found a way to build the font files without using the
> "mergefile" attribute on Xslt (thanks to an example in the XSLT
> Recommendation on how to use the key function on an external document -
> cool!). Then I changed Xslt.java to only build a DOM tree as input to
> the transformer if mergefile is used, otherwise just to pass the input
> xml filename. That lets Xalan2 know the system id (ie, file name) of the
> input XML file so that it can correctly resolve relative URLs in the
> document function. That should keep GUMP happy for now.

Why not then just use Ant's built-in <style> task to do the XSLT
transformations?  This would allow parameters to be passed in, among
other things.  It would also remove the burden of maintaining the
<xslt> task sources.

-Peter-


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to