Dear all,
How does one insert an nbsp; into an XSL transformation of xml to html. When I do so I get the error
Reference to undefined entity 'nbsp'.
Printable View
Dear all,
How does one insert an nbsp; into an XSL transformation of xml to html. When I do so I get the error
Reference to undefined entity 'nbsp'.
you'll have to define the entity in your DTD. I believe this is the way to do that...
:)Code:<!ENTITY nbsp " ">