2 <xsl:stylesheet version="2.0"
3 xmlns:xhtml="http://www.w3.org/1999/xhtml"
4 xmlns="http://www.w3.org/1999/xhtml"
5 xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6 xmlns:xs="http://www.w3.org/2001/XMLSchema"
7 exclude-result-prefixes="xhtml xsl xs">
8 <xsl:output method="xml" version="1.0" encoding="UTF-8" doctype-public="-//W3C//DTD XHTML 1.1//EN" doctype-system="http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" indent="yes"/>
9 <xsl:template match="@*|node()">
11 <xsl:apply-templates select="@*|node()"/>
14 <xsl:template match="xhtml:div">
17 <xsl:apply-templates select="@*|node()"/>