Example

The following example shows how to print out the results on a general error.

<table class="propertyList" cellspacing="0" border="1" >
	<caption>Event Details</caption>
	<tr><th nowrap="true" width="1%">Event ID:</th><td><xsl:value-of select="/processError/generalInfo/eventId/@value"/></td></tr>
	<tr><th nowrap="true">Severity:</th><td><xsl:value-of select="/processError/generalInfo/severity/@value"/></td></tr>
	<tr><th nowrap="true">Machine:</th><td><xsl:value-of select="/processError/generalInfo/machineName/@value"/></td></tr>
	<tr><th nowrap="true">OS Ver:</th><td><xsl:value-of select="/processError/generalInfo/osVersion/@value"/></td></tr>
	<tr><th nowrap="true">Time Stamp:</th><td><xsl:value-of select="/processError/generalInfo/timeStamp/@value"/></td></tr>
	<tr><th nowrap="true">App Domain:</th><td><xsl:value-of select="/processError/generalInfo/appDomain"/></td></tr>
	<tr><th nowrap="true">Thread Name:</th><td><xsl:value-of select="/processError/generalInfo/threadName"/></td></tr>
	<tr><th nowrap="true">Thread Identity:</th><td><xsl:value-of select="/processError/generalInfo/threadIdentity"/></td></tr>
	<tr><th nowrap="true">Windows Identity:</th><td><xsl:value-of select="/processError/generalInfo/windowsIdentity"/></td></tr>
</table>


<p>Unable to process message due to the following error message (if available):</p>
<p class="error"><xsl:value-of select="/processError/errorMessage"/></p>

<xsl:if test="/processError/@fatal = 'True'">
 <div class="dottedHR"/>
 <div class="blockArea">	
	 <p class="warning">
		 WARNING: The Super Email Clerk Service daemon thread has shut down and
		 will not process this or any other emails until the problem is resolved.
		 Please resolve the problem and restart the Super Email Clerk Service to resume processing.
		 </p>
 </div>
</xsl:if>

See Also

Admin General Error

Raw XML

Next

Raw XML

Example