用C的XML API? [英] XML APIs in C?

查看:114
本文介绍了用C的XML API?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

他们都是这个复杂的? : http://msdn.microsoft.com/en-美国/库/ ms766497(VS.85)的.aspx

Are they all this complex? : http://msdn.microsoft.com/en-us/library/ms766497(VS.85).aspx

只是需要一些基本用C生成XML。

Just need something basic to produce XML in C.

推荐答案

MiniXML 可能是你在做什么寻找,如果你需要一些简单,易行,和C:

MiniXML might be what you're looking for, if you need something simple, easy, and C:

的Mini-XML:轻量级XML库

迷你XML是一种小型的XML库
  你可以用它来读写XML和
  像XML数据文件的
  应用程序而不需要大
  非标准库。唯一的Mini-XML
  需要一个ANSI C编译器兼容
  (GCC的作品,像大多数厂商的ANSI C
  编译器)和化妆计划。

Mini-XML is a small XML library that you can use to read and write XML and XML-like data files in your application without requiring large non-standard libraries. Mini-XML only requires an ANSI C compatible compiler (GCC works, as do most vendors' ANSI C compilers) and a 'make' program.

然而,有一个吨其中的测距中的复杂性和需要。 MiniXML是很好的,因为它并不需要比一个简单的ANSI C编译器的更多。他们中的很多需要其他库,或特定的编译器。

However, there are a ton of them ranging in complexity and needs. MiniXML is nice in that it doesn't require more than a simple Ansi C compiler. A lot of them require other libraries, or specific compilers.

这篇关于用C的XML API?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆