Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - representing >Thread Next - Re: representing Re: representingTo: NULL Date: 9/7/2005 2:54:00 PM z f wrote: > i have xsl to transform xml into html, and i need to put characters, > but every way i try i get nothing or the encoded equivalent - so the > characters are printed on the screen. > <xsl:when test="Status_Label=''"> > <<<<--------------- don't work in transformation. is a reference to an entity with the name nbsp which is not defined in XML. If you want to use that entity reference in a stylesheet then you need to declare the entity in the stylesheet first. But you can simply use   instead of and the result is the same, the non-breaking space character with Unicode code number 160 will be inserted. -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
