Try use the XTags taglib instead, it has a <xtags:style> tag which works
much better than the old XSL taglib and is based on JAXP so that it will
work with any major XSLT engine like Xalan 2 and SAXON. Also XTags supports
passing in parameters to XSLT via the <xtags:param> tag.

For backwards compatability, XTags supports Xalan 1 via the tag
<xtags:xalanStyle> though this tag will be deprecated in future releases of
XTags

James

----- Original Message -----
From: "Long, John (JW)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 02, 2001 4:14 PM
Subject: xsl-examples


> I was trying out the xsl taglib demo downloaded from
> http://jakarta.apache.org/taglibs/index.html and after setup and
> configuration for my tomcat container, I tried the demo and received an
> error with a root cause of:
>
> java.lang.NoClassDefFoundError: org/apache/xalan/xslt/XSLTInputSource
>
> Sure enough I investigated further, looking in the xalan.jar (both an old
> ver and a new one DL'd today) and there isn't an XSLTInputSource.class.
>
> Further searching of this list archives indicates that this taglib only
> works with xalan 1 and not xalan 2.
>
> Is this still the case? Or am I overlooking something else.
>
> Regards,
>
> J
>
> ------------------------------
> J. W. Long, IV
> New Products and Math Modeling
> The Dow Chemical Company
> 3200 Kanawha Turnpike
> Bldg 701-136
> South Charleston, WV 25303
>
> Phone: 304.747.4919
> Fax: 304.747.2561
> ------------------------------
>


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

Reply via email to