www.pudn.com > chap8.rar > directory_es.xslt


<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:import href="directory_en.xslt"/>
<xsl:output method="html" encoding="UTF-8"/>

<!-- Isolate locale-specific content -->
<xsl:variable name="lang.pageTitle" select="'Empleado guía telefónica'"/>
<xsl:variable name="lang.nameHeading" select="'Nombre'"/>
<xsl:variable name="lang.categoryHeading" select="'Categoría'"/>
<xsl:variable name="lang.phoneHeading" select="'Teléfono'"/>
<xsl:variable name="lang.manager" select="'Gerente'"/>
<xsl:variable name="lang.programmer" select="'Programador'"/>
<xsl:variable name="lang.other" select="'Otro'"/>

</xsl:stylesheet>