hi all,
i have an xsl stylesheet that includes calls to a java class of my own
devising. when i call this stylesheet via the command line (bypassing
tomcat), everything works just swell. However, when the same thing is
called from within a jsp page, i get the following error:
Call to extension function failed: File
"file:/home/dschneid/cvs/cms/rosebud20/com/thestreet/cms/stylesheet/com.thestreet.cms.stylesheet.StylesheetDBHandler"
not found.
inside the stylesheet i have
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:lxslt="http://xml.apache.org/xslt"
xmlns:dbhandler
="com.thestreet.cms.stylesheet.StylesheetDBHandler"
extension-element-prefixes="dbhandler"
version="1.0">
at the top and
<xsl:variable name="link"><xsl:value-of select="dbhandler:getLink(string
($href))"/></xsl:variable>
inside a template rule.
the stylesheet and the class file are in the same directory.
i am using tomcat 3.1 standalone (port 8080), jdk 1.2.2, xerces 1.1.2,
xalan 1.2 on a sun solaris box.
any (and all) help is greatly appreciated.
==================================================================================
This email (and any attachments) is intended only for the use of the
addressee(s) and may contain proprietary, privileged or confidential
information. If you are not the intended recipient, you may not use, copy
or disclose to anyone this message or any information contained in it. If
you have received this message in error, please notify the sender by reply
email @thestreet.com and delete the original and any copy of this message.
Thank you.
==================================================================================
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]