夜隼

RYSZ

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html" encoding="utf-8" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
  <xsl:include href="top.xsl"/>
  <xsl:include href="bigcatalog.xsl"/>
  <xsl:include href="/inc/ad/indexad1.xsl"/>
  <xsl:include href="/inc/ad/indexad2.xsl"/>
  <xsl:include href="/inc/search.xsl"/>
  <xsl:include href="/inc/indexcenter.xsl"/>
  <xsl:include href="bottom.xsl"/>
<xsl:template match="/root">
  <html xmlns="http://www.w3.org/1999/xhtml" >
  <head>
  </head>
<body>
        <xsl:call-template name="top"></xsl:call-template>
        <xsl:call-template name="bigcatalog"></xsl:call-template>
        <xsl:call-template name="indexad1"></xsl:call-template>
        <xsl:call-template name="bottom"></xsl:call-template>
</body>
</html>
</template >
</xsl:stylesheet>
posted on 2006-08-18 06:57  夜隼  阅读(320)  评论(0编辑  收藏  举报