在这里显示的html代码tab键缩进八个空格的宽度,怎样缩进四个。
在这里显示的html代码tab键缩进八个空格的宽度,怎样缩进四个。
indent4.xml
<?xml version="1.0" encoding="GB2312"?>
<?xml-stylesheet type="text/xsl" href="indent4.xsl"?>
<htmlCode><![CDATA[
<html>
<body>
<table>
<tr>
<td>___</td>
</tr>
</table>
</body>
</html>
]]></htmlCode>
-----------------------------
indent4.xsl
<?xml version="1.0" encoding="gb2312"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format">
<xsl:template match="/">
<pre>
在这里显示的html代码tab键缩进八个空格的宽度,怎样缩进四个。
<xsl:value-of select="htmlCode"/>
</pre>
</xsl:template>
</xsl:stylesheet>