以文本方式查看主题

-  中文XML论坛 - 专业的XML技术讨论区  (http://bbs.xml.org.cn/index.asp)
--  『 XSL/XSLT/XSL-FO/CSS 』  (http://bbs.xml.org.cn/list.asp?boardid=8)
----  我要用XSLT把XML文件转化成HTML,求高手帮忙写下XSLT程序~!  (http://bbs.xml.org.cn/dispbbs.asp?boardid=8&rootid=&id=75012)


--  作者:wjj0322
--  发布时间:5/23/2009 1:37:00 PM

--  我要用XSLT把XML文件转化成HTML,求高手帮忙写下XSLT程序~!
我要用XSLT 转换一个 XML文件,求高手帮忙写下XSLT程序~!

XML文件如下,我要用XSLT写个把下面XML文件变成 一个    查询资料  形式的框框控件的 程序,求高手帮忙~!!
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="XSLTFile1.xsl"?>
<survey name = "Example Survey">
  <question type = "text" name = "Name" />
  <question type = "text" name = "Industry" />
  <question type = "radio" name ="Education">
    <choice value = "Junior High School"/>
  <choice value = "High school" />
  <choice value = "University" />
  </question>
  <question type = "dropdownlist" name = "Income">
   <select value = "less than 1000" />
   <select value = "between 1000 and 2000" />
   <select value = "more than 2000" />
  </question>
</survey>
QQ;602664382 全天在线,我这里还有个图 最终要把XSLT样式表写成我的那个图的样子~!


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