-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding files linked from http://www3.iath.virginia.edu/eac/
- Loading branch information
Showing
10 changed files
with
34,560 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.