-
nbsp; in xsl?
Whats the correct way to display a nbsp in xsl?
thanks
-
take a look at msdn
either use   or place <!DOCTYPE xsl:stylesheet [<!ENTITY nbsp " ">]>
in your doctype or stylesheet.
Strangely enough the generated html doesn't have a character in it, so this may not be the complete solution
cheers
alastair
-
this will do
  or  
<xsl
reserve-space>
cheers for that
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks