xsl:template匹配中的规则表达式

时间:2018-08-14 08:21:04

标签: xml xslt

我需要一些旧版xsl的帮助。我有以下代码:

<xsl:template match="Distribution_Line114_Col00| Distribution_Line114_Col01|Distribution_Line114_Col02|Distribution_Line114_Col03|Distribution_Line114_Col04|Distribution_Line114_Col05|Distribution_Line114_Col06|Distribution_Line114_Col07|Distribution_Line114_Col08|Distribution_Line114_Col09">   
    <xsl:copy use-attribute-sets="NotesColumn8">
        <xsl:apply-templates select="@*|node()" />
    </xsl:copy>
</xsl:template>

从“ Distribution_Line00_Col00”到“ Distribution_Line250_Col09”一直如此。

如何在xsl中重写它?

0 个答案:

没有答案