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/07 23:59:57 UTC

DO NOT REPLY [Bug 4718] New: - xsltc missing output on customer test murphy3

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

xsltc missing output on customer test murphy3

           Summary: xsltc missing output on customer test murphy3
           Product: XalanJ2
           Version: 2.0.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: tom.amiro@sun.com


A close examination of the html output from the cutomer test murphy3 
shows that besides trivial formatting diffs there is a real omission.

Compare the following snippet of obtained output with the correct output.
Most of the url and encoded query params are missing, making the 
resulting html unusable.

Obtained ouput
--------------
        <td align="left">
          <a href="?id=penN10"><img border="0" alt="Expand"
src="http://abstack9.eng.sun.com/images/plus.gif">
          </a>
        </td>

        <td nowrap="1" colspan="">
          <b>Hardware</b>

Correct output
--------------
<td colspan="1"></td><td align="right"></td><td align="left"><a
href="http://abstack9.eng.sun.com/servlet/Doc?md=gb&ir=producten&id=penN10"><img
alt="Expand" border="0"
src="http://abstack9.eng.sun.com/images/plus.gif"></a></td>
<td colspan="1" nowrap="1"><b>Hardware</b></td>