I have a little problem, that I think it's trivial, but you must understand that I've just begun using xml & xslt. :)
I want to insert a space character between 2 tags something like that:

   <tr>
         <th>Name</th>
         <th>Value</th>
         <th>-- here i want just a space character (&nbsp;); the cell must contain just a space char</th>
      </tr>
 
Can anyone help me solve my problem ?
Thanx !
 

Reply via email to