I'm playing with xhp and I got stuck on this:
echo <meta property="og:title" content="page title" />;
It throws:
Fatal error: Uncaught exception 'XHPAttributeNotSupportedException' with message 'Attribute `property` is not supported in class `meta`.
I understand why - it's not valid XHTML 1.0. Property and content attributes comes from RDFa 1.0 spec.
What can I do to use such literals?