You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Da...@lotus.com on 2001/03/13 22:35:04 UTC

Re: position() (was FW: Xalan-Java)

Teck Chu writes:
>I narrowed the culprit of my original problem...  In one of my
>conditional statements, I used "...position(.) > $blah".
>The processor does not seem to recognize this function and gives the
>error message:  "FuncPosition only allows 0 arguments.."
>Any suggestions?

It's that . inside the position function. Just say position().
Also, you'll probably need to change that > to an > (which the
parser will deal with correctly).
.................David Marston