publicationStmt info in document-to-teiLite.xsl contains incorrect defaults
---------------------------------------------------------------------------
Key: FOR-1111
URL: https://issues.apache.org/jira/browse/FOR-1111
Project: Forrest
Issue Type: Bug
Components: Plugin: output.tei
Reporter: Pablo Barrera
Right now the xsl file at
whiteboard/plugins/org.apache.forrest.plugin.output.tei/resources/stylesheets/document-to-teiLite.xsl
contains this information:
<publicationStmt>
<publisher>OSS Watch, Oxford University</publisher>
<authority>OSS Watch</authority>
<address>
<email>[EMAIL PROTECTED]</email>
</address>
<availability>
<licence>
http://creativecommons.org/licenses/by-sa/2.0/uk/
</licence>
</availability>
<date><xsl:value-of select="datetime:date()"/></date>
</publicationStmt>
The reference to a particular organization should be removed. Otherwise all the
documents generated with this plugin will show Oxford University as publisher
(and there is some change they are not).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.