In one of our designs that we're using an HTML 4 Transitional doctype for we have the line:
<MySource_AREA id_name="metadata" design_area="metadata" />
in the parse file for the design.
Is there a simple and easy way to tell Matrix to output the metadata tags in HTML format rather than XHTML format - e.g. not self closing ?
There is no option to use HTML instead of XHTML formatting. You'd have to construct the meta tags yourself and use keywords to print the values.
Thanks for the quick response Greg! We'll do as you suggest.