Mansour wrote:
I tried to use xslproc and it worked fine. However, I was trying to setup and use xalan. I keep on getting this error:
SystemId Unknown; Line #185; Column #91; XSLT Error
org.apache.xpath.functions.FuncConcat only allows >1 arguments
Sounds clear to me. concat(a,b) I.e. concat only takes two arguments or more. Function: string concat(string, string, string*) How many arguments are you using? regards -- Dave Pawson XSLT XSL-FO FAQ. http://www.dpawson.co.uk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
