Skip to content

Commit

Permalink
adding files linked from http://www3.iath.virginia.edu/eac/
Browse files Browse the repository at this point in the history
  • Loading branch information
tcatapano committed Aug 10, 2016
1 parent b8b1146 commit a2db215
Show file tree
Hide file tree
Showing 10 changed files with 34,560 additions and 0 deletions.
459 changes: 459 additions & 0 deletions TagLibrary/tl.sp.xsl

Large diffs are not rendered by default.

459 changes: 459 additions & 0 deletions TagLibrary/tl.xsl

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions TagLibrary/tl_adds.sp.xsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">

<xsl:output method="html" indent="yes" />

<!--
This style sheet contains additions to the tl.xsl made by P-G Ottosson for the working draft of EAC Tabl Library tl.xsl
-->

<!-- latest update 2002-12-20 -->
<xsl:template match='//revisionDesc'>
<p style="font-size: x-small; color: #543F07" >
<xsl:for-each select="change">
<xsl:sort select="date/@value"/>
<xsl:if test="position()=last()">
<i><xsl:text>Última actualización de la traducción: </xsl:text></i>
<xsl:value-of select="respStmt/name" />
<xsl:text> (</xsl:text>
<xsl:value-of select="date/@value"/>
<xsl:text>)</xsl:text>
</xsl:if>
</xsl:for-each>
</p>
</xsl:template>

<!-- display of internal comments 2003-01-02 -->
<xsl:template match="//comment()">
<p style="font-size: small; color: red" >
<xsl:text># </xsl:text>
<xsl:value-of select="."/>
<xsl:text> #</xsl:text>
</p>
</xsl:template>


</xsl:stylesheet>
37 changes: 37 additions & 0 deletions TagLibrary/tl_adds.xsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.0">

<xsl:output method="html" indent="yes" />

<!--
This style sheet contains additions to the tl.xsl made by P-G Ottosson for the working draft of EAC Tabl Library tl.xsl
-->

<!-- latest update 2002-12-20 -->
<xsl:template match='//revisionDesc'>
<p style="font-size: x-small; color: #543F07" >
<xsl:for-each select="change">
<xsl:sort select="date/@value"/>
<xsl:if test="position()=last()">
<i><xsl:text>Latest update: </xsl:text></i>
<xsl:value-of select="respStmt/name" />
<xsl:text> (</xsl:text>
<xsl:value-of select="date/@value"/>
<xsl:text>)</xsl:text>
</xsl:if>
</xsl:for-each>
</p>
</xsl:template>

<!-- display of internal comments 2003-01-02 -->
<xsl:template match="//comment()">
<p style="font-size: small; color: red" >
<xsl:text># </xsl:text>
<xsl:value-of select="."/>
<xsl:text> #</xsl:text>
</p>
</xsl:template>


</xsl:stylesheet>
11,281 changes: 11,281 additions & 0 deletions TagLibrary/tl_beta.html

Large diffs are not rendered by default.

8,171 changes: 8,171 additions & 0 deletions TagLibrary/tl_beta.xml

Large diffs are not rendered by default.

8,555 changes: 8,555 additions & 0 deletions TagLibrary/tl_beta_sp.xml

Large diffs are not rendered by default.

2,163 changes: 2,163 additions & 0 deletions eac.dtd

Large diffs are not rendered by default.

Loading

0 comments on commit a2db215

Please sign in to comment.