Jonathan O'Donnell wrote:

    <meta name="DC.title" content="#title" />
    <meta name="DC.creator" content="#creator" />
    <meta name="DC.creator" content="#rights" />

I'm not a DC expert, but I believe that that's not a valid way to go about it. When you embed DC information via meta elements, content needs to contain the actual value, not a reference to another location. When the expected value itself is a URI, you should use link elements...but even that doesn't apply in this scenario, as it's usually reserved for things like DC.relation

Have a read through http://dublincore.org/documents/dcq-html/

Now, a different approach may be to process all pages server side on a regular basis to fill in the correct DC.title etc meta elements based on the content of the actual page in case they've been left empty, which could probably be achieved with a single XSL transformation or similar.


--
Patrick H. Lauke
__________________________________________________________
re·dux (adj.): brought back; returned. used postpositively
[latin : re-, re- + dux, leader; see duke.]
www.splintered.co.uk | www.photographia.co.uk
http://redux.deviantart.com
__________________________________________________________
Web Standards Project (WaSP) Accessibility Task Force
http://webstandards.org/
__________________________________________________________
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to