Hi Padraig,
 
No i intended didn't use intent="yes".
-----Original Message-----
From: Padraig O'hIceadha [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 31, 2001 12:01 PM
To: [EMAIL PROTECTED]
Subject: Re: html output???

Hi Dmitri,

   Did you try
<xsl:output method="html" indent="yes" version="1.0" encoding="UTF-8"/>

   Regards,

       Padraig

Dmitri Ilyin wrote:
07D07AD1C8CAD4119B0900D0B7E7E8E0040BAD@UHURA" type="cite">
Hi *,
 
I have a question about html output formating.
 
For example in my xsl file I have a piece of xml like this:
 
<td bgcolor="black" width="104">
    <img height="1" width"1" src="pix/empty.gif"/>
</td>
 
It will be outputted in html like this:
 
<td bgcolor="black" width="104"><img height="1" width"1" src="pix/empty.gif"/></td>
 
So all in one row.
 
Otherwise
 
<table>
    <tr>
        <td>
            .....
 
will be outputted like
 
<table>
<tr>
<td>
....
All in separeted rows.
 
I couldn't recognize any rules for this behavour.
 
The output method I used is:
 
<xsl:output method="html" version="1.0" encoding="UTF-8"/>
 
 
The formating is rather important for me, because I use some tricks hier.
 
So, how can I control the formating behavior??? And are there any rules how xalan makes this????
 
thanks
 
regards
 
Dmitri


Reply via email to