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

« back to all changes in this revision

Viewing changes to l10n_mx_facturae/SAT/donat11.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:donat="http://www.sat.gob.mx/donat">
 
3
<xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
 
4
        <!-- Manejador de nodos tipo donat:Donatarias -->
 
5
        <xsl:template match="donat:Donatarias">
 
6
                <!-- Iniciamos el tratamiento de los atributos de donat:Donatarias -->
 
7
                <xsl:call-template name="Requerido"><xsl:with-param name="valor" select="./@version"/></xsl:call-template>
 
8
                <xsl:call-template name="Requerido"><xsl:with-param name="valor" select="./@noAutorizacion"/></xsl:call-template>
 
9
                <xsl:call-template name="Requerido"><xsl:with-param name="valor" select="./@fechaAutorizacion"/></xsl:call-template>
 
10
                <xsl:call-template name="Requerido"><xsl:with-param name="valor" select="./@leyenda"/></xsl:call-template>
 
11
        </xsl:template>
 
12
        
 
13
</xsl:stylesheet>