Tagged Questions
1
vote
1answer
39 views
Is there a standard way to display qualified Dublin Core meta in HTML meta tags?
DC includes an element called "Date". You display it like this:
<meta name="dc.Date" content="2011-06-28" />
But the idea of qualifiers lets you have a "Date Created" and "Date Updated." ...