XHTML output: Dublin Core Metadata
Posted by mholmes on 22 Aug 2007 in Activity log
Began working on the XSLT for XHTML output of articles. Noticed a problem with caching in Cocoon: where an XSLT file includes another XSTL file using <xsl:import>, changes to the imported file will not be registered by the transformer; it seems to use a cached copy. Only an update to the root XSLT file will trigger reloading of all the cached files. Reported this to sysadmin, because I've never seen this behaviour before, and I use imports a lot.
Spent the morning working through the Dublin Core spec, and making sure as much as possible of the <teiHeader> metadata is represented in HTML <meta> tags in the header of the document. I still have a few bits of info that need to be included, but it's basically done.