Upgraded the version of BlogEngine to 1.6.0 and updated a tinyMCE plugin I did previously to allow me to use SyntaxHighlighter.
Test to ensure that the plugin is working correctly.
Xml code
<person>
<name>Jacobus</name>
<url>http://www.phoenixcode.net</url>
</person>
C# code
public int Main(string[] args)
{
if(args.Length > 0)
{
Console.WriteLine("Success");
}
}