~openerp-mexico-maintainer/openerp-mexico-localization/6.0

« back to all changes in this revision

Viewing changes to l10n_mx_facturae/SAT/psgcfdsp.xslt

[MERGE] from Trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:psgcfdsp="http://www.sat.gob.mx/psgcfdsp">
 
3
        <!-- Manejador de nodos tipo psgcfdsp:PrestadoresDeServiciosDeCFDSP -->
 
4
        <xsl:template match="psgcfdsp:PrestadoresDeServiciosDeCFDSP">
 
5
                <!-- Iniciamos el tratamiento de los atributos de psgcfdsp:PrestadoresDeServiciosDeCFDSP -->
 
6
                <xsl:call-template name="Requerido"><xsl:with-param name="valor" select="./@version"/></xsl:call-template>              
 
7
                <xsl:call-template name="Requerido"><xsl:with-param name="valor" select="./@nombre"/></xsl:call-template>
 
8
                <xsl:call-template name="Requerido"><xsl:with-param name="valor" select="./@rfc"/></xsl:call-template>
 
9
                <xsl:call-template name="Requerido"><xsl:with-param name="valor" select="./@noCertificado"/></xsl:call-template>
 
10
                <xsl:call-template name="Requerido"><xsl:with-param name="valor" select="./@fechaPublicacion"/></xsl:call-template>
 
11
                <xsl:call-template name="Requerido"><xsl:with-param name="valor" select="./@noAutorizacion"/></xsl:call-template>
 
12
        </xsl:template>
 
13
</xsl:stylesheet>