Re: escape "SUM" function from within sql:query in scheme.xml??

2003-06-16 Thread Joerg Heinicke
Paul Tomsic wrote: SUM() most CERTAINLY is a function in XSL. From page 554 of WROX, "XSLT 2nd Edition, Programmer's Reference" by Michael Kay, "The sum() function calculates the total set of numeric values contained in a node-set. For example, if the context node is the element then the express

Re: escape "SUM" function from within sql:query in scheme.xml??

2003-06-16 Thread Paul Tomsic
SUM() most CERTAINLY is a function in XSL. >From page 554 of WROX, "XSLT 2nd Edition, Programmer's Reference" by Michael Kay, "The sum() function calculates the total set of numeric values contained in a node-set. For example, if the context node is the element then the expression <> returns 50.

Re: escape "SUM" function from within sql:query in scheme.xml??

2003-06-13 Thread Joerg Heinicke
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 element in the scheme.xml file? I'm trying to do: SELECT SUM(colum

Re: escape "SUM" function from within sql:query in scheme.xml??

2003-06-13 Thread Irving Salisbury III
I have used sum in all of my sql:query elements, and they go through the transformer fine. I am looking over my files now, and have probably about 20+ queries that all use sum. I didn't have to escape them out. Can you send the error you are getting? Irv Paul Tomsic wrote: Is there a way to