appfuse menu-config.xml error

I have the next error when compile the appfuse project,

javax.servlet.ServletException: Failure initializing struts-menu: Error parsing resource file: /WEB-INF/menu-config.xml nested exception is: The reference to entity "O" must end with the ';' delimiter.

I found the problem, when buit menu-config.xml with this code:

<Item name="AutorizaCheque" title="menu.fin.cheques.autorizaCheque" page="contabilidad/ordencheque/elegirlibro.jsp?D=A&O=A" roles="CHQAuto"/>

The error is generated by the use of symbol "&" in the tag "page"

my question is, exist some form replace that symbol?

[741 byte] By [Danielina] at [2007-10-2 15:57:14]
# 1
You have to replace & by &amp; in XML text.
DrClapa at 2007-7-13 16:19:14 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Tanks,
Danielina at 2007-7-13 16:19:14 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...