Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: 2.0-beta-3
-
Component/s: changes.xml
-
Labels:None
-
Environment:windows and solaris
-
Number of attachments :
Description
Is there any way to renderer the html code provided in an action reccord.
<action type="add" dev="olamy">
Added method :
<ul>
<li>int getInt(final String key, int defaultValue);</li>
<li>double getDouble(final String key, double defaultValue);</li>
<li>long getLong(final String key);</li>
<li>long getLong(final String key, long defaultValue);</li>
</ul>
</action>
And having the <ul>... in the html page.
Or using apt format ??
Simpler way to do this would be to simply use CDATA in changes.xml file. This is fully supported by current version of changes-plugin.