XSL filter

This commit is contained in:
dotmg 2025-08-27 15:22:08 +02:00
parent 8f05a546e6
commit 22836a9206
2 changed files with 2 additions and 7 deletions

View file

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<container>
<rootfiles>
<rootfile full-path="18.xml" media-type="application/vnd.recordare.musicxml+xml"/>
</rootfiles>
</container>

View file

@ -21,6 +21,7 @@
</xsl:template> </xsl:template>
<xsl:template match="appearance"/> <xsl:template match="appearance"/>
<xsl:template match="@font-size"/>
<xsl:template match="text()"> <xsl:template match="text()">
<xsl:value-of select="." /> <xsl:value-of select="." />
@ -57,6 +58,7 @@
select="*|@*|comment()|processing-instruction()|text()" select="*|@*|comment()|processing-instruction()|text()"
/></xsl:copy> /></xsl:copy>
</xsl:template> </xsl:template>
<xsl:template match="part-list"/>
<xsl:template match="score-timewise"> <xsl:template match="score-timewise">
@ -69,7 +71,6 @@
<xsl:apply-templates select="identification"/> <xsl:apply-templates select="identification"/>
<xsl:apply-templates select="defaults"/> <xsl:apply-templates select="defaults"/>
<xsl:apply-templates select="credit"/> <xsl:apply-templates select="credit"/>
<xsl:apply-templates select="part-list"/>
<xsl:for-each select="measure[1]/part"> <xsl:for-each select="measure[1]/part">