comparison DOCS/xml/ru/html-single.xsl @ 11208:9cc374ec529b

html.xsl ---> html-single.xsl
author diego
date Tue, 21 Oct 2003 13:33:37 +0000
parents 2d677eaa8aaa
children
comparison
equal deleted inserted replaced
11207:e05e51e21806 11208:9cc374ec529b
1 <?xml version="1.0" encoding="ISO-8859-1"?> 1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" 2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
3 version="1.0"> 3 version="1.0">
4 4
5 <xsl:import href="../html.xsl"/> 5 <xsl:import href="../html-single.xsl"/>
6 <xsl:include href="html-common.xsl"/> 6 <xsl:include href="html-common.xsl"/>
7 7
8 </xsl:stylesheet> 8 </xsl:stylesheet>