XSL filter
This commit is contained in:
parent
8f05a546e6
commit
22836a9206
2 changed files with 2 additions and 7 deletions
|
|
@ -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>
|
||||
|
|
@ -21,6 +21,7 @@
|
|||
</xsl:template>
|
||||
|
||||
<xsl:template match="appearance"/>
|
||||
<xsl:template match="@font-size"/>
|
||||
|
||||
<xsl:template match="text()">
|
||||
<xsl:value-of select="." />
|
||||
|
|
@ -57,6 +58,7 @@
|
|||
select="*|@*|comment()|processing-instruction()|text()"
|
||||
/></xsl:copy>
|
||||
</xsl:template>
|
||||
<xsl:template match="part-list"/>
|
||||
|
||||
<xsl:template match="score-timewise">
|
||||
|
||||
|
|
@ -69,7 +71,6 @@
|
|||
<xsl:apply-templates select="identification"/>
|
||||
<xsl:apply-templates select="defaults"/>
|
||||
<xsl:apply-templates select="credit"/>
|
||||
<xsl:apply-templates select="part-list"/>
|
||||
|
||||
<xsl:for-each select="measure[1]/part">
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue