>From what I can make of the documentation, the only way to use validation containers is to put something like...
class="{required:true,minlength:3}"
into your HTML form elements. Now this works just fine for me,
however, its not valid XHTML.
Is there any way to have valid XHTML and use error containers?

