Print Statement
Capture the print statement for an article in a <custom-meta>
element child of <custom-meta-group>
.
The custom-meta element must have two child elements:
- A
<meta-name>
element containing the valueprinted
. - A
<meta-value>
element containing the value of the relevant print statement for the article.
Example
<custom-meta> <meta-name>printed</meta-name> <meta-value>Printed in the UK</meta-value> </custom-meta>