Project

Profile

Help

Support #3903 » suppress-div-indentation-xhtml-method1.xsl

Martin Honnen, 2018-09-13 14:46

 
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
exclude-result-prefixes="#all"
version="3.0">

<xsl:mode on-no-match="shallow-copy"/>

<xsl:output method="xhtml" indent="yes" suppress-indentation="xhtml:div"/>

</xsl:stylesheet>
(2-2/9)