Parsing

Is there a way to add a link in a XML file while parsing using PhP??

For example:

file.xml
<description>Please click on this link</description>

I want to put a link under “this link” just like :
<description>Please click on <a href="…">this link</a></description>