Issue Details (XML | Word | Printable)

Key: MPXDOC-194
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Lukas Theussl
Reporter: Lukas Theussl
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 1.x XDoc Plugin

No i18n for links and breadcrumbs

Created: 28/Apr/06 11:03 AM   Updated: 01/May/06 05:42 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.10

Time Tracking:
Not Specified

Environment: Maven 1.1-beta-2, maven-xdoc-plugin-1.9.2, Windows XP


 Description  « Hide
Reported by Lance Bader:

I made changed my navigation.xml file to use i18n support, removing all the
NAME attributes and adding KEY attributes to reference values in the
properties files. <item> tags within the <menu> element are displayed
correctly, but <item> tags within the <links> element result in empty
strings.

Here is the excerpt from my naviagtion.xml file and the matching english
properties file.

<body>
<links>
<item key="Nav.0.User_Documentation"
href="/OfflineDocumentation.html" />
<item key="Nav.0.Purchase_support" href="
http://www.ibm.com/software/webservers/appserv/community/" />
<item key="Nav.0.Product_support" href="
http://www.ibm.com/software/webservers/appserv/community/support/" />
</links>

Nav.0.Purchase_support = Purchase support
Nav.0.Product_support = Product support
Nav.0.User_Documentation = User Documentation



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.