I am currently transforming my DITA content to Webhelp and XHTML but I continue to get percent-encoded linefeeds 
 in my transformed content. How and where can I make to clean out the final content in Wbehelp and XHTML output files.
Here is an excerpt of a final html file:
Code: Select all
<ol class="ol"><li class="li">Glossary entries <a href="test.html" gloss-title="
 Test content goes here.
 (This is a simple test content.)
 "><dfn class="term">TEST </dfn></a> </li></ol>
Thank you.