快速业务通道

php与XML、XSLT、Mysql的结合运用,代码篇

作者 佚名技术 来源 NET编程 浏览 发布时间 2012-05-25
DW 或 FrontPage XP,制作显示的页面,我做了一个,并提供给大家下载
   
    //我们制作的数据显示页面文件为:browesData.html
    /*
    这是我们平时要显示的数据列表界面
    <html>
    <head>
    <meta http-equiv="Content-Language" content="zh-cn">
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
    <title>数据浏览</title>
    </head>
   
    <body>
    <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
        <tr>
              <td width="21%" align="center" bgcolor="#C0C0C0">代码</td>
              <td width="50%" align="center" bgcolor="#C0C0C0">企业名称</td>
              <td width="29%" align="center" bgcolor="#C0C0C0">电话</td>
        </tr>
        <tr>
              <td width="21%"> </td>
              <td width="50%"> </td>
              <td width="29%"> </td>
        </tr>
    </table>
    </body>
    </html>

   
    */
   
    //我把它加工成一个XSLT格式的HTML文档
    /*
    <?xml version="1.0" encoding="gb2312"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:output method="html" version="1.0" encoding="GB2312" indent="yes" />
    <xsl:template match="/">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
    <title>数据浏览</title>
    </head>
    <body>
    <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
        <tbody>
        <tr>
              <td width="21%" align="center" bg

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号