I am making an AGLS/Dublin Core metadata scheme that I want to have show in the header of some of my pages (but not all). I am doing this using a metadata design area, which is fine.
How do I add the namespace declaration? I mean the link rel bit.
I tried [codebox]<MySource_AREA id_name="metadata" design_area="metadata">
<link rel="AGLS_Metadata_Element_Set_v1-3" href="http://www.agls.gov.au/AGLS_Metadata_Element_Set_v1-3.html">
</MySource_AREA>[/codebox]
but the link rel line just vanished on the front end.
Do I need to have two customisations for pages showing the metadata and those not showing it if I want to include the link? Be a shame if that were so.
[quote]I am making an AGLS/Dublin Core metadata scheme that I want to have show in the header of some of my pages (but not all). I am doing this using a metadata design area, which is fine.
How do I add the namespace declaration? I mean the link rel bit.
I tried [codebox]<MySource_AREA id_name="metadata" design_area="metadata">
<link rel="AGLS_Metadata_Element_Set_v1-3" href="http://www.agls.gov.au/AGLS_Metadata_Element_Set_v1-3.html">
</MySource_AREA>[/codebox]
but the link rel line just vanished on the front end.
Do I need to have two customisations for pages showing the metadata and those not showing it if I want to include the link? Be a shame if that were so.[/quote]
Hey,
not sure if it makes any difference but maybe closing off the link tag might help?
[codebox]<MySource_AREA id_name="metadata" design_area="metadata">
<link rel="AGLS_Metadata_Element_Set_v1-3" href="http://www.agls.gov.au/AGLS_Metadata_Element_Set_v1-3.html" />
</MySource_AREA>[/codebox]
Just an idea
Sadly, no, the line still doesn't appear on the frontend.
Are you supposed to be able to put HTML in a metadata area?