In the discussion of MCE today, I thought it would have been good to have some examples of the constructs we were discussing. <br><br>Clearly, in order to have examples, we need to have an XML format for these examples that can be automatically tested, we need to have a schema for this XML, and some XSLT to turn it into something human readable.<br>
<br>The definitions, the schema for them, and the XSLT to process it into human-readable form is at:<br><br>     <a href="https://github.com/inigo/mce-tests">https://github.com/inigo/mce-tests</a><br><br>An example of the HTML output is:<br>
<br>   <a href="http://htmlpreview.github.com/?https://github.com/inigo/mce-tests/blob/master/mspecOutput.html">http://htmlpreview.github.com/?https://github.com/inigo/mce-tests/blob/master/mspecOutput.html</a><br><br>This could be extended to test an MCE implementation, but I haven't done anything like that.<br>
<br>No-one's checked the scenarios, so let me know if they're wrong. You can send GitHub pull requests, or just email me.<br><br>Inigo<br>