What's different? ;-)

Joerg

Tom Amiro wrote:
Hi,

The html produced by Xalan vs XSLTC are so different, it is hard to know
where to begin.
It definitely looks like an XSLTC  bug.

Below are snippets from the top showing that things get out of synch
really fast.

It would help in debugging this, if you could simplify the xsl and
provide a small
XML source for testing and file a bug with Bugzilla.

Xalan
-------

<TBODY>
  <TR>
    <TD align=middle colSpan=3>
      <H1>Confirm Input
      <HR>
       </H1></TD></TR>
  <TR>
    <TD vAlign=top align=left>
      <P class=caption>First Name</P></TD>
    <TD align=left>
      <TABLE class=plaintable>
        <TBODY>
        <TR>
          <TD align=left>[Donald] </TD></TR></TBODY>

XSLTC
---------
  <TBODY>
  <TR>
    <TD align=middle colSpan=3>
      <H1>Confirm Input
      <HR>
       </H1></TD></TR>
  <TR>
    <TD vAlign=top align=left>
      <P class=caption>First Name</P></TD>
    <TD align=left>
      <TABLE class=plaintable>
        <TBODY>
        <TR>
          <TD align=left>[Donald] </TD></TR></TBODY>

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to