1<?xml version="1.0" encoding="UTF-8"?> 2<axsl:stylesheet xmlns:axsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 3<axsl:template match="h1"><axsl:apply-templates/></axsl:template> 4</axsl:stylesheet>
1<?xml version="1.0" encoding="UTF-8"?> 2<axsl:stylesheet xmlns:axsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 3<axsl:template match="h1"><axsl:apply-templates/></axsl:template> 4</axsl:stylesheet>