You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@forrest.apache.org by "Bowe, Bastian" <Ba...@astrium.eads.net> on 2005/01/31 15:01:54 UTC

Mixing content to site.xml

Hello,

http://forrest.apache.org/docs/dev/linking.html#site comments on the
possibility to "mix in your own content (RDF, dublin core, etc) under new
namespaces". How to do that?

I tried the following:
<site...>
<foo...>
    <index xmlns:dc="http://purl.org/dc/elements/1.0/" label="Index"
	   href="index.html" description="Index" dc:creator="Bastian"/>
</foo>
</site>

When I view the source code of the generated index.html in foo I can not
find any occurence of "Bastian". Is the skin responsible for considering the
extra information provided by my site xml. In other words do I have to write
my own skin?

Regards

Bastian