I would like to insert a break tag between two words in product name below,
<product productName="Portable<br> Audio Recorder" productID="ABC" thumbPath="images/a1.jpg">
below is the complete XML code,
<category categoryName="New Arrival" categoryID="new-arrival">
<product productName="Portable<br> Audio Recorder" productID="ABC" thumbPath="images/a1.jpg">
<details>
<![CDATA[
<p><img src="images/a.jpg" width="100%"></p>
]]>
</details>
</product>
</category>
I have tried,

 \ <br> \ <![CDATA[<br/>]]> \ ("<br />") \
But still not working.. Please help me..
`. In the attribute it should be written as `<br/>`. If it is a text (.txt file), use `\r`, `\n` or both (the requirement for Windows). In the attribute should be written ` ` or ` ` or both. – Alexander Petrov Dec 08 '16 at 10:24