PDA

Click to See Complete Forum and Search --> : xml to html


msdnexpert
Dec 25th, 2001, 06:20 AM
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'.

crptcblade
Dec 25th, 2001, 05:19 PM
you'll have to define the entity in your DTD. I believe this is the way to do that...


<!ENTITY nbsp " ">


:)