Hello, All!
Can anybody help me (but I think this is not Sablotron specific question) with
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):
------------------------------
<td>
<img src="smth1.gif">
<img src="smth2.gif">
<img src="smth3.gif">
</td>
------------------------------
I tried to turn "indent" to "no" position in XSL and ommit all space
chracters in the one but the result is the same.
--
Best regards,
Alexey Kopylov