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>&nbsp;<br>
<font color="#ffffff" face="helvetica, arial">&nbsp;<br><big><big><strong>&lt;type 'exceptions.KeyError'&gt;</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>&nbsp;</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>&nbsp;&nbsp;&nbsp;12</small>&nbsp;query_dict&nbsp;=&nbsp;cgi.FieldStorage()<br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt><small>&nbsp;&nbsp;&nbsp;13</small>&nbsp;orgId&nbsp;=&nbsp;str(query_dict['orgId'].value)<br>
</tt></font></td></tr>
<tr><td bgcolor="#ffccee"><tt><small>&nbsp;&nbsp;&nbsp;14</small>&nbsp;eventId&nbsp;=&nbsp;str(query_dict['eventId'].value)<br>
</tt></td></tr>
<tr><td><font color="#909090"><tt><small>&nbsp;&nbsp;&nbsp;15</small>&nbsp;<br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt><small>&nbsp;&nbsp;&nbsp;16</small>&nbsp;try:<br>
</tt></font></td></tr>
<tr><td><small><font color="#909090">eventId <em>undefined</em>, <em>builtin</em> <strong>str</strong>&nbsp;= &lt;type 'str'&gt;, <strong>query_dict</strong>&nbsp;= FieldStorage(None, None, [MiniFieldStorage('orgI...000aAt2'), MiniFieldStorage('sandbox', 'False')]), ].<strong>value</strong>&nbsp;= [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>&nbsp;</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>&nbsp;&nbsp;539</small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;item.name&nbsp;==&nbsp;key:&nbsp;found.append(item)<br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt><small>&nbsp;&nbsp;540</small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;not&nbsp;found:<br>
</tt></font></td></tr>
<tr><td bgcolor="#ffccee"><tt><small>&nbsp;&nbsp;541</small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;raise&nbsp;KeyError,&nbsp;key<br>
</tt></td></tr>
<tr><td><font color="#909090"><tt><small>&nbsp;&nbsp;542</small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if&nbsp;len(found)&nbsp;==&nbsp;1:<br>
</tt></font></td></tr>
<tr><td><font color="#909090"><tt><small>&nbsp;&nbsp;543</small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return&nbsp;found[0]<br>
</tt></font></td></tr>
<tr><td><small><font color="#909090"><em>builtin</em> <strong>KeyError</strong>&nbsp;= &lt;type 'exceptions.KeyError'&gt;, <strong>key</strong>&nbsp;= 'eventId'</font></small></td></tr></table><p><strong>&lt;type 'exceptions.KeyError'&gt;</strong>: 'eventId'
<br><tt><small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</small>&nbsp;</tt>args&nbsp;=
('eventId',)
<br><tt><small>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</small>&nbsp;</tt>message&nbsp;=
'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 &lt;module&gt;
    eventId = str(query_dict['eventId'].value)
  File "/usr/lib64/python2.6/cgi.py", line 541, in __getitem__
    raise KeyError, key
KeyError: 'eventId'

-->