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 2002/07/26 01:51:48 UTC

DO NOT REPLY [Bug 11182] - Variable expansion in nested stylesheet produces erroneous results

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

Variable expansion in nested stylesheet produces erroneous results





------- Additional Comments From David_N_Bertoni@lotus.com  2002-07-25 23:51 -------
Thanks for the report.  I believe this is a duplicate, and is fixed in Xalan-
C++ 1.3.  Here's the output from 1.3:

<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Dimension Bar</title>
</head>
<body>
<p onclick="selectRowLevel ( '0', '1','0');">Test</p>
<p onclick="selectRowLevel ( '0', '1','1');">Test</p>
<p onclick="selectRowLevel ( '0', '1','2');">Test</p>
</body>
</html>

If this is what you expected, then you should upgrade to 1.3 and I'll mark this 
as a duplicate.  If not, please include your expected result.