[Bug 9069] Function to invoke an XSLT transformation

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9069


David Carlisle <davidc@nag.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |davidc@nag.co.uk




--- Comment #4 from David Carlisle <davidc@nag.co.uk>  2010-09-14 16:35:58 ---
(In reply to comment #3)

> Would a simple R = transform(I, S) function be sufficient, where I is the
> principal source document, S the principal stylesheet module, and R the result
> document?


Probably that would be sufficient. As you know the saxon:transform extension
allows an optional third param that allows string valued parameters to be
specified, but when using this I've often found it more convenient to just to
generate within the calling stylesheet a new top level stylesheet that defines
the global parameters and then imports the existing external stylesheet that
you want to invoke.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 14 September 2010 16:36:01 UTC