fdis 0.1.0 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/cadena/CartaPorte20.xslt +615 -0
- data/lib/cadena/ComercioExterior11.xslt +44 -44
- data/lib/cadena/GastosHidrocarburos10.xslt +171 -0
- data/lib/cadena/IngresosHidrocarburos.xslt +39 -0
- data/lib/cadena/Pagos20.xslt +232 -232
- data/lib/cadena/TuristaPasajeroExtranjero.xslt +40 -40
- data/lib/cadena/aerolineas.xslt +1 -1
- data/lib/cadena/cadenaoriginal_4_0.xslt +30 -30
- data/lib/cadena/certificadodedestruccion.xslt +19 -19
- data/lib/cadena/cfdiregistrofiscal.xslt +1 -1
- data/lib/cadena/consumodeCombustibles11.xslt +94 -0
- data/lib/cadena/detallista.xslt +1 -1
- data/lib/cadena/divisas.xslt +13 -13
- data/lib/cadena/donat11.xslt +13 -13
- data/lib/cadena/ecc12.xslt +99 -0
- data/lib/cadena/iedu.xslt +1 -1
- data/lib/cadena/implocal.xslt +39 -39
- data/lib/cadena/ine11.xslt +8 -8
- data/lib/cadena/leyendasFisc.xslt +28 -28
- data/lib/cadena/nomina12.xslt +411 -411
- data/lib/cadena/notariospublicos.xslt +1 -1
- data/lib/cadena/obrasarteantiguedades.xslt +11 -11
- data/lib/cadena/pagoenespecie.xslt +39 -39
- data/lib/cadena/pfic.xslt +13 -13
- data/lib/cadena/renovacionysustitucionvehiculos.xslt +45 -45
- data/lib/cadena/servicioparcialconstruccion.xslt +14 -14
- data/lib/cadena/utilerias.xslt +22 -22
- data/lib/cadena/valesdedespensa.xslt +1 -1
- data/lib/cadena/vehiculousado.xslt +1 -1
- data/lib/cadena/ventavehiculos11.xslt +1 -1
- data/lib/fdis/facturacion.rb +7 -0
- data/lib/fdis/version.rb +1 -1
- metadata +6 -1
@@ -1,44 +1,44 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
-
<xsl:stylesheet version="
|
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:cfdi="http://www.sat.gob.mx/cfd/4" xmlns:cce11="http://www.sat.gob.mx/ComercioExterior11" xmlns:donat="http://www.sat.gob.mx/donat" xmlns:divisas="http://www.sat.gob.mx/divisas" xmlns:implocal="http://www.sat.gob.mx/implocal" xmlns:leyendasFisc="http://www.sat.gob.mx/leyendasFiscales" xmlns:pfic="http://www.sat.gob.mx/pfic" xmlns:tpe="http://www.sat.gob.mx/TuristaPasajeroExtranjero" xmlns:nomina12="http://www.sat.gob.mx/nomina12" xmlns:registrofiscal="http://www.sat.gob.mx/registrofiscal" xmlns:pagoenespecie="http://www.sat.gob.mx/pagoenespecie" xmlns:aerolineas="http://www.sat.gob.mx/aerolineas" xmlns:valesdedespensa="http://www.sat.gob.mx/valesdedespensa" xmlns:notariospublicos="http://www.sat.gob.mx/notariospublicos" xmlns:vehiculousado="http://www.sat.gob.mx/vehiculousado" xmlns:servicioparcial="http://www.sat.gob.mx/servicioparcialconstruccion" xmlns:decreto="http://www.sat.gob.mx/renovacionysustitucionvehiculos" xmlns:destruccion="http://www.sat.gob.mx/certificadodestruccion" xmlns:obrasarte="http://www.sat.gob.mx/arteantiguedades" xmlns:ine="http://www.sat.gob.mx/ine" xmlns:iedu="http://www.sat.gob.mx/iedu" xmlns:ventavehiculos="http://www.sat.gob.mx/ventavehiculos" xmlns:detallista="http://www.sat.gob.mx/detallista" xmlns:ecc12="http://www.sat.gob.mx/EstadoDeCuentaCombustible12" xmlns:consumodecombustibles11="http://www.sat.gob.mx/ConsumoDeCombustibles11" xmlns:gceh="http://www.sat.gob.mx/GastosHidrocarburos10" xmlns:ieeh="http://www.sat.gob.mx/IngresosHidrocarburos10" xmlns:cartaporte20="http://www.sat.gob.mx/CartaPorte20" xmlns:pago20="http://www.sat.gob.mx/Pagos20">
|
3
3
|
|
4
4
|
<!-- Con el siguiente método se establece que la salida deberá ser en texto -->
|
5
5
|
<xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
|
6
6
|
<!--
|
7
7
|
En esta sección se define la inclusión de las plantillas de utilerías para colapsar espacios
|
8
8
|
-->
|
9
|
-
<xsl:include href="
|
9
|
+
<xsl:include href="utilerias.xslt"/>
|
10
10
|
<!--
|
11
11
|
En esta sección se define la inclusión de las demás plantillas de transformación para
|
12
12
|
la generación de las cadenas originales de los complementos fiscales
|
13
13
|
-->
|
14
|
-
<xsl:include href="
|
15
|
-
<xsl:include href="
|
16
|
-
<xsl:include href="
|
17
|
-
<xsl:include href="
|
18
|
-
<xsl:include href="
|
19
|
-
<xsl:include href="
|
20
|
-
<xsl:include href="
|
21
|
-
<xsl:include href="
|
22
|
-
<xsl:include href="
|
23
|
-
<xsl:include href="
|
24
|
-
<xsl:include href="
|
25
|
-
<xsl:include href="
|
26
|
-
<xsl:include href="
|
27
|
-
<xsl:include href="
|
28
|
-
<xsl:include href="
|
29
|
-
<xsl:include href="
|
30
|
-
<xsl:include href="
|
31
|
-
<xsl:include href="
|
32
|
-
<xsl:include href="
|
33
|
-
<xsl:include href="
|
34
|
-
<xsl:include href="
|
35
|
-
<xsl:include href="
|
36
|
-
<xsl:include href="
|
37
|
-
<xsl:include href="
|
38
|
-
<xsl:include href="
|
39
|
-
<xsl:include href="
|
40
|
-
<xsl:include href="
|
41
|
-
<xsl:include href="
|
14
|
+
<xsl:include href="donat11.xslt"/>
|
15
|
+
<xsl:include href="divisas.xslt"/>
|
16
|
+
<xsl:include href="implocal.xslt"/>
|
17
|
+
<xsl:include href="leyendasFisc.xslt"/>
|
18
|
+
<xsl:include href="pfic.xslt"/>
|
19
|
+
<xsl:include href="TuristaPasajeroExtranjero.xslt"/>
|
20
|
+
<xsl:include href="nomina12.xslt"/>
|
21
|
+
<xsl:include href="cfdiregistrofiscal.xslt"/>
|
22
|
+
<xsl:include href="pagoenespecie.xslt"/>
|
23
|
+
<xsl:include href="aerolineas.xslt"/>
|
24
|
+
<xsl:include href="valesdedespensa.xslt"/>
|
25
|
+
<xsl:include href="notariospublicos.xslt"/>
|
26
|
+
<xsl:include href="vehiculousado.xslt"/>
|
27
|
+
<xsl:include href="servicioparcialconstruccion.xslt"/>
|
28
|
+
<xsl:include href="renovacionysustitucionvehiculos.xslt"/>
|
29
|
+
<xsl:include href="certificadodedestruccion.xslt"/>
|
30
|
+
<xsl:include href="obrasarteantiguedades.xslt"/>
|
31
|
+
<xsl:include href="ComercioExterior11.xslt"/>
|
32
|
+
<xsl:include href="ine11.xslt"/>
|
33
|
+
<xsl:include href="iedu.xslt"/>
|
34
|
+
<xsl:include href="ventavehiculos11.xslt"/>
|
35
|
+
<xsl:include href="detallista.xslt"/>
|
36
|
+
<xsl:include href="ecc12.xslt"/>
|
37
|
+
<xsl:include href="consumodeCombustibles11.xslt"/>
|
38
|
+
<xsl:include href="GastosHidrocarburos10.xslt"/>
|
39
|
+
<xsl:include href="IngresosHidrocarburos.xslt"/>
|
40
|
+
<xsl:include href="CartaPorte20.xslt"/>
|
41
|
+
<xsl:include href="Pagos20.xslt"/>
|
42
42
|
|
43
43
|
<!-- Aquí iniciamos el procesamiento de la cadena original con su | inicial y el terminador || -->
|
44
44
|
<xsl:template match="/">|<xsl:apply-templates select="/cfdi:Comprobante"/>||</xsl:template>
|
@@ -1,60 +1,60 @@
|
|
1
|
-
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
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:destruccion="http://www.sat.gob.mx/certificadodestruccion">
|
3
3
|
<xsl:template match="destruccion:certificadodedestruccion">
|
4
4
|
<!--Manejador de nodos tipo certificadodedestruccion-->
|
5
5
|
<xsl:call-template name="Requerido">
|
6
|
-
<xsl:with-param name="valor" select="./@Version"
|
6
|
+
<xsl:with-param name="valor" select="./@Version"/>
|
7
7
|
</xsl:call-template>
|
8
8
|
<xsl:call-template name="Requerido">
|
9
|
-
<xsl:with-param name="valor" select="./@Serie"
|
9
|
+
<xsl:with-param name="valor" select="./@Serie"/>
|
10
10
|
</xsl:call-template>
|
11
11
|
<xsl:call-template name="Requerido">
|
12
|
-
<xsl:with-param name="valor" select="./@NumFolDesVeh"
|
12
|
+
<xsl:with-param name="valor" select="./@NumFolDesVeh"/>
|
13
13
|
</xsl:call-template>
|
14
14
|
<!-- Iniciamos el manejo de los nodos dependientes -->
|
15
|
-
<xsl:apply-templates select="./destruccion:VehiculoDestruido"
|
16
|
-
<xsl:apply-templates select="./destruccion:InformacionAduanera"
|
15
|
+
<xsl:apply-templates select="./destruccion:VehiculoDestruido"/>
|
16
|
+
<xsl:apply-templates select="./destruccion:InformacionAduanera"/>
|
17
17
|
</xsl:template>
|
18
18
|
<xsl:template match="destruccion:VehiculoDestruido">
|
19
19
|
<!-- Iniciamos el tratamiento de los atributos de destruccion:VehiculoDestruido-->
|
20
20
|
<xsl:call-template name="Requerido">
|
21
|
-
<xsl:with-param name="valor" select="./@Marca"
|
21
|
+
<xsl:with-param name="valor" select="./@Marca"/>
|
22
22
|
</xsl:call-template>
|
23
23
|
<xsl:call-template name="Requerido">
|
24
|
-
<xsl:with-param name="valor" select="./@TipooClase"
|
24
|
+
<xsl:with-param name="valor" select="./@TipooClase"/>
|
25
25
|
</xsl:call-template>
|
26
26
|
<xsl:call-template name="Requerido">
|
27
|
-
<xsl:with-param name="valor" select="./@Año"
|
27
|
+
<xsl:with-param name="valor" select="./@Año"/>
|
28
28
|
</xsl:call-template>
|
29
29
|
<xsl:call-template name="Opcional">
|
30
|
-
<xsl:with-param name="valor" select="./@Modelo"
|
30
|
+
<xsl:with-param name="valor" select="./@Modelo"/>
|
31
31
|
</xsl:call-template>
|
32
32
|
<xsl:call-template name="Opcional">
|
33
|
-
<xsl:with-param name="valor" select="./@NIV"
|
33
|
+
<xsl:with-param name="valor" select="./@NIV"/>
|
34
34
|
</xsl:call-template>
|
35
35
|
<xsl:call-template name="Opcional">
|
36
|
-
<xsl:with-param name="valor" select="./@NumSerie"
|
36
|
+
<xsl:with-param name="valor" select="./@NumSerie"/>
|
37
37
|
</xsl:call-template>
|
38
38
|
<xsl:call-template name="Requerido">
|
39
|
-
<xsl:with-param name="valor" select="./@NumPlacas"
|
39
|
+
<xsl:with-param name="valor" select="./@NumPlacas"/>
|
40
40
|
</xsl:call-template>
|
41
41
|
<xsl:call-template name="Opcional">
|
42
|
-
<xsl:with-param name="valor" select="./@NumMotor"
|
42
|
+
<xsl:with-param name="valor" select="./@NumMotor"/>
|
43
43
|
</xsl:call-template>
|
44
44
|
<xsl:call-template name="Requerido">
|
45
|
-
<xsl:with-param name="valor" select="./@NumFolTarjCir"
|
45
|
+
<xsl:with-param name="valor" select="./@NumFolTarjCir"/>
|
46
46
|
</xsl:call-template>
|
47
47
|
</xsl:template>
|
48
48
|
<xsl:template match="destruccion:InformacionAduanera">
|
49
49
|
<!-- Iniciamos el tratamiento de los atributos de destruccion:InformaciónAduanera-->
|
50
50
|
<xsl:call-template name="Requerido">
|
51
|
-
<xsl:with-param name="valor" select="./@NumPedImp"
|
51
|
+
<xsl:with-param name="valor" select="./@NumPedImp"/>
|
52
52
|
</xsl:call-template>
|
53
53
|
<xsl:call-template name="Requerido">
|
54
|
-
<xsl:with-param name="valor" select="./@Fecha"
|
54
|
+
<xsl:with-param name="valor" select="./@Fecha"/>
|
55
55
|
</xsl:call-template>
|
56
56
|
<xsl:call-template name="Requerido">
|
57
|
-
<xsl:with-param name="valor" select="./@Aduana"
|
57
|
+
<xsl:with-param name="valor" select="./@Aduana"/>
|
58
58
|
</xsl:call-template>
|
59
59
|
</xsl:template>
|
60
|
-
</xsl:stylesheet>
|
60
|
+
</xsl:stylesheet>
|
@@ -0,0 +1,94 @@
|
|
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:consumodecombustibles11="http://www.sat.gob.mx/ConsumoDeCombustibles11">
|
3
|
+
|
4
|
+
<xsl:template match="consumodecombustibles11:ConsumoDeCombustibles">
|
5
|
+
<!--Manejador de nodos tipo ConsumoDeCombustibles-->
|
6
|
+
<xsl:call-template name="Requerido">
|
7
|
+
<xsl:with-param name="valor" select="./@version"/>
|
8
|
+
</xsl:call-template>
|
9
|
+
<xsl:call-template name="Requerido">
|
10
|
+
<xsl:with-param name="valor" select="./@tipoOperacion"/>
|
11
|
+
</xsl:call-template>
|
12
|
+
<xsl:call-template name="Requerido">
|
13
|
+
<xsl:with-param name="valor" select="./@numeroDeCuenta"/>
|
14
|
+
</xsl:call-template>
|
15
|
+
<xsl:call-template name="Opcional">
|
16
|
+
<xsl:with-param name="valor" select="./@subTotal"/>
|
17
|
+
</xsl:call-template>
|
18
|
+
<xsl:call-template name="Requerido">
|
19
|
+
<xsl:with-param name="valor" select="./@total"/>
|
20
|
+
</xsl:call-template>
|
21
|
+
|
22
|
+
<!-- Iniciamos el manejo de los elementos hijo en la secuencia -->
|
23
|
+
<xsl:apply-templates select="./consumodecombustibles11:Conceptos"/>
|
24
|
+
</xsl:template>
|
25
|
+
|
26
|
+
|
27
|
+
<xsl:template match="consumodecombustibles11:Conceptos">
|
28
|
+
<!-- Iniciamos el tratamiento de los atributos de consumodecombustibles:ConceptoConsumoDeCombustibles-->
|
29
|
+
<xsl:for-each select="./consumodecombustibles11:ConceptoConsumoDeCombustibles">
|
30
|
+
<xsl:apply-templates select="."/>
|
31
|
+
</xsl:for-each>
|
32
|
+
|
33
|
+
</xsl:template>
|
34
|
+
|
35
|
+
<!-- Iniciamos el manejo de los elementos hijo en la secuencia ConceptoConsumoDeCombustibles-->
|
36
|
+
<xsl:template match="consumodecombustibles11:ConceptoConsumoDeCombustibles">
|
37
|
+
<!-- Iniciamos el manejo de los nodos dependientes -->
|
38
|
+
<xsl:call-template name="Requerido">
|
39
|
+
<xsl:with-param name="valor" select="./@identificador"/>
|
40
|
+
</xsl:call-template>
|
41
|
+
<xsl:call-template name="Requerido">
|
42
|
+
<xsl:with-param name="valor" select="./@fecha"/>
|
43
|
+
</xsl:call-template>
|
44
|
+
<xsl:call-template name="Requerido">
|
45
|
+
<xsl:with-param name="valor" select="./@rfc"/>
|
46
|
+
</xsl:call-template>
|
47
|
+
<xsl:call-template name="Requerido">
|
48
|
+
<xsl:with-param name="valor" select="./@claveEstacion"/>
|
49
|
+
</xsl:call-template>
|
50
|
+
<xsl:call-template name="Requerido">
|
51
|
+
<xsl:with-param name="valor" select="./@tipoCombustible"/>
|
52
|
+
</xsl:call-template>
|
53
|
+
<xsl:call-template name="Requerido">
|
54
|
+
<xsl:with-param name="valor" select="./@cantidad"/>
|
55
|
+
</xsl:call-template>
|
56
|
+
<xsl:call-template name="Requerido">
|
57
|
+
<xsl:with-param name="valor" select="./@nombreCombustible"/>
|
58
|
+
</xsl:call-template>
|
59
|
+
<xsl:call-template name="Requerido">
|
60
|
+
<xsl:with-param name="valor" select="./@folioOperacion"/>
|
61
|
+
</xsl:call-template>
|
62
|
+
<xsl:call-template name="Requerido">
|
63
|
+
<xsl:with-param name="valor" select="./@valorUnitario"/>
|
64
|
+
</xsl:call-template>
|
65
|
+
<xsl:call-template name="Requerido">
|
66
|
+
<xsl:with-param name="valor" select="./@importe"/>
|
67
|
+
</xsl:call-template>
|
68
|
+
|
69
|
+
<!-- Iniciamos el manejo de los elementos hijo en la secuencia -->
|
70
|
+
<xsl:apply-templates select="./consumodecombustibles11:Determinados"/>
|
71
|
+
|
72
|
+
</xsl:template>
|
73
|
+
|
74
|
+
<xsl:template match="consumodecombustibles11:Determinados">
|
75
|
+
<!-- Iniciamos el tratamiento de los atributos de consumodecombustibles:Determinado-->
|
76
|
+
<xsl:for-each select="./consumodecombustibles11:Determinado">
|
77
|
+
<xsl:apply-templates select="."/>
|
78
|
+
</xsl:for-each>
|
79
|
+
</xsl:template>
|
80
|
+
|
81
|
+
|
82
|
+
<!-- Iniciamos el manejo de los elementos hijo en la secuencia Determinado-->
|
83
|
+
<xsl:template match="consumodecombustibles11:Determinado">
|
84
|
+
<xsl:call-template name="Requerido">
|
85
|
+
<xsl:with-param name="valor" select="./@impuesto"/>
|
86
|
+
</xsl:call-template>
|
87
|
+
<xsl:call-template name="Requerido">
|
88
|
+
<xsl:with-param name="valor" select="./@tasaOCuota"/>
|
89
|
+
</xsl:call-template>
|
90
|
+
<xsl:call-template name="Requerido">
|
91
|
+
<xsl:with-param name="valor" select="./@importe"/>
|
92
|
+
</xsl:call-template>
|
93
|
+
</xsl:template>
|
94
|
+
</xsl:stylesheet>
|
data/lib/cadena/detallista.xslt
CHANGED
data/lib/cadena/divisas.xslt
CHANGED
@@ -1,13 +1,13 @@
|
|
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:divisas="http://www.sat.gob.mx/divisas">
|
3
|
-
<!-- Manejador de nodos tipo divisas:Divisas -->
|
4
|
-
<xsl:template match="divisas:Divisas">
|
5
|
-
<!-- Iniciamos el tratamiento de los atributos de divisas:Divisas -->
|
6
|
-
<xsl:call-template name="Requerido">
|
7
|
-
<xsl:with-param name="valor" select="./@version"/>
|
8
|
-
</xsl:call-template>
|
9
|
-
<xsl:call-template name="Requerido">
|
10
|
-
<xsl:with-param name="valor" select="./@tipoOperacion"/>
|
11
|
-
</xsl:call-template>
|
12
|
-
</xsl:template>
|
13
|
-
</xsl:stylesheet>
|
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:divisas="http://www.sat.gob.mx/divisas">
|
3
|
+
<!-- Manejador de nodos tipo divisas:Divisas -->
|
4
|
+
<xsl:template match="divisas:Divisas">
|
5
|
+
<!-- Iniciamos el tratamiento de los atributos de divisas:Divisas -->
|
6
|
+
<xsl:call-template name="Requerido">
|
7
|
+
<xsl:with-param name="valor" select="./@version"/>
|
8
|
+
</xsl:call-template>
|
9
|
+
<xsl:call-template name="Requerido">
|
10
|
+
<xsl:with-param name="valor" select="./@tipoOperacion"/>
|
11
|
+
</xsl:call-template>
|
12
|
+
</xsl:template>
|
13
|
+
</xsl:stylesheet>
|
data/lib/cadena/donat11.xslt
CHANGED
@@ -1,13 +1,13 @@
|
|
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" 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>
|
@@ -0,0 +1,99 @@
|
|
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:ecc12="http://www.sat.gob.mx/EstadoDeCuentaCombustible12">
|
3
|
+
|
4
|
+
<xsl:template match="ecc12:EstadoDeCuentaCombustible">
|
5
|
+
<!--Manejador de nodos tipo EstadoDeCuentaCombustible-->
|
6
|
+
<xsl:call-template name="Requerido">
|
7
|
+
<xsl:with-param name="valor" select="./@Version"/>
|
8
|
+
</xsl:call-template>
|
9
|
+
<xsl:call-template name="Requerido">
|
10
|
+
<xsl:with-param name="valor" select="./@TipoOperacion"/>
|
11
|
+
</xsl:call-template>
|
12
|
+
<xsl:call-template name="Requerido">
|
13
|
+
<xsl:with-param name="valor" select="./@NumeroDeCuenta"/>
|
14
|
+
</xsl:call-template>
|
15
|
+
<xsl:call-template name="Requerido">
|
16
|
+
<xsl:with-param name="valor" select="./@SubTotal"/>
|
17
|
+
</xsl:call-template>
|
18
|
+
<xsl:call-template name="Requerido">
|
19
|
+
<xsl:with-param name="valor" select="./@Total"/>
|
20
|
+
</xsl:call-template>
|
21
|
+
|
22
|
+
<!-- Iniciamos el manejo de los elementos hijo en la secuencia -->
|
23
|
+
<xsl:apply-templates select="./ecc12:Conceptos"/>
|
24
|
+
</xsl:template>
|
25
|
+
|
26
|
+
|
27
|
+
<xsl:template match="ecc12:Conceptos">
|
28
|
+
<!-- Iniciamos el tratamiento de los atributos de ecc12:ConceptoEstadoDeCuentaCombustible-->
|
29
|
+
<xsl:for-each select="./ecc12:ConceptoEstadoDeCuentaCombustible">
|
30
|
+
<xsl:apply-templates select="."/>
|
31
|
+
</xsl:for-each>
|
32
|
+
|
33
|
+
</xsl:template>
|
34
|
+
|
35
|
+
<xsl:template match="ecc12:Traslados">
|
36
|
+
<!-- Iniciamos el tratamiento de los atributos de ecc12:Traslado-->
|
37
|
+
<xsl:for-each select="./ecc12:Traslado">
|
38
|
+
<xsl:apply-templates select="."/>
|
39
|
+
</xsl:for-each>
|
40
|
+
</xsl:template>
|
41
|
+
|
42
|
+
|
43
|
+
<!-- Iniciamos el manejo de los elementos hijo en la secuencia ConceptoEstadoDeCuentaCombustible-->
|
44
|
+
<xsl:template match="ecc12:ConceptoEstadoDeCuentaCombustible">
|
45
|
+
<!-- Iniciamos el manejo de los nodos dependientes -->
|
46
|
+
<xsl:call-template name="Requerido">
|
47
|
+
<xsl:with-param name="valor" select="./@Identificador"/>
|
48
|
+
</xsl:call-template>
|
49
|
+
<xsl:call-template name="Requerido">
|
50
|
+
<xsl:with-param name="valor" select="./@Fecha"/>
|
51
|
+
</xsl:call-template>
|
52
|
+
<xsl:call-template name="Requerido">
|
53
|
+
<xsl:with-param name="valor" select="./@Rfc"/>
|
54
|
+
</xsl:call-template>
|
55
|
+
<xsl:call-template name="Requerido">
|
56
|
+
<xsl:with-param name="valor" select="./@ClaveEstacion"/>
|
57
|
+
</xsl:call-template>
|
58
|
+
<xsl:call-template name="Requerido">
|
59
|
+
<xsl:with-param name="valor" select="./@Cantidad"/>
|
60
|
+
</xsl:call-template>
|
61
|
+
<xsl:call-template name="Requerido">
|
62
|
+
<xsl:with-param name="valor" select="./@TipoCombustible"/>
|
63
|
+
</xsl:call-template>
|
64
|
+
<xsl:call-template name="Opcional">
|
65
|
+
<xsl:with-param name="valor" select="./@Unidad"/>
|
66
|
+
</xsl:call-template>
|
67
|
+
<xsl:call-template name="Requerido">
|
68
|
+
<xsl:with-param name="valor" select="./@NombreCombustible"/>
|
69
|
+
</xsl:call-template>
|
70
|
+
<xsl:call-template name="Requerido">
|
71
|
+
<xsl:with-param name="valor" select="./@FolioOperacion"/>
|
72
|
+
</xsl:call-template>
|
73
|
+
<xsl:call-template name="Requerido">
|
74
|
+
<xsl:with-param name="valor" select="./@ValorUnitario"/>
|
75
|
+
</xsl:call-template>
|
76
|
+
<xsl:call-template name="Requerido">
|
77
|
+
<xsl:with-param name="valor" select="./@Importe"/>
|
78
|
+
</xsl:call-template>
|
79
|
+
|
80
|
+
<!-- Iniciamos el manejo de los elementos hijo en la secuencia -->
|
81
|
+
<xsl:apply-templates select="./ecc12:Traslados"/>
|
82
|
+
|
83
|
+
</xsl:template>
|
84
|
+
|
85
|
+
<!-- Iniciamos el manejo de los elementos hijo en la secuencia Traslado-->
|
86
|
+
<xsl:template match="ecc12:Traslado">
|
87
|
+
<xsl:call-template name="Requerido">
|
88
|
+
<xsl:with-param name="valor" select="./@Impuesto"/>
|
89
|
+
</xsl:call-template>
|
90
|
+
<xsl:call-template name="Requerido">
|
91
|
+
<xsl:with-param name="valor" select="./@TasaOCuota"/>
|
92
|
+
</xsl:call-template>
|
93
|
+
<xsl:call-template name="Requerido">
|
94
|
+
<xsl:with-param name="valor" select="./@Importe"/>
|
95
|
+
</xsl:call-template>
|
96
|
+
</xsl:template>
|
97
|
+
|
98
|
+
|
99
|
+
</xsl:stylesheet>
|
data/lib/cadena/iedu.xslt
CHANGED
data/lib/cadena/implocal.xslt
CHANGED
@@ -1,39 +1,39 @@
|
|
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:implocal="http://www.sat.gob.mx/implocal">
|
3
|
-
<xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
|
4
|
-
<!-- Manejador de nodos tipo implocal -->
|
5
|
-
<xsl:template match="implocal:ImpuestosLocales">
|
6
|
-
<!--Iniciamos el tratamiento de los atributos de ImpuestosLocales -->
|
7
|
-
<xsl:call-template name="Requerido">
|
8
|
-
<xsl:with-param name="valor" select="./@version"/>
|
9
|
-
</xsl:call-template>
|
10
|
-
<xsl:call-template name="Requerido">
|
11
|
-
<xsl:with-param name="valor" select="./@TotaldeRetenciones"/>
|
12
|
-
</xsl:call-template>
|
13
|
-
<xsl:call-template name="Requerido">
|
14
|
-
<xsl:with-param name="valor" select="./@TotaldeTraslados"/>
|
15
|
-
</xsl:call-template>
|
16
|
-
<xsl:for-each select="implocal:RetencionesLocales">
|
17
|
-
<xsl:call-template name="Requerido">
|
18
|
-
<xsl:with-param name="valor" select="./@ImpLocRetenido"/>
|
19
|
-
</xsl:call-template>
|
20
|
-
<xsl:call-template name="Requerido">
|
21
|
-
<xsl:with-param name="valor" select="./@TasadeRetencion"/>
|
22
|
-
</xsl:call-template>
|
23
|
-
<xsl:call-template name="Requerido">
|
24
|
-
<xsl:with-param name="valor" select="./@Importe"/>
|
25
|
-
</xsl:call-template>
|
26
|
-
</xsl:for-each>
|
27
|
-
<xsl:for-each select="implocal:TrasladosLocales">
|
28
|
-
<xsl:call-template name="Requerido">
|
29
|
-
<xsl:with-param name="valor" select="./@ImpLocTrasladado"/>
|
30
|
-
</xsl:call-template>
|
31
|
-
<xsl:call-template name="Requerido">
|
32
|
-
<xsl:with-param name="valor" select="./@TasadeTraslado"/>
|
33
|
-
</xsl:call-template>
|
34
|
-
<xsl:call-template name="Requerido">
|
35
|
-
<xsl:with-param name="valor" select="./@Importe"/>
|
36
|
-
</xsl:call-template>
|
37
|
-
</xsl:for-each>
|
38
|
-
</xsl:template>
|
39
|
-
</xsl:stylesheet>
|
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:implocal="http://www.sat.gob.mx/implocal">
|
3
|
+
<xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
|
4
|
+
<!-- Manejador de nodos tipo implocal -->
|
5
|
+
<xsl:template match="implocal:ImpuestosLocales">
|
6
|
+
<!--Iniciamos el tratamiento de los atributos de ImpuestosLocales -->
|
7
|
+
<xsl:call-template name="Requerido">
|
8
|
+
<xsl:with-param name="valor" select="./@version"/>
|
9
|
+
</xsl:call-template>
|
10
|
+
<xsl:call-template name="Requerido">
|
11
|
+
<xsl:with-param name="valor" select="./@TotaldeRetenciones"/>
|
12
|
+
</xsl:call-template>
|
13
|
+
<xsl:call-template name="Requerido">
|
14
|
+
<xsl:with-param name="valor" select="./@TotaldeTraslados"/>
|
15
|
+
</xsl:call-template>
|
16
|
+
<xsl:for-each select="implocal:RetencionesLocales">
|
17
|
+
<xsl:call-template name="Requerido">
|
18
|
+
<xsl:with-param name="valor" select="./@ImpLocRetenido"/>
|
19
|
+
</xsl:call-template>
|
20
|
+
<xsl:call-template name="Requerido">
|
21
|
+
<xsl:with-param name="valor" select="./@TasadeRetencion"/>
|
22
|
+
</xsl:call-template>
|
23
|
+
<xsl:call-template name="Requerido">
|
24
|
+
<xsl:with-param name="valor" select="./@Importe"/>
|
25
|
+
</xsl:call-template>
|
26
|
+
</xsl:for-each>
|
27
|
+
<xsl:for-each select="implocal:TrasladosLocales">
|
28
|
+
<xsl:call-template name="Requerido">
|
29
|
+
<xsl:with-param name="valor" select="./@ImpLocTrasladado"/>
|
30
|
+
</xsl:call-template>
|
31
|
+
<xsl:call-template name="Requerido">
|
32
|
+
<xsl:with-param name="valor" select="./@TasadeTraslado"/>
|
33
|
+
</xsl:call-template>
|
34
|
+
<xsl:call-template name="Requerido">
|
35
|
+
<xsl:with-param name="valor" select="./@Importe"/>
|
36
|
+
</xsl:call-template>
|
37
|
+
</xsl:for-each>
|
38
|
+
</xsl:template>
|
39
|
+
</xsl:stylesheet>
|
data/lib/cadena/ine11.xslt
CHANGED
@@ -1,19 +1,19 @@
|
|
1
|
-
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
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:ine="http://www.sat.gob.mx/ine">
|
3
3
|
|
4
4
|
<xsl:template match="ine:INE">
|
5
5
|
<!--Manejador de nodos tipo INE-->
|
6
6
|
<xsl:call-template name="Requerido">
|
7
|
-
<xsl:with-param name="valor" select="./@Version"
|
7
|
+
<xsl:with-param name="valor" select="./@Version"/>
|
8
8
|
</xsl:call-template>
|
9
9
|
<xsl:call-template name="Requerido">
|
10
|
-
<xsl:with-param name="valor" select="./@TipoProceso"
|
10
|
+
<xsl:with-param name="valor" select="./@TipoProceso"/>
|
11
11
|
</xsl:call-template>
|
12
12
|
<xsl:call-template name="Opcional">
|
13
|
-
<xsl:with-param name="valor" select="./@TipoComite"
|
13
|
+
<xsl:with-param name="valor" select="./@TipoComite"/>
|
14
14
|
</xsl:call-template>
|
15
15
|
<xsl:call-template name="Opcional">
|
16
|
-
<xsl:with-param name="valor" select="./@IdContabilidad"
|
16
|
+
<xsl:with-param name="valor" select="./@IdContabilidad"/>
|
17
17
|
</xsl:call-template>
|
18
18
|
|
19
19
|
<!-- Iniciamos el manejo de los elementos hijo en la secuencia -->
|
@@ -25,10 +25,10 @@
|
|
25
25
|
<xsl:template match="ine:Entidad">
|
26
26
|
<!--Manejador de nodos tipo Entidad-->
|
27
27
|
<xsl:call-template name="Requerido">
|
28
|
-
<xsl:with-param name="valor" select="./@ClaveEntidad"
|
28
|
+
<xsl:with-param name="valor" select="./@ClaveEntidad"/>
|
29
29
|
</xsl:call-template>
|
30
30
|
<xsl:call-template name="Opcional">
|
31
|
-
<xsl:with-param name="valor" select="./@Ambito"
|
31
|
+
<xsl:with-param name="valor" select="./@Ambito"/>
|
32
32
|
</xsl:call-template>
|
33
33
|
|
34
34
|
<!-- Iniciamos el tratamiento de los atributos de ine:Contabilidad-->
|
@@ -42,7 +42,7 @@
|
|
42
42
|
<xsl:template match="ine:Contabilidad">
|
43
43
|
<!-- Iniciamos el manejo de los nodos dependientes -->
|
44
44
|
<xsl:call-template name="Requerido">
|
45
|
-
<xsl:with-param name="valor" select="./@IdContabilidad"
|
45
|
+
<xsl:with-param name="valor" select="./@IdContabilidad"/>
|
46
46
|
</xsl:call-template>
|
47
47
|
</xsl:template>
|
48
48
|
|