MM_XSLTransform error.
https://realintelligence.com/customers/expos/00D5f000000Kf85/SNS_xmlcreator/_specific-session-details.xml is not a valid XML document.
DOMDocument::loadXML(): Opening and ending tag mismatch: body line 2 and font in Entity, line: 3
DOMDocument::loadXML(): Opening and ending tag mismatch: body line 1 and script in Entity, line: 3
DOMDocument::loadXML(): Extra content at the end of the document in Entity, line: 3 in file https://realintelligence.com/customers/expos/00D5f000000Kf85/SNS_xmlcreator/_specific-session-details.xml.
<body bgcolor="#f0f0f8"><font color="#f0f0f8" size="-5"> -->
<body bgcolor="#f0f0f8"><font color="#f0f0f8" size="-5"> --> -->
</font> </font> </font> </script> </object> </blockquote> </pre>
</table> </table> </table> </table> </table> </font> </font> </font><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#6622aa">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><type 'exceptions.KeyError'></strong></big></big></font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial">Python 2.6.6: /usr/bin/python<br>Fri Oct 23 08:16:57 2020</font></td></tr></table>
<p>A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.</p>
<table width="100%" cellspacing=0 cellpadding=0 border=0>
<tr><td bgcolor="#d8bbff"><big> </big><a href="file:///var/www/vhosts/realintelligence.com/httpdocs/api/specific-session-details.py">/var/www/vhosts/realintelligence.com/httpdocs/api/specific-session-details.py</a> in <strong><module></strong>()</td></tr>
<tr><td><font color="#909090"><tt><small> 12</small> query_dict = cgi.FieldStorage()<br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt><small> 13</small> orgId = str(query_dict['orgId'].value)<br>
</tt></font></td></tr>
<tr><td bgcolor="#ffccee"><tt><small> 14</small> eventId = str(query_dict['eventId'].value)<br>
</tt></td></tr>
<tr><td><font color="#909090"><tt><small> 15</small> <br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt><small> 16</small> try:<br>
</tt></font></td></tr>
<tr><td><small><font color="#909090">eventId <em>undefined</em>, <em>builtin</em> <strong>str</strong> = <type 'str'>, <strong>query_dict</strong> = FieldStorage(None, None, [MiniFieldStorage('orgI...000aAt2'), MiniFieldStorage('sandbox', 'False')]), ].<strong>value</strong> = [MiniFieldStorage('orgId', '00Do0000000aAt2'), MiniFieldStorage('sandbox', 'False')]</font></small></td></tr></table>
<table width="100%" cellspacing=0 cellpadding=0 border=0>
<tr><td bgcolor="#d8bbff"><big> </big><a href="file:///usr/lib64/python2.6/cgi.py">/usr/lib64/python2.6/cgi.py</a> in <strong>__getitem__</strong>(self=FieldStorage(None, None, [MiniFieldStorage('orgI...000aAt2'), MiniFieldStorage('sandbox', 'False')]), key='eventId')</td></tr>
<tr><td><font color="#909090"><tt><small> 539</small> if item.name == key: found.append(item)<br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt><small> 540</small> if not found:<br>
</tt></font></td></tr>
<tr><td bgcolor="#ffccee"><tt><small> 541</small> raise KeyError, key<br>
</tt></td></tr>
<tr><td><font color="#909090"><tt><small> 542</small> if len(found) == 1:<br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt><small> 543</small> return found[0]<br>
</tt></font></td></tr>
<tr><td><small><font color="#909090"><em>builtin</em> <strong>KeyError</strong> = <type 'exceptions.KeyError'>, <strong>key</strong> = 'eventId'</font></small></td></tr></table><p><strong><type 'exceptions.KeyError'></strong>: 'eventId'
<br><tt><small> </small> </tt>args =
('eventId',)
<br><tt><small> </small> </tt>message =
'eventId'
<!-- The above is a description of an error in a Python program, formatted
for a Web browser because the 'cgitb' module was enabled. In case you
are not reading this in a Web browser, here is the original traceback:
Traceback (most recent call last):
File "/var/www/vhosts/realintelligence.com/httpdocs/api/specific-session-details.py", line 14, in <module>
eventId = str(query_dict['eventId'].value)
File "/usr/lib64/python2.6/cgi.py", line 541, in __getitem__
raise KeyError, key
KeyError: 'eventId'
-->