DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7769>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7769 concat() takes "only" 249 arguments, at most Summary: concat() takes "only" 249 arguments, at most Product: XalanJ2 Version: 2.3 Platform: Other OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Xalan AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Apparently, concat() itself uses a token in an expression and even the simplest string-literal argument uses two tokens (or maybe the comma is a token). A select expression that has no other tokens is limited to 249 literal arguments, and of course other tokens would subtract from the same quota of 500. This probably ought to be noted in the documentation someplace.
