<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tei-c.org/index.php?action=history&amp;feed=atom&amp;title=Tei2wikisource3.xsl</id>
	<title>Tei2wikisource3.xsl - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tei-c.org/index.php?action=history&amp;feed=atom&amp;title=Tei2wikisource3.xsl"/>
	<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Tei2wikisource3.xsl&amp;action=history"/>
	<updated>2026-04-21T20:42:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.tei-c.org/index.php?title=Tei2wikisource3.xsl&amp;diff=8794&amp;oldid=prev</id>
		<title>Filologanoga: created</title>
		<link rel="alternate" type="text/html" href="https://wiki.tei-c.org/index.php?title=Tei2wikisource3.xsl&amp;diff=8794&amp;oldid=prev"/>
		<updated>2011-02-05T10:29:21Z</updated>

		<summary type="html">&lt;p&gt;created&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== TEI to Wikisource (Vicifons) ==&lt;br /&gt;
This is last in the set of three stylesheets which convert TEI [http://www.ffzg.hr/klafil/croala Croatiae auctores Latini] documents to Wikisource (namely its Latin version, [http://la.wikisource.org/wiki/Pagina_prima Vicifons]) format, inserting wikisource &amp;quot;formulae&amp;quot; at appropriate places.&lt;br /&gt;
&lt;br /&gt;
This is a stylesheet for bibliographic data, given in &amp;quot;Disputatio&amp;quot; tab of the text.&lt;br /&gt;
&lt;br /&gt;
Cf. [[Tei2wikisource1.xsl]], [[Tei2wikisource2.xsl]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;&lt;br /&gt;
&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
&amp;lt;xsl:stylesheet xmlns:tei=&amp;quot;http://www.tei-c.org/ns/1.0&amp;quot;&lt;br /&gt;
    xmlns:xsl=&amp;quot;http://www.w3.org/1999/XSL/Transform&amp;quot; version=&amp;quot;2.0&amp;quot;&lt;br /&gt;
    exclude-result-prefixes=&amp;quot;tei&amp;quot;&amp;gt;&lt;br /&gt;
    &lt;br /&gt;
    &amp;lt;!-- title: tei to wiki 3 --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- author: Neven Jovanović, Croatiae auctores Latini --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- description: converts bibliographic elements to wikisource (mediawiki) markup --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- description: converts metadata from teiHeader to operisInfo (vicifons) --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- filename: 1102wiki-operisinfo.xsl --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- modified: 2011-02-04 --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- required input: tei xml file, using a CroALa subset (or similar) --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- expected output: text file conforming to vicifons operisInfo formula --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- vicifons operisInfo: http://la.wikisource.org/wiki/Formula:OperisInfo --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- known restrictions: requires additional manual clipping of newlines --&amp;gt;&lt;br /&gt;
    &amp;lt;!-- known restrictions: text quality hardwired, should be changed accordingly --&amp;gt;&lt;br /&gt;
&amp;lt;xsl:output method=&amp;quot;html&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:template match=&amp;quot;//tei:teiHeader&amp;quot;&amp;gt;&amp;lt;xsl:text&amp;gt;&lt;br /&gt;
        {{OperisInfo&lt;br /&gt;
        |Editio= &amp;lt;/xsl:text&amp;gt;&amp;lt;xsl:value-of select=&amp;quot;normalize-space(tei:fileDesc/tei:titleStmt)&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;!-- using title, author, editor etc. --&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:text&amp;gt;&lt;br /&gt;
        |Fons= &amp;lt;/xsl:text&amp;gt;&amp;lt;xsl:value-of select=&amp;quot;normalize-space(tei:fileDesc/tei:sourceDesc/tei:biblStruct)&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;!-- there should be a biblStruct element in sourceDesc --&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:text&amp;gt;&lt;br /&gt;
        |Alii Fontēs= [&amp;lt;/xsl:text&amp;gt;&amp;lt;xsl:value-of select=&amp;quot;normalize-space(tei:fileDesc//tei:monogr[2]/@facs)&amp;quot;/&amp;gt;&amp;lt;xsl:text&amp;gt; &amp;lt;/xsl:text&amp;gt;&amp;lt;xsl:value-of select=&amp;quot;normalize-space(tei:fileDesc//tei:monogr[2])&amp;quot;/&amp;gt;&amp;lt;xsl:text&amp;gt;]&amp;lt;/xsl:text&amp;gt;&lt;br /&gt;
&amp;lt;!-- if there is a digital facsimile available on the internet, it is described as a second monogr --&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:text&amp;gt;|Conlationes=&lt;br /&gt;
            |Qualitas={{Textquality|50%}}&amp;lt;!-- change if necessary --&amp;gt;&lt;br /&gt;
            |Nota=&lt;br /&gt;
            |Bislectus=&lt;br /&gt;
            }}&amp;lt;/xsl:text&amp;gt;&lt;br /&gt;
        &lt;br /&gt;
    &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:template match=&amp;quot;//tei:text//text()&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;!-- delete all other text --&amp;gt;&lt;br /&gt;
&amp;lt;/xsl:stylesheet&amp;gt;&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt; &lt;br /&gt;
&lt;br /&gt;
[[Category:XSLT]]&lt;/div&gt;</summary>
		<author><name>Filologanoga</name></author>
		
	</entry>
</feed>