Issue Details (XML | Word | Printable)

Key: MAVENTAGLIB-11
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Fabrizio Giustina
Reporter: Fabrizio Giustina
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven taglib plugin

Allow html formatting in tag files attributes (taglibdoc)

Created: 31/Jan/10 16:21   Updated: 31/Jan/10 16:57   Resolved: 31/Jan/10 16:22
Component/s: None
Affects Version/s: 2.3.1
Fix Version/s: 2.4


 Description  « Hide

Tag file attributes are defined in tag files directive so they can't contains cdata sections.
In order to be able to use html formatting the only way is to use encoded start tags, like:

<jsp:directive.attribute name="property" required="false" description="test description &lt;strong>strong&lt;/strong>" />

The default xslt for taglibdoc however keeps the tags escaped, so there is no way to get a formatted output.
The 2.4 version of the plugin will ship with a modified xslt that will unescape "description" and "example" attributes for tag files.



There are no comments yet on this issue.