Don't match nodes without anything

This commit is contained in:
Carol (Nichols || Goulding) 2022-09-13 13:00:12 -04:00 committed by Carol (Nichols || Goulding)
parent af23aac799
commit c2bcf788c0
2 changed files with 2 additions and 2 deletions

View File

@ -238,5 +238,3 @@ Table B-10: Square Brackets
pretending to be collection slicing, using `Range`, `RangeFrom`, `RangeTo`, or
`RangeFull` as the “index” |
Unmatched:

View File

@ -330,6 +330,8 @@
<xsl:text> </xsl:text>
</xsl:template>
<xsl:template match="w:p[not(w:pPr)]" />
<xsl:template match="w:p">
Unmatched: <xsl:value-of select="w:pPr/w:pStyle/@w:val" />
<xsl:text>