我在解析来自webex getHostUrlMeeting ..的响应时遇到问题。
出现此错误,对实体“ MK”的引用必须以“;”结尾定界符。
这是Webex的XML响应。
<?xml version="1.0" encoding="UTF-8"?>
<serv:message
xmlns:serv="http://www.webex.com/schemas/2002/06/service"
xmlns:com="http://www.webex.com/schemas/2002/06/common"
xmlns:meet="http://www.webex.com/schemas/2002/06/service/meeting"
xmlns:att="http://www.webex.com/schemas/2002/06/service/attendee">
<serv:header>
<serv:response>
<serv:result>SUCCESS</serv:result>
<serv:gsbStatus>PRIMARY</serv:gsbStatus>
</serv:response>
</serv:header>
<serv:body>
<serv:bodyContent xsi:type="meet:gethosturlMeetingResponse"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<meet:hostMeetingURL>
https://apidemoeu.webex.com/apidemoeu/p.php?
AT=LI&WID=incmeeting&
TK=cd75bcca39c482792d5af07d494357bc28b28bad93c068afcc
39dbd0152d6e3c&MU=https://apidemoeu.webex.com/apidemoeu/m.php?
AT=HM&MK=623516488&Rnd=0.45102063992634345</meet:hostMeetingURL>
</serv:bodyContent>
</serv:body>
</serv:message>