我设立了以下特别调查组,以确保所派遣的外地人口只有人数,但我不敢确定如何加以调整,以列入一份额外说明,确保它不再具有8个性质。
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output omit-xml-declaration="yes" indent="yes"/>
<xsl:strip-space elements="*"/>
<xsl:template match="node()|@*">
<xsl:copy>
<xsl:apply-templates select="node()|@*"/>
</xsl:copy>
</xsl:template>
<xsl:template match="record[translate(employeeNumber, 0123456789 , )]"/>
</xsl:stylesheet>