Hi.

> I don't need to use the "version" attribute to output html-style
> <br> tags. It has nothing to do with Netscape.  Still, you have to
> remember that the serializer has a lot of leeway to do what it wants
> - your results may depend on the xslt processor.  I usually use
> Saxon, msxml3, or 4xslt.

I tried the sample files with both XT and Xalan-J 1.2.2, and always 
got this output even without taking a look at your files (only 
difference is the order of attributes and the intending behavior):

<html>
 <body BGCOLOR="#FFFF99" TEXT="#000000">
  <H1>XSL For Notes - Version 1</H1>
  <table WIDTH="500" border="2">
   <tr>
    ABC
    <br>
    DEF
    <br>
    GHI
    <br>
   </tr>
  </table>
 </body>
</html>

Regards.

--
Bjoern Martin                                [EMAIL PROTECTED]



---------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to