Brackets and commas for colocations
This commit is contained in:
parent
752500dda9
commit
1d7805d9c6
10
view.xsl
10
view.xsl
|
@ -111,9 +111,15 @@
|
||||||
<xsl:text xml:space="preserve"> </xsl:text>
|
<xsl:text xml:space="preserve"> </xsl:text>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="kolokacija//* | r_kolokacija//*">
|
<xsl:template match="kolokacije//ks">
|
||||||
<xsl:text xml:space="preserve"> </xsl:text>
|
<xsl:text xml:space="preserve">(</xsl:text>
|
||||||
<xsl:apply-templates/>
|
<xsl:apply-templates/>
|
||||||
|
<xsl:text xml:space="preserve">) </xsl:text>
|
||||||
|
</xsl:template>
|
||||||
|
|
||||||
|
<xsl:template match="k[not(position()=last())]">
|
||||||
|
<xsl:apply-templates/>
|
||||||
|
<xsl:text xml:space="preserve">, </xsl:text>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<xsl:template match="enota | stalna_zveza//zveza">
|
<xsl:template match="enota | stalna_zveza//zveza">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user