1 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
2 xmlns:m="http://www.w3.org/1998/Math/MathML"
3 xmlns:xlink="http://www.w3.org/1999/xlink">
7 <xsl:template match="/">
8 <xsl:apply-templates select="*"/>
11 <xsl:template match="*|@*|text()">
13 <xsl:apply-templates select="*|@*|text()"/>
18 <xsl:template match="body">
19 <xsl:for-each select="Node">
20 <xsl:attribute name="child" select="1"/>
21 <xsl:attribute name="brother" select="2"/>