English 中文(简体)
配置文件XML - 图书馆C/C++-Anders, IOS
原标题:Configuration file XML - Parsing Library C/C++ - Android, IOS, Desktop

我有一个大型的C方案,需要向 Java/Obj-C和其他语文传送一些XML档案。 99%的方案业务逻辑是C/C++组合的。 Java, Obj- 我们大家都可以禁止XML,在大多数情况下,I ll正在使用超文本5和Javascript(通过电话交换)来禁止XML。 令人沮丧的那部分是找到一个适当的C或C++图书馆,在每一个平台上进行汇编,并相对直截了当地加以使用。

我先看一下校正。 至少汇编安乐文并非易事,需要ICCU4开展工作。 然后,我检查了Lbroxml,不幸的是,其xml的修改核心最薄弱。

是否有任何人拥有编集或使用的冰箱子。 这支持修改XML档案? 我是否需要关注语言支持(统一编码)?

问题回答

TinyXML seems like the way to go. http://sourceforge.net/projects/tinyxml/

小型,支持树木的改造、树脂8,并易于汇编(对几个档案进行调节,没有平台依赖)。





相关问题
Parse players currently in lobby

I m attempting to write a bash script to parse out the following log file and give me a list of CURRENT players in the room (so ignoring players that left, but including players that may have rejoined)...

How to get instance from string in C#?

Is it possible to get the property of a class from string and then set a value? Example: string s = "label1.text"; string value = "new value"; label1.text = value; <--and some code that makes ...

XML DOM parsing br tag

I need to parse a xml string to obtain the xml DOM, the problem I m facing is with the self closing html tag like <br /> giving me the error of Tag mismatch expected </br>. I m aware this ...

Ruby parser in Java

The project I m doing is written in Java and parsers source code files. (Java src up to now). Now I d like to enable parsing Ruby code as well. Therefore I am looking for a parser in Java that parses ...

Locating specific string and capturing data following it

I built a site a long time ago and now I want to place the data into a database without copying and pasting the 400+ pages that it has grown to so that I can make the site database driven. My site ...

热门标签