How write space in XSL stylesheet?
instead in html file?
Thanks!
:confused:
Printable View
How write space in XSL stylesheet?
instead in html file?
Thanks!
:confused:
I think you mean   ? It got displayed as an ordinary space.
In XML character entities have to be defined explicitely, but you can use the character code. So,   (or  ) should work.
Thank you very math!!!
:)