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/10/03 22:15:43 UTC

DO NOT REPLY [Bug 3931] - Silently crashes in erroneous select attribute.

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

Silently crashes in erroneous select attribute.

David_N_Bertoni@lotus.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From David_N_Bertoni@lotus.com  2001-10-03 13:15 -------
I tested this using the official 1.2 Linux binary distribution and got the 
following output:

[xalan@dbertoni2 temp]$ xml-xalan/c/bin/testXSLT -in test1.xml -xsl test1.xsl
========= Parsing test1.xsl ==========

XSLException Type is: XPathParserException
Message is: Unexpected token!
pattern = '{$myvariable}'(test1.xsl, 20, 43)
Remaining tokens: ('{' '$' 'myvariable}') (test1.xsl, line 20, column 43)
[xalan@dbertoni2 temp]$

Can you please verify that you're using the 1.2 distribution.