You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Moritz Petersen <mo...@gmx.co.uk> on 2004/01/02 17:06:58 UTC

Encoding urls in navigation.xml

Hi,

this must be a trivial problem, but I don't find the solution. I need a 
similar URL in the navigation.xml as:

<project name="...">
<body>
<links>
<item name="acme" href="http://www.acme.com?a=b&c=d"/>
</links>
</body>
</project>

Problem is the "&" character in the URL. By parsing the file, a "&c;" 
entity is expected. My workarounds were to replace the "&" with "&amp;" 
and "%26", both failed (they were _not_ translated and shown up in the 
rendered URL!).

Can anyone help, please? Thank you,


-Mo.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org