dhtmlxMenu problem characters special in XML MenuItem href

Hello, I have a problem with dhtmlxMenu.

an error appears to execute of the page:

“Error type: LoadXml

Description: Incorrect XML”



my XML:

<?xml version='1.0' ?>



    

            

            

            

    





my page:

























I have understanding that it depends from the characters special in XML MenuItem href: href=“TESSWVOpen&Viewcount1000”

(? end &)



You can help me?

hello, thanks matteo



The XML doesn’t allow direct usage of < > & characters, they need to be replaced with < > &



When processed by javascript code & will be converted back to & automatically.