收藏 分享(赏)

XML编程与应用教程 孙更新 肖红 彭玉忠 答案.doc

上传人:dzzj200808 文档编号:2211665 上传时间:2018-09-05 格式:DOC 页数:31 大小:206KB
下载 相关 举报
XML编程与应用教程 孙更新 肖红 彭玉忠 答案.doc_第1页
第1页 / 共31页
XML编程与应用教程 孙更新 肖红 彭玉忠 答案.doc_第2页
第2页 / 共31页
XML编程与应用教程 孙更新 肖红 彭玉忠 答案.doc_第3页
第3页 / 共31页
XML编程与应用教程 孙更新 肖红 彭玉忠 答案.doc_第4页
第4页 / 共31页
XML编程与应用教程 孙更新 肖红 彭玉忠 答案.doc_第5页
第5页 / 共31页
点击查看更多>>
资源描述

1、答案第一章填空题:1、Internet 中的数据传输 2、SGML 3、电子数据交换 4、HTML 5、XML选择题:1、C 2、ABCD 3、ABCD 4、ABCD 5、ABCD简答题:1、答:XML(Extensible Markup Language,可扩展的标记语言)是一套定义语义标记的规则,这些标记将文档分成许多部件并对这些部件加以标识。它也是元标记语言,可以定义其他与特定领域有关的、语义的、结构化的标记。2、答:相对于其他应用于 EDI 的结构化信息技术而言,XML 的优势如下: 低成本,XML 不需要 VAN 的高额费用,中小企业也用得起。 定制商业规则,XML 允许用户创建自己

2、的商业规则和格式。 容易解释,EDI 需要翻译软件来得到贸易伙伴的信息格式,而 XML 通过免费下载的解析器可以很容易解释 XML 文档,实现这一需求。 平台独立,不管是什么平台,都能进行交易。3、答:XML 的优点表现在以下各方面。(1)更有意义的搜索。数据可通过 XML 进行唯一的标识。没有 XML,搜索软件必须了解每个数据库是如何构建的。这实际上是不可能的,因为每个数据库描述数据的方法都是不同的。有了 XML,情况就完全不同了。例如,学生信息可以按照学号、姓名或其他的标准分类。这样搜索就变得十分方便。(2)开发灵活的 Web 应用软件。数据一旦建立,XML 能被发送到其他应用软件、对象或

3、者中间层服务器做进一步地处理。它也可以被发送到桌面用浏览器浏览。XML 和 HTML、脚本、公共对象模式一起为灵活的三层 Web 应用软件的开发提供了所需的技术。(3)不同来源数据的集成。现在搜索多样的不兼容的数据库实际上是不可能的。XML 能够使不同来源的、结构化的数据很容易地结合在一起。软件代理商可以在中间层服务器上对从后端数据库和其他应用处发来的数据进行集成。然后,数据就能被发送到客户或其他服务器上做进一步的集成、处理和分发。(4)多种应用得到的数据。XML 的扩展性和灵活性允许它描述不同种类应用软件中的数据,从搜索到的 Web 页到数据记录。同时,由于基于 XML 的数据是自我描述的,

4、数据不需要有内部描述就能被交换和处理。(5)本地计算和处理。XML 格式的数据发送给客户后,客户可以用应用软件解析数据并对数据进行编辑和处理。使用者可以用不同的方法处理数据,而不仅仅是显示它。XML 文档对象模式(DOM)允许用脚本或其他编程语言处理数据。数据计算不需要回到服务器就能进行。分离使用者查看数据的界面,使用简单、灵活、开放的格式,可以给 Web 创建功能强大的应用软件,这些软件原来只能建立在高端数据库上。(6)数据的多样显示。数据发到桌面后,能够用多种方式显示。通过以简单、开放、扩展的方式描述结果化的数据,XML 补充了 HTML,被广泛地用来描述使用者界面。HTML 描述数据的外

5、观,而XML 描述数据本身。由于数据显示与内容分开, XML 定义的数据允许指定不同的显示方式,使数据更合理地表现出来。本地的数据能够以客户配置、使用者选择或标准规定的其他方式动态地表现出来。CSS 和 XSL 为数据的显示提供了统一且标准的机制。(7)粒状的更新。通过 XML,数据可以进行粒状的更新。每当一部分数据变化后,不需要重发整个结构化的数据。变化的元素必须从服务器发送给客户,但变化的数据不需要刷新整个使用者的界面就能够显示出来。(8)在 Web 上发布数据。由于 XML 是一个开放的、基于文本的格式。它可以和 HTML 一样使用 HTTP 进行传送,不需要对现存的网络进行改变。(9)

6、升级性。由于 XML 彻底把标识的概念同显示分开,处理者能够在结构化的数据中嵌套程序化的描述,以表明如何显示数据。这是令人难以相信的、强大的机制,它使得客户计算机同使用者间的交互尽可能地减少了,同时减少了服务器的数据交换量和浏览器的响应时间。另外,XML 使个人的数据只能通过更新的布告发生变化,减少了服务器的工作量,大大增强了服务器的升级性能。(10)压缩性。XML 的压缩性能很好,因为用于描述数据结构的标签可以重复使用。 XML 数据是否压缩不仅要根据应用来定,还取决于服务器与客户间数据的传送量。第二章填空题:1、序言 文档元素 2、XML 文档的声明 3、根元素 子元素 属性 4、起始标记

7、 结束标记 5、空元素 仅含子元素的元素选择题:1、B 2、A 3、C 4、 B 5、A简答题:1、答:规则 1:必须有 XML 声明语句;规则 2:注意大小写;规则 3:所有的 XML 文档必须有且只有一个根元素;规则 4:属性值必须使用引号“;规则 5:所有的标识必须有相应的结束标识;规则 6:所有的空标识也必须被关闭;规则 7:标识必须正确嵌套;规则 8:处理空白字符;规则 9:处理特殊字符。2、答:在 XML 中,基本上没有什么保留字,所以我们可以随心所欲的用任何词语来作为元素名称,但是 XML 元素的命名必须遵守下列规范: 1、元素的名字可以包含子母,数字和其他字符。 2、元素的名字

8、不能以数字或者标点符号开头。 3、元素的名字不能以 XML(或者 xml,Xml,xMl.)开头。 4、元素的名字不能包含空格。 5、尽量避免使用“-” , “.”,因为有可能引起混乱。6、元素的命名应该遵循简单易读的原则,例如:是一个不错的名字,而则显得啰嗦了。 7、XML 文档往往都对应着数据表,我们应该尽量让数据库中的字段的命名和相应的XML 文档中的元素的命名保持一致,这样可以方便数据变换。8、非英文/字符/字符串也可以作为 XML 元素的名字,例如 、等,这都是完全合法的名字。但是有一些软件不能很好的支持这种命名,所以我们最好尽量使用英文字母来进行命名。9、在 XML 元素命名中不要

9、使用“:“,因为 XML 命名空间需要用到这个十分特殊的字符。 上机题1、XML 指南XML 入门简介什么是 HTML什么是 XMLXML 语法XML 元素必须有结束标签XML 元素必须正确的嵌套2、1张三32男上海2李四22男北京3、1tom1002mary98第三章填空题:1、XML 文档的结构 2、关键字 文档的根元素名称 可选的标记声明块 3、ELEMENT 4、 必须是唯一的 5、预定义实体 自定义实体选择题:1、A 2、C 3、A 4、A 5、B上机题1、2、Environment ProtectionMaterial waste it means the waste of sub

10、stance or things from which something else can be made. For example, people throw away the used metal products and buy a new one, so the old metal waste accumulates. At last, they become waste. For example, when people finish reading newspaper, the paper will become waste. When the glass is broken,

11、it also becomes waste. Nobody wants to use a broken window or drink with a broken glass or wear a pair of broken glasses. Once it is broken, it becomes waste. The rate of using plastics is increasing day by day. People use plastic bags because they are convenient. When they get home, they throw the

12、plastics way, paying no attention to the environment. The more convenience plastics brings to us, the more plastic waste is produced. This is called “white pollution” as most plastics are white. Some of our products we use every day are made of rubber, just like the tyres and the bottom part of our

13、shoes. Its true that rubber plays an important role in our life. However, it also brings us some trouble when it has been used for a long time and becomes old. The old tyres become waste because it cant break down by nature. This is really a big problem.Protecting the environment is not one persons

14、duty; it depends on all of us. What can we do? Maybe a dozenIn a word, use what can reuse as much as possible. Remember, environment protection is not ones duty!3、 Environment ProtectionMaterial waste it means the waste of substance or things from which something else can be made. For example, peopl

15、e throw away the used metal products and buy a new one, so the old metal waste accumulates. At last, they become waste. For example, when people finish reading newspaper, the paper will become waste. When the glass is broken, it also becomes waste. Nobody wants to use a broken window or drink with a

16、 broken glass or wear a pair of broken glasses. Once it is broken, it becomes waste. The rate of using plastics is increasing day by day. People use plastic bags because they are convenient. When they get home, they throw the plastics way, paying no attention to the environment. The more convenience

17、 plastics brings to us, the more plastic waste is produced. This is called “white pollution” as most plastics are white. Some of our products we use every day are made of rubber, just like the tyres and the bottom part of our shoes. Its true that rubber plays an important role in our life. However,

18、it also brings us some trouble when it has been used for a long time and becomes old. The old tyres become waste because it cant break down by nature. This is really a big problem.Protecting the environment is not one persons duty; it depends on all of us. What can we do? Maybe a dozenIn a word, use

19、 what can reuse as much as possible. Remember, environment protection is not ones duty!第四章填空题:1、schema 元素 2、使用 xmlns 属性所指定的 http:/www.w3.org/2001/XMLSchema 3、simpleType 4、complexType 5、指定该元素在 XML 文档中可以出现的最小次数选择题:1、C 2、A 3、A 4、A 5、B上机题1、2、3、第五章填空题:1、样式表2、CSS 级联样式表 XSL 可扩展样式表3、转化 XML 文档 格式化 XML 文档4、节点

20、集 布尔值 字符串 数值5、xsl:value-of选择题:1、B 2、B 3、D 4、 B 5、A上机题1、1) 、订单信息订单 名称数量城市邮编2) 、订单信息订单 名称数量城市邮编3) 、订单信息订单 名称数量城市邮编2、PRODUCTNAMEfont-family:Arial;font-size:20pt;font-weight:bold;color:red;display:block;padding-top:6pt;padding-bottom:6ptPRICE,DESCRIPTION,QUANTITYfont-family:Arial;font-size:10pt;color:gr

21、een;display:block;padding-top:2pt;padding-bottom:2pt3、产品名:描述:价格:现有量:第六章填空题:1、FOR XML 2、RAW 3、AUTO 4、EXPLICIT 5、sp_xml_preparedocument选择题:1、B 2、A B 3、B 4、A 5、B简答题:1、答:SELECT 语句的 FOR XML 子句支持 4 种 XML 转换模式,分别是RAW、 AUTO、EXPLICIT 或 PATH 模式。2、答:可以通过使用系统存储过程 sp_xml_preparedocument 的 OPENXML 函数把 XML文档中的数据插入

22、数据库。其中系统存储过程 sp_xml_preparedocument 用来创建一个能被插入数据库的 XML 文档的内部表示,该存储过程返回一个可以访问 XML 文档的内部表示的句柄,另一方面,系统存储过程 sp_xml_removedocument 可以用来删除 XML 文档的内部表示。上机题1、打开 IE 浏览器,并在地址栏中输入 URL 查询字符串:http:/localhost/XMLTest?sql=select+*from+student+for+xml+RAWimport org.w3c.dom.*;public class dom public static void main

23、(String args)tryDocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();DocumentBuilder builder=factory.newDocumentBuilder();Document doc=builder.parse(“order.xml“);NodeList nl =doc.getElementsByTagName(“shipTo“);for (int i=0;i/ Summary description for Form1./ public class Form1 : Syst

24、em.Windows.Forms.Formprivate System.Windows.Forms.GroupBox groupBox4;private System.Windows.Forms.Button btn_FindNode;private System.Windows.Forms.TextBox txtElementValue;private System.Windows.Forms.GroupBox groupBox5;private System.Windows.Forms.Button btnDocElement;private System.Windows.Forms.Bu

25、tton btnFirstChild;private System.Windows.Forms.Button btnLastChild;private System.Windows.Forms.Button btnNextSib;private System.Windows.Forms.Button btnParentNode;private System.Windows.Forms.Button btnPrevSib;private System.Windows.Forms.GroupBox groupBox2;private System.Windows.Forms.TextBox txt

26、Results;private System.Windows.Forms.Button btnClose;private System.Windows.Forms.GroupBox groupBox1;private System.Windows.Forms.Button btnMinus;private System.Windows.Forms.Button btnPlus;private System.Windows.Forms.Button btnLoad;private System.Windows.Forms.TextBox txtDocument;private System.Wi

27、ndows.Forms.GroupBox groupBox3;private System.Windows.Forms.Button btnGetByName;private System.Windows.Forms.TextBox txtElement;/ / Required designer variable./ private System.ComponentModel.Container components = null;private XmlDocument doc;private XmlNode currentNode;public Form1()/ Required for

28、Windows Form Designer support/InitializeComponent();/ TODO: Add any constructor code after InitializeComponent call/ / Clean up any resources being used./ protected override void Dispose( bool disposing )if( disposing )if(components != null)components.Dispose();base.Dispose( disposing );/此处省略的为窗体设计器

29、自动生成的代码/ / The main entry point for the application./ STAThreadstatic void Main() Application.Run(new Form1();private void btnPlus_Click(object sender, System.EventArgs e)if (txtDocument.Font.SizeInPoints 8) txtDocument.Font = new Font(“Microsoft Sans Serif“, txtDocument.Font.Size - 2);private void

30、btnLoad_Click(object sender, System.EventArgs e)String fileName = “book.xml“;StreamReader reader = new StreamReader(fileName);txtDocument.Text = reader.ReadToEnd();doc = new XmlDocument();doc.PreserveWhitespace = false;doc.LoadXml(txtDocument.Text);private void btnDocElement_Click(object sender, Sys

31、tem.EventArgs e)XmlNode lastNode;lastNode = currentNode;try currentNode = doc.DocumentElement;txtResults.Text = currentNode.OuterXml;catch (Exception e1)MessageBox.Show (“没有匹配的节点“ + e1.ToString(), “导航出错“, MessageBoxButtons.OK, MessageBoxIcon.Asterisk);currentNode = lastNode;private void btnFirstChil

32、d_Click(object sender, System.EventArgs e)XmlNode lastNode;lastNode = currentNode;try currentNode = currentNode.FirstChild;txtResults.Text = currentNode.OuterXml;catch (Exception e1)MessageBox.Show (“没有匹配的节点“ + e1.ToString(), “导航出错“, MessageBoxButtons.OK, MessageBoxIcon.Asterisk);currentNode = lastN

33、ode;private void btnLastChild_Click(object sender, System.EventArgs e)XmlNode lastNode;lastNode = currentNode;try currentNode = currentNode.LastChild;txtResults.Text = currentNode.OuterXml;catch (Exception e1)MessageBox.Show (“没有匹配的节点“ + e1.ToString(), “导航出错“, MessageBoxButtons.OK, MessageBoxIcon.As

34、terisk);currentNode = lastNode;private void btnNextSib_Click(object sender, System.EventArgs e)XmlNode lastNode;lastNode = currentNode;try currentNode= currentNode.NextSibling;txtResults.Text = currentNode.OuterXml;catch (Exception e1)MessageBox.Show (“没有匹配的节点“ + e1.ToString(), “导航出错“, MessageBoxBut

35、tons.OK, MessageBoxIcon.Asterisk);currentNode = lastNode;private void btnParentNode_Click(object sender, System.EventArgs e)XmlNode lastNode;lastNode = currentNode;try currentNode = currentNode.ParentNode;txtResults.Text = currentNode.OuterXml;catch (Exception e1)MessageBox.Show(“没有匹配的节点“ + e1.ToStr

36、ing(), “导航出错“, MessageBoxButtons.OK, MessageBoxIcon.Asterisk);currentNode = lastNode;private void btnPrevSib_Click(object sender, System.EventArgs e)XmlNode lastNode;lastNode = currentNode;try currentNode = currentNode.PreviousSibling;txtResults.Text = currentNode.OuterXml;catch (Exception e1)Messag

37、eBox.Show (“没有匹配的节点“ + e1.ToString(), “导航出错“, MessageBoxButtons.OK, MessageBoxIcon.Asterisk);currentNode = lastNode;private void btnGetByName_Click(object sender, System.EventArgs e)txtResults.Clear();string strNodes = “;try XmlNodeList elemList = doc.GetElementsByTagName(txtElement.Text);for (int i

38、=0; i / Summary description for Form1./ public class Form1 : System.Windows.Forms.Formprivate System.Windows.Forms.GroupBox groupBox1;private System.Windows.Forms.TextBox txtDocument;private System.Windows.Forms.Button btnLoad;private System.Windows.Forms.GroupBox groupBox2;private System.Windows.Fo

39、rms.Label label1;private System.Windows.Forms.Label label2;private System.Windows.Forms.Button btnGo;private System.Windows.Forms.Button btnClose;private System.Windows.Forms.ComboBox cboNodes;private System.Windows.Forms.ComboBox cboElements;/ / Required designer variable./ private System.Component

40、Model.Container components = null;private System.Windows.Forms.Button btnPlus;private System.Windows.Forms.Button btnMinus;private XmlDocument doc;public Form1()/ Required for Windows Form Designer support/InitializeComponent();/ TODO: Add any constructor code after InitializeComponent call/ / Clean

41、 up any resources being used./ protected override void Dispose( bool disposing )if( disposing )if (components != null) components.Dispose();base.Dispose( disposing );/此处省略的为窗体设计器自动生成的代码/ / The main entry point for the application./ STAThreadstatic void Main() Application.Run(new Form1();private void

42、 btnLoad_Click(object sender, System.EventArgs e) String fileName = “book.xml“;StreamReader reader = new StreamReader(fileName);txtDocument.Text = reader.ReadToEnd();doc = new XmlDocument();doc.PreserveWhitespace = true;doc.LoadXml(txtDocument.Text);cboNodes.Enabled = true;cboNodes.SelectedItem = “E

43、lement“;cboElements.Enabled = true;RefreshList();btnGo.Enabled = true;private void btnClose_Click(object sender, System.EventArgs e) this.Dispose();private void btnGo_Click(object sender, System.EventArgs e) string nodeName = (string)cboNodes.SelectedItem;string elementName = (string)cboElements.Sel

44、ectedItem;if (elementName = “root“ return;NameValue newForm;XmlNode targetNode;switch (nodeName) case “Element“ :newForm = new NameValue(true, true);newForm.ShowDialog();targetNode = doc.SelectSingleNode(“/“ + elementName);XmlNode newElement = doc.CreateElement(newForm.txtName.Text);XmlNode newTextN

45、ode = doc.CreateTextNode(newForm.txtValue.Text);XmlNode whiteSpace = doc.CreateWhitespace(“ “);newElement.AppendChild(newTextNode);targetNode.AppendChild(whiteSpace);targetNode.AppendChild(newElement);txtDocument.Text = doc.OuterXml;RefreshList();break;case “Attribute“ :newForm = new NameValue(true,

46、 true);newForm.ShowDialog();targetNode = doc.SelectSingleNode(“/“ + elementName);XmlAttribute newAttribute = doc.CreateAttribute(newForm.txtName.Text);newAttribute.Value = newForm.txtValue.Text;targetNode.Attributes.Append(newAttribute);txtDocument.Text = doc.OuterXml;break;case “Comment“ :newForm =

47、 new NameValue(false, true);newForm.ShowDialog();if (elementName = “root“) XmlComment newComment = doc.CreateComment(newForm.txtValue.Text);doc.InsertBefore(newComment, doc.DocumentElement); else targetNode = doc.SelectSingleNode(“/“ + elementName);XmlComment newComment = doc.CreateComment(newForm.t

48、xtValue.Text);targetNode.InsertBefore(newComment, targetNode.FirstChild);txtDocument.Text = doc.OuterXml;break;private void RefreshList() cboElements.Items.Clear();cboElements.Items.Add(“root“);XmlNodeList listOfElements = doc.SelectNodes(“/*“);foreach (XmlNode node in listOfElements) cboElements.It

49、ems.Add(node.LocalName);cboElements.SelectedItem = “root“;private void btnPlus_Click(object sender, System.EventArgs e) if (txtDocument.Font.SizeInPoints 8) txtDocument.Font = new Font(“Microsoft Sans Serif“, txtDocument.Font.Size - 2);第六步:在项目中再新添加一个窗体,设计窗体的外观如下图所示:第七步:编写各控件相关的事件触发程序代码,使得代码窗口中的内容如下所示:using System;using System.Drawing;using System.Collections;using System.ComponentModel;usi

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 高等教育 > 大学课件

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报