I have some XML like this:
<div id="clr-4930">Content here</div>
I need to turn it into this
<div id="clr-4930"><p>Content here</p></div>
The values of the id attributes will be different for each div. Is there a simple transform I can use to achieve this? I am using Oxygen XML editor. Thanks so much for any help!