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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to