~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/cfdiregistrofiscal.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" ?><xsl:stylesheet version="1.0" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:registrofiscal="http://www.sat.gob.mx/registrofiscal" 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
 
 
4
  <!-- Manejador de nodos tipo nomina -->
 
5
  <xsl:template match="registrofiscal:CFDIRegistroFiscal">
 
6
 
 
7
    <!--Iniciamos el tratamiento de los atributos de RegistroFiscal -->
 
8
    <xsl:call-template name="Requerido">
 
9
      <xsl:with-param name="valor" select="./@Version"/>
 
10
    </xsl:call-template>
 
11
 
 
12
    <xsl:call-template name="Requerido">
 
13
      <xsl:with-param name="valor" select="./@Folio"/>
 
14
    </xsl:call-template>
 
15
 
 
16
  </xsl:template>
 
17
 
 
18
</xsl:stylesheet>
 
 
b'\\ No newline at end of file'