搜索资源列表
TranslateXml
- 一个将XML文件解析成树形结构的小程序。该程序程序采用DOM。-an XML document into a tree structure analysis of small programs. Procedure for the use of DOM.
readxml
- C++ Builder读取XML,并把XML文件解析到树形结构中。
XMLOption
- 对于xml的基本常用操作方法,对于xml的树形结构的操作
Tree2XML
- machine translation,将树形结构转换成XML-machine translation
XMLviewer
- 本源码实现了对XML文档的最基本的读取,把读取后的内容用VS的树形结构进行显示。程序运行的时候需要access数据库。-The source of the XML document to achieve the most basic reading, after reading the contents of the VS with the tree structure display. Program to run when the need to access database.
TreeDiagrams_src
- 这是一个关于将XML文件以树形结构显示出来的实现程序,仅供学习参考适用-This is a document on the XML tree structure to show the realization of procedures, only reference to the application of learning
markupXML
- 利用markup类做的XML文件处理器;用CtreeCTrl和CEdit做的分割窗口;树形结构能和文档内容相连;在edit中有动态菜单,根据需要添加菜单。-Use of XML markup file processor class to do do with CtreeCTrl and CEdit split window tree structure and content of the document can be linked have a dynamic menu in edi
vb
- XML文档的结构是一个树形等级结构。文档必须有一个唯一的根结点,根节点包含所有其它节点。下面我们举一个较为完整的例子-XML document structure is a hierarchical structure tree. Document must have a unique root node, root node contains all the other nodes. Below we give a more complete example
XMLyuanmazi
- XML解析器是用来解析XML数据的程序,它是具有特定编程接口的程序,能把纯文本的XML文件当成一个具有树形结构的对象,然后对其进行操作。 -XML is a data format, a data format requires a parser which will resolve the information for you, XML is no exception. You can use SAX or DOM to build such a parser, certainly mu
LS_XmlDemo
- 自研的一个XML文件读取、写入、访问XML各子节点的程序,可访问XML树形结构,并且可实现对任意节点的修改。-Self-development of an XML file to read, write, visit each child node XML program can access the XML tree structure, and can be modified to achieve any node.
Light_XML_Encoding_deconding
- 将树形数据结构用于最小化 DOM 模型 XML 编解码器的开发。在解析 XML 文本时,基于 Expat 解释器将 XML 字符串构造成树 状结构;编码时构造 DOM 树结构,采用非递归深度优先法遍历树,将其串行化成 XML 串。本编解码器解决了国际化语言关键问题,是 一个通用、高效的工业级 XML 应用支撑模块。-This paper designs a DOM liked tree data structure for developing a minimal DOM based e
