I am trying to convert an HTML file into XML file using XSLT (Using Oxygen 9.0 for transformation).
When I configure and run the XSLT transformation with the HTML file then Oxygen outputs
The entity 'nbsp' was referenced,but not declared.
My input html file is:
<div><span> some text</span></div>
Note: I want to know how handle that entity only using the XSLT, I don't want to make any changes to the input file.