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 23:05:55 UTC

DO NOT REPLY [Bug 5016] New: - Need an error message for bad use expression in xsl:key

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

Need an error message for bad use expression in xsl:key

           Summary: Need an error message for bad use expression in xsl:key
           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 test idkeyerr09.
This bug superficially resembles #785, but that one discusses match patterns
and may be fixed separately and differently. The "use" attribute takes an
expression which must be valid XPath. It should have something to do with the
current node, but the error situation only occurs when it's syntactically
invalid.