Figured this one out guys. This ones on me for being stupid. I was missing a jar in my classpath. The name of the jar was saxpath.jar. I only had jstl.jar and standard.jar (from apache) in the lib dir of my WAR.
Jim Kennedy IT Consultant ----------------------------------------------------- ----- Original Message ----- From: "Jim Kennedy" <[EMAIL PROTECTED]> To: "Tag Libraries Users List" <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 5:08 PM Subject: JspTranslate: org/saxpath/SAXPathException. > I get this error during compilation. Just having this problem with JSLT xml > tags. > > When I take the x:out tag away it compiles. Not sure why. Can't see it. > Can anyone else see the problem > > > > > > <[EMAIL PROTECTED] import="com.ka.util.*" %> > > <[EMAIL PROTECTED] import="java.util.*" %> > > <[EMAIL PROTECTED] uri="/WEB-INF/x.tld" prefix="x" %> > > <[EMAIL PROTECTED] uri="/WEB-INF/c.tld" prefix="c" %> > > <!-- #BeginEditable "body" --> > > > <h1>——— Leased Documents ———</h1> > > <table width="100%" border="0" cellspacing="0" cellpadding="0" > > > <tr><td>The following scanned documents are avaiable in PDF format: > > </td> > > </tr> > > </table> > > <x:parse xml="xmldoc_reader" var="document"/> > > <x:out select="count($document//company)" /> > > <!-- #EndEditable "body" --> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
