(timyXMLisasimplexmlanalyticaltools,ofcourse,youmustbethexmlstandard.TinyXMLisasimple,small,C++XMLparserthatcanbeeasilyintegratedintootherprograms.Inbrief,TinyXMLparsesanXMLdocument,andbuildsfromthataDocumentObjectModel(DOM)thatcanberead,modified,andsaved.XMLstandsforeXtensibleMarkupLanguage.Itallowsyoutocreateyourowndocumentmarkups.WhereHTMLdoesaverygoodjobofmarkingdocumentsforbrowsers,XMLallowsyoutodefineanykindofdocumentmarkup,forexampleadocumentthatdescribesatodolistforanorganizerapplication.XMLisaverystructuredandconvenientformat.AllthoserandomfileformatscreatedtostoreapplicationdatacanallbereplacedwithXML.Oneparserforeverything.)-IMDN开发者社群-imdn.cn"> (timyXMLisasimplexmlanalyticaltools,ofcourse,youmustbethexmlstandard.TinyXMLisasimple,small,C++XMLparserthatcanbeeasilyintegratedintootherprograms.Inbrief,TinyXMLparsesanXMLdocument,andbuildsfromthataDocumentObjectModel(DOM)thatcanberead,modified,andsaved.XMLstandsforeXtensibleMarkupLanguage.Itallowsyoutocreateyourowndocumentmarkups.WhereHTMLdoesaverygoodjobofmarkingdocumentsforbrowsers,XMLallowsyoutodefineanykindofdocumentmarkup,forexampleadocumentthatdescribesatodolistforanorganizerapplication.XMLisaverystructuredandconvenientformat.AllthoserandomfileformatscreatedtostoreapplicationdatacanallbereplacedwithXML.Oneparserforeverything.) - IMDN开发者社群-imdn.cn">
登录
首页 » Visual C++ » tinyxml

tinyxml

于 2008-09-11 发布 文件大小:244KB
0 167
下载积分: 1 下载次数: 0

代码说明:

说明:  timyXML是一个简单的xml解析工具,当然,你的xml必需是标准的。 TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved. XML stands for "eXtensible Markup Language." It allows you to create your own document markups. Where HTML does a very good job of marking documents for browsers, XML allows you to define any kind of document markup, for example a document that describes a "to do" list for an organizer application. XML is a very structured and convenient format. All those random file formats created to store application data can all be replaced with XML. One parser for everything.(timyXML is a simple xml analytical tools, of course, you must be the xml standard. TinyXML is a simple, small, C++ XML parser that can be easily integrated into other programs.In brief, TinyXML parses an XML document, and builds from that a Document Object Model (DOM) that can be read, modified, and saved.XML stands for eXtensible Markup Language. It allows you to create your own document markups. Where HTML does a very good job of marking documents for browsers, XML allows you to define any kind of document markup, for example a document that describes a to do list for an organizer application. XML is a very structured and convenient format. All those random file formats created to store application data can all be replaced with XML. One parser for everything.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • EXCEL002
    对EXCEL的读写操作,可以帮助学习如何通过VC++读写EXCEL(help to learn how to access EXCEL files with VC++)
    2012-02-26 09:32:57下载
    积分:1
  • 多级目录创建 WriteDir_src
    创建多级目录(The example of creating multilevel dir)
    2020-07-28 16:18:40下载
    积分:1
  • DebugScissor
    我想很多程序员都遇到这种情况:新建了很多工程,编译后生成了很多的Debug、Release,想删除的时候一个个文件夹打开,删除,太累啦~~~!!不删又占空间!!我也“深受其害”,今天实在无法忍受了,写个程序,自动删,呵呵。 使用时把它放在你想清理的文件夹里面,运行后它会自动搜索子文件夹,直到完成,使用时请小心,它看见Debug、release就删,呵呵,所以如果不想删除,就不要用这个名字啊!! 主要用了一些文件操作和文件夹操作(I think many programmers have experienced this situation: a lot of new projects has become a much later compiler Debug, Release, would like to delete a folder when opened, deleted, tired啦~ ~ ~! ! Do not cut and space! ! I also " suffer" , this really could not bear, and write a program to automatically delete, huh, huh. Put it in when you want to clean up inside the folder, it will automatically run the search sub-folders until completed, when used with care, it is to see Debug, release on the cut, huh, huh, so if you do not want to delete, do not use name ah! !)
    2009-05-08 20:40:06下载
    积分:1
  • cExcel
    微软的Excel对象模型包括了128个不同的对象,从矩形,文本框等简单的对象到透视表,图表等复杂的对象.下面我们简单介绍一下其中最重要(VC Read Excel)
    2016-05-21 09:42:15下载
    积分:1
  • kaiguand
    开关灯的源文件和帮助文件,实现用代码控制灯泡的开灯关灯(Light switch program)
    2015-12-20 17:34:39下载
    积分:1
  • GuPiaoHangQing
    这是一个记录每天股票开盘,收盘的工具,可以保存每天的数据,同事比较今天和前一天的股票数据(This is a record of daily stock opening and closing of the tool, you can save the data every day, the day before today, and colleagues compared the stock data)
    2010-07-22 00:53:32下载
    积分:1
  • Excelshengcheng
    Excel 读写和生成的工具, 里面包装成了一个读取Excel里面的每一列和每一行的数据方法供参考(Excel literacy and generating tool, inside packaging has become an inside Excel read out each and every line of data for the reference method)
    2006-11-22 10:57:30下载
    积分:1
  • Access-in-and-out-Excel
    VC++中access与excel的交互的实现(VC++ in access and excel interactive )
    2012-12-06 21:58:42下载
    积分:1
  • FileDialog
    由文本读出,并将其16进制内容转化为10进制,最后画曲线显示。(read the HEX data from the file,then change then to BIN format,lastly draw the curve according to the data.)
    2009-02-17 22:31:40下载
    积分:1
  • date
    开始显示速度很慢,要达到5~6秒。开始显示速度很慢,要达到5~6秒。开始显示速度很慢,要达到5~6秒。(Began to show very slow to reach 5 to 6 seconds.Began to show very slow to reach 5 to 6 seconds.Began to show very slow to reach 5 to 6 seconds.)
    2013-12-12 14:23:28下载
    积分:1
  • 696524资源总数
  • 103939会员总数
  • 12今日下载