Try escaping the ampersand with & The code was thinking you were escaping 'name' and forgot the semicolon.
William Soula QA Analyst Pointserve, Inc. 110 Wild Basin Road Suite 300 Austin, Texas 78746 O: 512.617.5311 F: 512.617.0466 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chaohua Wang Sent: Friday, March 14, 2008 5:12 PM To: [email protected]; Chaohua Wang Subject: [Webtest] The reference to entity "name" must end with the ';' delimiter.?? Hi Folks, I have run into this issue: when I use webtest to call a a url : <webtest name="Click Batch Button"> &config; <steps> <invoke url="http://denqamega2:8080/jmx-console/HtmlAdaptor?action=inspectMBean& name=net.ussouth%3Aservice%3DJobSchedulerService"/> ........ </steps> I always get this issue: C:\workspace\Canoo\billPay\tests\sqlWebTest.xml:94: The reference to entity "name" must end with the ';' delimiter. This name is in url, could you tell me the reason why? Thank you very much. Cwang _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

