My problem is as described in the title. I'd like to add an HREF into the output of a surefire-report. But surefire is escaping the <.
Does anyone know how to avoid the escaping?
|
feedback
|
|
The surefire-report is XML, right? If you want to embed HTML such as an href tag into an XML document, you have two choices:
| |||||
feedback
|
<instead of<? – gnat Dec 30 '11 at 13:33