Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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>info@oss-watch.ac.uk</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).
<publicationStmt>
<publisher>OSS Watch, Oxford University</publisher>
<authority>OSS Watch</authority>
<address>
<email>info@oss-watch.ac.uk</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).
Attachments
Attachments
Issue Links
- is depended upon by
-
FOR-1113 New section in tei output with all the references in the document
- Closed