SUM() is not an XSLT/XPath function. Furthermore you wrote it as text, not as expression, so this can't be the reason for your problem.

Joerg

Paul Tomsic wrote:
Is there a way to escape the SQL function SUM()
from within the <sql:query> element in the scheme.xml
file?

I'm trying to do:

<sql:query>
  SELECT SUM(column) FROM WHATEVER WHERE etc...
</sql:query>

but during the transform, I'm getting an error,
obviously, b/c the SUM() is a function from within
XSL.

Thoughts?

thanks


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



Reply via email to