Raw XML

The following raw XML format is passed to the template during processing:

<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" doctype-public="-//W3C//DTD HTML 4.01//EN" doctype-system="http://www.w3.org/TR/html4/strict.dtd"/>
<xsl:template match="/">
	<html>
		<head>
			<title>Unable to process your email</title>
			<style>
				body { font-family: Verdana,Sans-Serif; font-size: x-small; color: #444444; background-color: #dcdcdc;}
				h1{color: #444444;font-size:1.4em;margin:5px;}
				p{font-size:1.05em;}
				div.bodyArea{width:500px;border:1px solid gray;background-color: white;}
				div.bodyHeader{padding:5px;border-bottom:1px solid gray;background-color: whitesmoke;}
				div.blockArea{padding-left:10px;padding-right:10px;margin-top:10px;margin-bottom:5px;}
			</style>
		</head>
		
		<body>
			<div class="bodyArea">
				<div class="bodyHeader"><h1>Unable to process your email</h1></div>
				
				<div class="blockArea" >
					<p>
						We were unable to process your email.
						Logging notes is not allowed.
						Details of this issue have been forwarded to our administrator.
						If you need further assistance, please contact us and reference the following ID number:
					</p>
					<p>
						Message ID: <xsl:value-of select="//messageID"/>
					</p>
				</div>
			</div>
		</body>
	</html>
</xsl:template>

</xsl:stylesheet>  

See Also

Freeform Wont Log Note

Next

Help Basic

Raw XML