What version of XPath is used in FOP 0.93 when parsing through an XSLT-FO
file? Is there a way to control the XPath version being used? I'm trying to
use:

<xsl:if test="upper-case( ../NAME ) = &quot;SITE NAME&quot;">

But I get the error:

SystemId Unknown; Line #27; Column #73; Could not find function: upper-case
SystemId Unknown; Line #27; Column #73; function token not found.
(Location of error unknown)java.lang.NullPointerException
Mar 6, 2007 1:18:31 PM org.apache.fop.cli.Main startFOP
SEVERE: Exception
java.lang.NullPointerException
        at
org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:168)
        at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:115)
        at org.apache.fop.cli.Main.startFOP(Main.java:160)
        at org.apache.fop.cli.Main.main(Main.java:191)


I'm using FOP 0.93, and am converting XML to PDF through XSLT:

.\fop-0.93\Fop.bat -xml upper-case_test.xml -xsl upper-case_test.xslt -pdf
upper-case_test.pdf


Thanks!
Jeff




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to