~vauxoo/openerp-mexico-localization/7.0-l10n_mx_facturae_lib-dev-murillo

« back to all changes in this revision

Viewing changes to l10n_mx_facturae/SAT/cadenaoriginal_3_2/donat11.xslt

  • Committer: Jorge Angel Naranjo Rogel
  • Date: 2014-08-13 16:14:27 UTC
  • mfrom: (376.2.3 oml7.0pruebas-xslt)
  • Revision ID: jorge_nr@vauxoo.com-20140813161427-rg2pximxiht0d4nz
[IMP][l10n_mx_facturae]update files .xslt ans .xsd of SAT. Add news files of SAT

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<xsl:stylesheet version="1.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>
 
1
<?xml version="1.0" ?><xsl:stylesheet version="1.0" xmlns:donat="http://www.sat.gob.mx/donat" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
2
<xsl:output encoding="UTF-8" indent="no" method="text" version="1.0"/>
 
3
        <!-- Manejador de nodos tipo donat:Donatarias -->
 
4
        <xsl:template match="donat:Donatarias">
 
5
                <!-- Iniciamos el tratamiento de los atributos de donat:Donatarias -->
 
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="./@noAutorizacion"/></xsl:call-template>
 
8
                <xsl:call-template name="Requerido"><xsl:with-param name="valor" select="./@fechaAutorizacion"/></xsl:call-template>
 
9
                <xsl:call-template name="Requerido"><xsl:with-param name="valor" select="./@leyenda"/></xsl:call-template>
 
10
        </xsl:template>
 
11
        
 
12
</xsl:stylesheet>
 
 
b'\\ No newline at end of file'