From: "Paul Libbrecht" <[EMAIL PROTECTED]>
To: "Jakarta Commons Users List" <[EMAIL PROTECTED]>
> (how generic is the transform tag ? I got surprised to be required to
> put xalan in, I would have expected TRaX to be used...).
The transform tag uses TRaX so it should work equally well with Saxon too.
>> Yet another option could be to pass values into the stylesheet as a
>> parameter.
>
> That sounds a bit fuzzy to me but would be definitely elegant!
> How would you do this ?
<x:transform xml="foo.xml" xslt="foo.xsl">
<x:param name="a" value="${something}"/>
<x:param name="b" value="${anotherThing}"/>
</x:transform>
James
-------
http://radio.weblogs.com/0112098/
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>