搜索资源列表
rssNewsReader
- 1.left.aspx下部分实现了读取RDF(RDF format feeds,是描述web资源的W3C XML格式)格式的feeds,可点击第三条“RDF Test”进行对比。 RDF与普通XML的主要区别是它的根节点下是<items>,而不是<channel>。 2.运行时,需要根据自己的机子改变RssReader.cs中的 String connStr = @\"Data Source=6998D47256954C1\\SQLEXPRESS
XMLStringlate
- ML DOM (文档对象模型)对象提供了一个标准的方法来操作存储在XML文档中的信息,这就是DOM应用编程接口(API)函数。它是应用程序和XML文档之间的桥梁。DOM包含两个关键的抽象概念:一个是树状的层次结构,另一个是用来表示文档内容和结构的节点集合。树状层次包括了所有节点,节点本身也可以包含其他的节点。这样的好处是可以通过这个层次结构来找到并修改某一特定节点的信息。 微软的MSXML解析器读取一个XML文档,然后把它的内容解析到一个抽象的信息容器中,该信息容器被称为节点(NODES)。这些
CheckBoxTreeView
- 1、实现从xml文件读取并加载到treeview控件 2、实现“选中”、“不选中”、“不确定”三种状态 3、实现节点状态变化后,对业务逻辑的暴露(也就是你选中一个节点后,还想做点其他别的事情) 4、实现节点的动态增加 5、实现多属性的绑定(包括图片和文字) 6、实现checkBox样式的设置 -1, read from a xml file and loaded into the treeview control 2, and " select&qu
XMLForVC
- VC 操作 XML,读取,修改,删除,增加节点等等操作 -xml operat(add,modify,delete,read & etc),VC source code
XmlQuery
- 一个用CSharp编写的关于查询XML数据的例程,示例中实现了XML中各个节点数据的读取。-With the preparation of a CSharp query XML data on the routine, sample achieved in each XML node data to read.
xml_vb
- vb.net读取,写入,删除XML文件节点数据-vb.net delete data XML document nodes
treeView4
- 读取xml文件,处理节点信息,生成treeview-Read xml file, the information processing nodes to generate treeview
treeview2xml
- 将树的节点保存到XML文件中,在程序加载时由重XML文件中读取出来,达到Tree和XML的相互转化。-The Tree node saved to the XML documents, in the program when loading by heavy XML documents read out to the Tree and XML conversion.
myxml2
- VC操作XML文件,XML字符串集。读取XML文件,另存为XML文件。操作XML格式字符串,可以自由读取各节点,属性等。-VC operation XML file, XML string set. Read the XML file as an XML file. Manipulate XML format string, you can freely read node attributes.
XmlSample
- XML使用例子程序,多节点,保存,读取等功能-XML uses the example program, multi-node, save, read
ReadXML
- 读取XML的文件,读取其中的节点,方便操作-Read the XML file, read the node, convenient operation
Delphi_628282
- 用Delphi打开浏览XML格式的数据库型文件用,浏览、打开XML文件,可按照XML的节点自动读取指定内容,示例文件夹的Data目录下,是供测试用的XML文件。有Delphi7的可直接打开FrmBrow.dpr文件重新编译项目源码,然后运行exe文件,打开Data文件夹下的XML文件就可看到数据了。-Open your browser XML format used by Delphi database type files, browse, open the XML file, you can
xml
- 那么我们要读取的值可以理解为一个路径的存档,必须有明确的位置 XML树.取节点值 (“配置/数据1/角色”, 角色),即为读取 配置 里面的“数据1”的角色值,并存放到角色这个变量。 “配置”我们可以理解为一个硬盘的分区,“数据1”可以理解为一个文件夹,角色就是其中我们存放的数据。 可以有很多个“配置”,很多个数据,当然考虑到程序工作速度的问题,一个XML文件还是别存太多数据为妙。 - 可以有很多个“配置”,很多个数据,当然考虑到程序工作速度的问题,一个XML文件还
WinForm_SuperReader_XLS_XML_CSV_XLS
- 本项目使用C#语言编写,winform程序, 演示了如何读取多种类型的数据文件 包含Excel 2007,excel 2003 xml, xls,xlsx,csv, fixed text等多种格式 展示.net XlsxReader方法的使用 展示了.net中操作XML节点的方法-This project uses the c# language, WinForm program Demonstrates how to read multiple types of da
xml
- 简单实用的XML文件字符串解析,读取任意节点值-Simple and practical string parsing XML file, read the value of any node
Xml
- vb操作XML文件实例,分节点读取数据 vb操作XML文件实例,分节点读取数据-Vb operation XML file instance, sub-node to read data
xmlRead
- c#读取XML文件,只是读取遍历节点数据(C# reads the XML file)
XMLUtil
- 挺好用的一款xml读取、匹配节点的工具。(Good to use, a XML read, match the node tool.)
ReadXML
- 导入xml文档,并遍历xml文档,可以搜索xml文档中的节点。(Importing the XML document and traversing the XML document can search the nodes in the XML document.)
XMLSchemeBuilder0327
- 用来选择和打开xml文件以树形图形式展示点击相关节点修改相关属性(It is used to select and open XML files, display in tree form, click relevant nodes, modify related attributes.)