The XML namespace calibre uses is
xmlns:calibre="http://calibre.kovidgoyal.net/2009/metadata"
However, this is not actually needed for <meta> tags. That is because the calibre: prefix in the meta tag is *inside* an attribute value and as such is not an actual XML namespace.
|