aharui commented on issue #524: TypeError: Error #1088: The markup in the 
document following the root element must be well-formed.
URL: https://github.com/apache/royale-asjs/issues/524#issuecomment-546049222
 
 
   An XML validator said that:
   
   `            <menuitem id="9640" label="List of Mismatched Sales Invoice-SI 
& Bank Receipt" 
module="com/dbz/reports/view/SAL/dbzListOfMismatchedInvoicesAndReceipts" 
enabled="true"/>
   `
   
   is not valid because of the '&' in "SI & Bank Receipt".  It should be ""SI 
&amp; Bank Receipt".  You will need to have the service return valid XML or 
find and fix these in the string before passing in to XMLList.
   
   If you get this error in other places, click on the XMLList constructor in 
the debugger's Call Stack, and display the string that was passed in, and check 
it in an XML validator.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to