You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
392 B

2 weeks ago
<?xml version="1.0" encoding="utf-8" ?>
<xsl:stylesheet version='1.0' xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<!--
配合 xml.aspx 使用表格输出数据的XSLT文件
编制 袁永福 2007-12-28
-->
<xsl:include href="head.xml" />
<xsl:output method='xml' />
<xsl:template match='/'>
<html>
<head>
<title>使用XSLT察看数据</title>
</head>
<body>