File tree 9 files changed +81
-9
lines changed
9 files changed +81
-9
lines changed Original file line number Diff line number Diff line change 8376
8376
8377
8377
<xsl:variable name="simple-table">
8378
8378
8379
+ <xsl:variable name="table_without_semantic_elements">
8380
+ <xsl:apply-templates mode="update_xml_pres"/>
8381
+ </xsl:variable>
8382
+
8379
8383
<!-- Step 0. replace <br/> to <p>...</p> -->
8380
8384
<xsl:variable name="table_without_br">
8381
- <xsl:apply-templates mode="table-without-br"/>
8385
+ <!-- <xsl:apply-templates mode="table-without-br"/> -->
8386
+ <xsl:apply-templates select="xalan:nodeset($table_without_semantic_elements)" mode="table-without-br"/>
8382
8387
</xsl:variable>
8383
8388
8384
8389
<!-- Step 1. colspan processing -->
14598
14603
<xsl:apply-templates mode="update_xml_pres"/>
14599
14604
</xsl:template>
14600
14605
14606
+ <xsl:template match="*[local-name() = 'semx']">
14607
+ <xsl:apply-templates/>
14608
+ </xsl:template>
14601
14609
<xsl:template match="*[local-name() = 'semx']" mode="update_xml_step1">
14602
14610
<xsl:apply-templates mode="update_xml_step1"/>
14603
14611
</xsl:template>
Original file line number Diff line number Diff line change 8376
8376
8377
8377
<xsl:variable name="simple-table">
8378
8378
8379
+ <xsl:variable name="table_without_semantic_elements">
8380
+ <xsl:apply-templates mode="update_xml_pres"/>
8381
+ </xsl:variable>
8382
+
8379
8383
<!-- Step 0. replace <br/> to <p>...</p> -->
8380
8384
<xsl:variable name="table_without_br">
8381
- <xsl:apply-templates mode="table-without-br"/>
8385
+ <!-- <xsl:apply-templates mode="table-without-br"/> -->
8386
+ <xsl:apply-templates select="xalan:nodeset($table_without_semantic_elements)" mode="table-without-br"/>
8382
8387
</xsl:variable>
8383
8388
8384
8389
<!-- Step 1. colspan processing -->
14598
14603
<xsl:apply-templates mode="update_xml_pres"/>
14599
14604
</xsl:template>
14600
14605
14606
+ <xsl:template match="*[local-name() = 'semx']">
14607
+ <xsl:apply-templates/>
14608
+ </xsl:template>
14601
14609
<xsl:template match="*[local-name() = 'semx']" mode="update_xml_step1">
14602
14610
<xsl:apply-templates mode="update_xml_step1"/>
14603
14611
</xsl:template>
Original file line number Diff line number Diff line change 8376
8376
8377
8377
<xsl:variable name="simple-table">
8378
8378
8379
+ <xsl:variable name="table_without_semantic_elements">
8380
+ <xsl:apply-templates mode="update_xml_pres"/>
8381
+ </xsl:variable>
8382
+
8379
8383
<!-- Step 0. replace <br/> to <p>...</p> -->
8380
8384
<xsl:variable name="table_without_br">
8381
- <xsl:apply-templates mode="table-without-br"/>
8385
+ <!-- <xsl:apply-templates mode="table-without-br"/> -->
8386
+ <xsl:apply-templates select="xalan:nodeset($table_without_semantic_elements)" mode="table-without-br"/>
8382
8387
</xsl:variable>
8383
8388
8384
8389
<!-- Step 1. colspan processing -->
14598
14603
<xsl:apply-templates mode="update_xml_pres"/>
14599
14604
</xsl:template>
14600
14605
14606
+ <xsl:template match="*[local-name() = 'semx']">
14607
+ <xsl:apply-templates/>
14608
+ </xsl:template>
14601
14609
<xsl:template match="*[local-name() = 'semx']" mode="update_xml_step1">
14602
14610
<xsl:apply-templates mode="update_xml_step1"/>
14603
14611
</xsl:template>
Original file line number Diff line number Diff line change 8376
8376
8377
8377
<xsl:variable name="simple-table">
8378
8378
8379
+ <xsl:variable name="table_without_semantic_elements">
8380
+ <xsl:apply-templates mode="update_xml_pres"/>
8381
+ </xsl:variable>
8382
+
8379
8383
<!-- Step 0. replace <br/> to <p>...</p> -->
8380
8384
<xsl:variable name="table_without_br">
8381
- <xsl:apply-templates mode="table-without-br"/>
8385
+ <!-- <xsl:apply-templates mode="table-without-br"/> -->
8386
+ <xsl:apply-templates select="xalan:nodeset($table_without_semantic_elements)" mode="table-without-br"/>
8382
8387
</xsl:variable>
8383
8388
8384
8389
<!-- Step 1. colspan processing -->
14598
14603
<xsl:apply-templates mode="update_xml_pres"/>
14599
14604
</xsl:template>
14600
14605
14606
+ <xsl:template match="*[local-name() = 'semx']">
14607
+ <xsl:apply-templates/>
14608
+ </xsl:template>
14601
14609
<xsl:template match="*[local-name() = 'semx']" mode="update_xml_step1">
14602
14610
<xsl:apply-templates mode="update_xml_step1"/>
14603
14611
</xsl:template>
Original file line number Diff line number Diff line change 8376
8376
8377
8377
<xsl:variable name="simple-table">
8378
8378
8379
+ <xsl:variable name="table_without_semantic_elements">
8380
+ <xsl:apply-templates mode="update_xml_pres"/>
8381
+ </xsl:variable>
8382
+
8379
8383
<!-- Step 0. replace <br/> to <p>...</p> -->
8380
8384
<xsl:variable name="table_without_br">
8381
- <xsl:apply-templates mode="table-without-br"/>
8385
+ <!-- <xsl:apply-templates mode="table-without-br"/> -->
8386
+ <xsl:apply-templates select="xalan:nodeset($table_without_semantic_elements)" mode="table-without-br"/>
8382
8387
</xsl:variable>
8383
8388
8384
8389
<!-- Step 1. colspan processing -->
14598
14603
<xsl:apply-templates mode="update_xml_pres"/>
14599
14604
</xsl:template>
14600
14605
14606
+ <xsl:template match="*[local-name() = 'semx']">
14607
+ <xsl:apply-templates/>
14608
+ </xsl:template>
14601
14609
<xsl:template match="*[local-name() = 'semx']" mode="update_xml_step1">
14602
14610
<xsl:apply-templates mode="update_xml_step1"/>
14603
14611
</xsl:template>
Original file line number Diff line number Diff line change 8376
8376
8377
8377
<xsl:variable name="simple-table">
8378
8378
8379
+ <xsl:variable name="table_without_semantic_elements">
8380
+ <xsl:apply-templates mode="update_xml_pres"/>
8381
+ </xsl:variable>
8382
+
8379
8383
<!-- Step 0. replace <br/> to <p>...</p> -->
8380
8384
<xsl:variable name="table_without_br">
8381
- <xsl:apply-templates mode="table-without-br"/>
8385
+ <!-- <xsl:apply-templates mode="table-without-br"/> -->
8386
+ <xsl:apply-templates select="xalan:nodeset($table_without_semantic_elements)" mode="table-without-br"/>
8382
8387
</xsl:variable>
8383
8388
8384
8389
<!-- Step 1. colspan processing -->
14598
14603
<xsl:apply-templates mode="update_xml_pres"/>
14599
14604
</xsl:template>
14600
14605
14606
+ <xsl:template match="*[local-name() = 'semx']">
14607
+ <xsl:apply-templates/>
14608
+ </xsl:template>
14601
14609
<xsl:template match="*[local-name() = 'semx']" mode="update_xml_step1">
14602
14610
<xsl:apply-templates mode="update_xml_step1"/>
14603
14611
</xsl:template>
Original file line number Diff line number Diff line change 8376
8376
8377
8377
<xsl:variable name="simple-table">
8378
8378
8379
+ <xsl:variable name="table_without_semantic_elements">
8380
+ <xsl:apply-templates mode="update_xml_pres"/>
8381
+ </xsl:variable>
8382
+
8379
8383
<!-- Step 0. replace <br/> to <p>...</p> -->
8380
8384
<xsl:variable name="table_without_br">
8381
- <xsl:apply-templates mode="table-without-br"/>
8385
+ <!-- <xsl:apply-templates mode="table-without-br"/> -->
8386
+ <xsl:apply-templates select="xalan:nodeset($table_without_semantic_elements)" mode="table-without-br"/>
8382
8387
</xsl:variable>
8383
8388
8384
8389
<!-- Step 1. colspan processing -->
14598
14603
<xsl:apply-templates mode="update_xml_pres"/>
14599
14604
</xsl:template>
14600
14605
14606
+ <xsl:template match="*[local-name() = 'semx']">
14607
+ <xsl:apply-templates/>
14608
+ </xsl:template>
14601
14609
<xsl:template match="*[local-name() = 'semx']" mode="update_xml_step1">
14602
14610
<xsl:apply-templates mode="update_xml_step1"/>
14603
14611
</xsl:template>
Original file line number Diff line number Diff line change 8376
8376
8377
8377
<xsl:variable name="simple-table">
8378
8378
8379
+ <xsl:variable name="table_without_semantic_elements">
8380
+ <xsl:apply-templates mode="update_xml_pres"/>
8381
+ </xsl:variable>
8382
+
8379
8383
<!-- Step 0. replace <br/> to <p>...</p> -->
8380
8384
<xsl:variable name="table_without_br">
8381
- <xsl:apply-templates mode="table-without-br"/>
8385
+ <!-- <xsl:apply-templates mode="table-without-br"/> -->
8386
+ <xsl:apply-templates select="xalan:nodeset($table_without_semantic_elements)" mode="table-without-br"/>
8382
8387
</xsl:variable>
8383
8388
8384
8389
<!-- Step 1. colspan processing -->
14598
14603
<xsl:apply-templates mode="update_xml_pres"/>
14599
14604
</xsl:template>
14600
14605
14606
+ <xsl:template match="*[local-name() = 'semx']">
14607
+ <xsl:apply-templates/>
14608
+ </xsl:template>
14601
14609
<xsl:template match="*[local-name() = 'semx']" mode="update_xml_step1">
14602
14610
<xsl:apply-templates mode="update_xml_step1"/>
14603
14611
</xsl:template>
Original file line number Diff line number Diff line change 8376
8376
8377
8377
<xsl:variable name="simple-table">
8378
8378
8379
+ <xsl:variable name="table_without_semantic_elements">
8380
+ <xsl:apply-templates mode="update_xml_pres"/>
8381
+ </xsl:variable>
8382
+
8379
8383
<!-- Step 0. replace <br/> to <p>...</p> -->
8380
8384
<xsl:variable name="table_without_br">
8381
- <xsl:apply-templates mode="table-without-br"/>
8385
+ <!-- <xsl:apply-templates mode="table-without-br"/> -->
8386
+ <xsl:apply-templates select="xalan:nodeset($table_without_semantic_elements)" mode="table-without-br"/>
8382
8387
</xsl:variable>
8383
8388
8384
8389
<!-- Step 1. colspan processing -->
14598
14603
<xsl:apply-templates mode="update_xml_pres"/>
14599
14604
</xsl:template>
14600
14605
14606
+ <xsl:template match="*[local-name() = 'semx']">
14607
+ <xsl:apply-templates/>
14608
+ </xsl:template>
14601
14609
<xsl:template match="*[local-name() = 'semx']" mode="update_xml_step1">
14602
14610
<xsl:apply-templates mode="update_xml_step1"/>
14603
14611
</xsl:template>
You can’t perform that action at this time.
0 commit comments