Hello Alexey,

Monday, February 12, 2001, 12:54:11 PM, you wrote:

I want add to my prevuous mail that if I move "<xsl:template match="banner">" body in
place of call (remove external template and put it's body in main template)
all will be ok -- all the spaces will disappear but in case of use
external templates I have got unnecessary spaces -- can I use external
templates without adding that annoying spaces into the result html?

A> Yes, hereby I put examples and repeat the question.

A> Hello, All!

A> Can anybody help me (but I think this is not Sablotron specific question) with
A> such problem: I have to get clean html code from xml/xslt without any
A> space characters like tabulation, space and CR/LF. My target html code
A> have to include such sequence:
A> ------------------------------
A> <td><img src="smth1.gif"><img src="smth2.gif"><img src="smth3.gif"></td>
A> ------------------------------

A> but I get (and in that case I get spoiled layout in the browser):
A> ------------------------------
A> <td>
A> <img src="smth1.gif">
A> <img src="smth2.gif">
A> <img src="smth3.gif">
A> </td>
A> ------------------------------
A> I tried to turn "indent" to "no" position in XSL and ommit all space
A> chracters in the one but the result is the same.

A> Examples is attached with e-mail.




-- 
Best regards,
 Alexey                     


Reply via email to