<?xml version='1.0' encoding=“UTF-8”?> <xsl:stylesheet xmlns:xsl=“www.w3.org/1999/XSL/Transform”
xmlns:m="http://www.w3.org/1998/Math/MathML" version='1.0'> <xsl:template match="m:msqrt"> <xsl:text>\sqrt{</xsl:text> <xsl:apply-templates/> <xsl:text>}</xsl:text> </xsl:template>
</xsl:stylesheet>