Having the next simplification of a problematic XML code:
<A>
<B someAttr="http://someURL?par1=AAA&par2=BBB">
</B>
</A>
...when I try to load it in the browser it provides the following error message:
Error de lectura XML: mal formado
Ubicación: file:///C:/GESMED/ws-eclipse-GESMED-ZCAS/Z-AUX/xml/3.xml
Número de línea 3, columna 43: <B someAttr="http://someURL?par1=AAA&par2=BBB">
-------------------------------------------------------------------------^
Does somebody know how to fix it?
(Note: it complains about the the second '=')