开源XML数据库-XMLDB
2010-12-28 15:06:51 阿炯

本站赞助商链接,请多关照。

XMLDB 使用了关系型数据库来存储任意的XML文档,因为所采用的存储机制,所以文档的搜索速度特别快,同时执行XSL转换也相当快。XMLDB同时还提供了一个PHP的模块,可以应用在Web应用中,使用lgpl授权。

It provides an xml persistance layer using the postgresql database. It is still by far the fastest library for xml data retrieval and xsl translation. However, it currently has limited search capabilities.

最新版本:0.5


官方主页:http://xmldb.sourceforge.net/