In message <[EMAIL PROTECTED]>, Alexey wrote:
>Can anybody help me (but I think this is not Sablotron specific question) with
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:
>------------------------------
><td><img src="smth1.gif"><img src="smth2.gif"><img src="smth3.gif"></td>
>------------------------------
>
>but I get (and in that case I get spoiled layout in the browser):
"Layout" is done by the browser (and may different or similar for different
or similar browsers, browser versions, browser options, window sizes, operating
systems, input- and output devices or whatever the rendering engine in the
browser feels about).
Adding white space does not affect "layout" per definitionem (except
for the rare tags like <pre> and similar where it is explicitly
defined).
>------------------------------
><td>
><img src="smth1.gif">
><img src="smth2.gif">
><img src="smth3.gif">
></td>
>------------------------------
Your browser is broken (or you have some very strange sort of HTML
dialect which would not be recognized by http://validator.w3.org/)
if that makes a difference.
bernd
--
Bernd Petrovitsch Email : [EMAIL PROTECTED]
G.A.M.S GmbH Fax : +43 1 8958499-60
Stiegerg. 15-17/8 A-1150 Vienna/Austria/Europe
LUGA : http://www.luga.at
PGP signature