1 <?xml version='
1.0'
encoding=
"UTF-8"?>
2 <xsl:stylesheet version=
"1.0"
4 xmlns:
xsl=
"http://www.w3.org/1999/XSL/Transform"
5 xmlns:
p=
"tag:fenglich.fastmail.fm,2007:Pottery"
6 xmlns=
"tag:fenglich.fastmail.fm,2007:Pottery"
7 exclude-result-prefixes=
"p"
11 <xsl:template match=
"p:sample">
13 <xsl:copy-of select=
"@*"/>
14 <xsl:copy-of select=
"p:tile/@*"/>
15 <xsl:copy-of select=
"node()[name() != 'tile']"/>
19 <xsl:template match=
"@*|node()">
21 <xsl:apply-templates select=
"@*|node()"/>
27 vim: et:ts=4:sw=4:sts=4