Hello Bernd,

Monday, February 12, 2001, 2:11:03 PM, you wrote:

>>Can anybody help me (but I think this is not Sablotron specific question) with

BP> AFAIK has nothing to do with XML.

>>such problem: I have to get clean html code from xml/xslt without any
>>space characters like tabulation, space and CR/LF. My target html code
>>have to include such sequence:

BP> "Layout" is done by the browser (and may different or similar for different
BP> or similar browsers, browser versions, browser options, window sizes, operating
BP> systems, input- and output devices or whatever the rendering engine in the 
BP> browser feels about).
BP> Adding white space does not affect "layout" per definitionem (except 
BP> for the rare tags like <pre> and similar where it is explicitly 
BP> defined).

For image it is important (unfortunately) how the ones placed in html
file. If I place them in <td><img src="1.gif"><img src="2.gif"></td>
order, browser (IE 3.X-5.X. NN, Opera etc) get me two images side by side
without any whitespace. If i place space or CR/LF between imgs I get
the whitespace between them :( -- it's the problem of HTML.

>>------------------------------
>><td>
>><img src="smth1.gif">
>><img src="smth2.gif">
>><img src="smth3.gif">
>></td>
>>------------------------------

BP> Your browser is broken (or you have some very strange sort of HTML
BP> dialect which would not be recognized by http://validator.w3.org/)
BP> if that makes a difference.
I use IE, NN amd Opera -- the result is the same.

-- 
Best regards,
 Alexey                     


Reply via email to