专注于互联网--专注于架构

最新标签
网站地图
文章索引
Rss订阅
  一般的Windows环境(Windows 98 SE以上版本)都有一个MSXML环境,以下的asp代码可以运行,但不一定工作,不工作可能是由于样式单是的,而最初环境只支持,所以可能什么也不出来。 <%@ LANGUAGE = JScript %> <% // Set the source and style sheet locations here var sourceFile = Server.MapPath(\"test.xml\"); var styleFile = Server.MapPath(\"test.xsl\"); [阅读全文] [PDF]
标签:msxml4.0 msxml
利用MSXML解析XML文本 、引言 当前Web上流行脚本语言是以HTML为主语言结构HTML是种标记语言而不是种编程语言主要标记是针对显示而不是针对文档内容本身结构描述也就是说机器本身是不能够解析它内容所以就出现了XML语言XML(eXtensible Markup Language)语言是SGML语言子集它保留了SGML主要使用功能同时大大缩减了SGML复杂性XML语言系统建立目就是使它不仅能够表示文档内容而且可以表示文档结构这样在同时能够被人类理解同 [阅读全文] [PDF]
揭开MSXML4.0面纱 时间:2001/05/09 11:09作者:孙中 中国XML联盟   2001年4月16日微软发布了MSXML 解析器4.0技术预览版本比起3.0版本有不少改进地方例如对W3C最新XML Schema推荐建议支持本文将为你总体介绍该版本新特性以及如何在新并列(side-by-side)模式中使用MSXML 4.0MSXML 4.0安装可以在 MSDN _disibledevent=> 在DOM中对XML Schema 定义(XSD [阅读全文] [PDF]
First DOM Walk Working Set Delta prefix = o ns = \"urn:schemas-microsoft-com:office:office\" /> 第次DOM树遍历引起工作空间增量 Walking the DOM tree for the first time has an impact _disibledevent=>在第次遍历DOM树时对工作空间这个度量指标会有定影响树中有些节点会被创建为了介绍说明这点这里提 [阅读全文] [PDF]
Inside MSXML Performance prefix = o ns = \"urn:schemas-microsoft-com:office:office\" /> MSXML性能分析 Chris Lovett Microsoft Corporation February 21, 2000 Download the source code for this article (1.17MB) 下载本文中举例源代码 Contents Me [阅读全文] [PDF]
=gb2312\">创建高效MSXML应用code{font-family:\"courier \";color:#006}pre{font-family:\"courier \";background-color:#e1e1e1;color:#006}a {text-decoration:underline}创建高效MSXML应用原作:Ben Berck 2002.03.06 翻译: _disibledevent=> [阅读全文] [PDF]
小结 The XML team at Microsoft has done some great work to improve the performance of the MSXML parser over the last three releases. They made a major improvement to the scalability of MSXML for the Windows 2000 release, as described at the end of Charlie Heinemann\'s article \"Wha [阅读全文] [PDF]
系列的十:使用IE5浏览XML文件 使用IE5浏览XML文件 你可以使用IE5象浏览其他HTML文件样浏览XML文件 这有几种打开个XML文档思路方法 你可以单击个超联结在地址栏里面直接输入URL 在目录里面双击个XML文档等等 如果你使用IE5打开个XML文档, IE5将显示这个 文档使用展开方式显示根元素和子元素 个加号(+)或减号(-)显示在个XML元素左边 并且点击它们就可以展开或收拢整个树状结构 如果你仅仅是想查看XML源话你可以选择\"View [阅读全文] [PDF]
1 共8条 分1页