Subject: Re: [Fwd: Java error with new XALAN]
From: Gary L Peskin <garyp@xxxxxxxxxxxx>
Date: Thu, 26 Oct 2000 12:13:14 -0700
|
"Matthias O. Will" wrote:
> > This may be slightly out of scope ... I just downloaded the most
> > current version of Xalan (Xalan-Java 2) and just tried to run it as
> > follows:
> >
> > java org.apache.xalan.xslt.Process -in ariadnetest.xml -xsl foo.xsl
> >
> > Then, I get the following error:
> > XSLT Error (org.xml.sax.SAXException): FuncPosition only allows 0
> > arguments
> >
> > I have no clue what this error means or why this happens. Anyone ever
> > had the same error? If so, what is the problem and how can I fix it?
You are calling the position() function and including an argument. The
position() function does not take any arguments. This is why you're
getting the error.
Gary
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|