fdis 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,28 +1,28 @@
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:leyendasFisc="http://www.sat.gob.mx/leyendasFiscales">
3
- <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
4
- <!-- Manejador de nodos tipo leyendasFiscales -->
5
- <xsl:template match="leyendasFisc:LeyendasFiscales">
6
- <!--Iniciamos el tratamiento de los atributos del complemento LeyendasFiscales -->
7
- <xsl:call-template name="Requerido">
8
- <xsl:with-param name="valor" select="./@version"/>
9
- </xsl:call-template>
10
- <!-- Manejo de los atributos de las leyendas Fiscales-->
11
- <xsl:for-each select="./leyendasFisc:Leyenda">
12
- <xsl:apply-templates select="."/>
13
- </xsl:for-each>
14
- </xsl:template>
15
- <!-- Manejador de nodos tipo Información de las leyendas -->
16
- <xsl:template match="leyendasFisc:Leyenda">
17
- <!-- Manejo de los atributos de la leyenda -->
18
- <xsl:call-template name="Opcional">
19
- <xsl:with-param name="valor" select="./@disposicionFiscal"/>
20
- </xsl:call-template>
21
- <xsl:call-template name="Opcional">
22
- <xsl:with-param name="valor" select="./@norma"/>
23
- </xsl:call-template>
24
- <xsl:call-template name="Requerido">
25
- <xsl:with-param name="valor" select="./@textoLeyenda"/>
26
- </xsl:call-template>
27
- </xsl:template>
28
- </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:leyendasFisc="http://www.sat.gob.mx/leyendasFiscales">
3
+ <xsl:output method="text" version="1.0" encoding="UTF-8" indent="no"/>
4
+ <!-- Manejador de nodos tipo leyendasFiscales -->
5
+ <xsl:template match="leyendasFisc:LeyendasFiscales">
6
+ <!--Iniciamos el tratamiento de los atributos del complemento LeyendasFiscales -->
7
+ <xsl:call-template name="Requerido">
8
+ <xsl:with-param name="valor" select="./@version"/>
9
+ </xsl:call-template>
10
+ <!-- Manejo de los atributos de las leyendas Fiscales-->
11
+ <xsl:for-each select="./leyendasFisc:Leyenda">
12
+ <xsl:apply-templates select="."/>
13
+ </xsl:for-each>
14
+ </xsl:template>
15
+ <!-- Manejador de nodos tipo Información de las leyendas -->
16
+ <xsl:template match="leyendasFisc:Leyenda">
17
+ <!-- Manejo de los atributos de la leyenda -->
18
+ <xsl:call-template name="Opcional">
19
+ <xsl:with-param name="valor" select="./@disposicionFiscal"/>
20
+ </xsl:call-template>
21
+ <xsl:call-template name="Opcional">
22
+ <xsl:with-param name="valor" select="./@norma"/>
23
+ </xsl:call-template>
24
+ <xsl:call-template name="Requerido">
25
+ <xsl:with-param name="valor" select="./@textoLeyenda"/>
26
+ </xsl:call-template>
27
+ </xsl:template>
28
+ </xsl:stylesheet>