以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 XSL/XSLT/XSL-FO/CSS 』  (http://bbs.xml.org.cn/list.asp?boardid=8)
----  在网站中怎么应用xml?  (http://bbs.xml.org.cn/dispbbs.asp?boardid=8&rootid=&id=11960)


--  作者:vinep
--  发布时间:11/10/2004 6:15:00 PM

--  在网站中怎么应用xml?
有数据库,不把xml作为数据源,那么xml在网站中应用在哪?
我有一些想法,算是用到XML。
1。如果做内容共享,可以做个RSS。
2。在asp页面中输出xml,再用xsl进行转化,以便于界面的更改
  list.asp


<%
      Set Rs = Server.CreateObject("adodb.recordset")
      .....................

%>
<?xml version="1.0" encoding="gb2312">
<?xml-stylesheet type="text/xsl" href="list.xsl"?>
<book>
<num><%=Rs("id")%></num>
<title><%=Rs("title")%></title>
<author><%=Rs("author")%></author>
</book>

大家有什么看法?


--  作者:vinep
--  发布时间:11/11/2004 12:06:00 PM

--  
为什么我的问题没人回!
W 3 C h i n a ( since 2003 ) 旗 下 站 点
苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
31.250ms