This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [Fwd: Java error with new XALAN]


"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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]