Coker, Jonathan M wrote:
First, to the poster, please take a look at
http://geekswithblogs.net/workdog/archive/2007/02/08/105858.aspx and see
if this helps.

This thread actually brings up a point I thought I understood, but I am
no longer sure. If I create an XSLT stylesheet to transfrom XML and want to use Xalan-C,
would another developer coding in Java using Xalan-J have to create a
different stylesheet even if we are both acting on the same data and
want the same transformed output?  I thought that XSLT was language
independent.
It is, as long as you don't use processor-specific extensions, like using Java function calls in your stylesheet, which is what the OP is doing.

Dave

Reply via email to