You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/11/21 21:40:56 UTC

DO NOT REPLY [Bug 5011] New: - Badly-formed dynamic error message from substring()

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=5011>.
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=5011

Badly-formed dynamic error message from substring()

           Summary: Badly-formed dynamic error message from substring()
           Product: XalanJ2
           Version: 2.2.x
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Xalan
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: David_Marston@lotus.com


See tests stringerr12 and stringerr13.
When substring() is given too few arguments, the error message says
"FuncSubstring only allows rtf() not supported by XRTreeFragSelectWrapper 
arguments"
while given too many, as in stringerr13, the message says "...allows 3..."
when "2 or 3" is correct.