mainXPack, an XML SGBD in C++ - Summary

 
 
Membership Info
Group Admin:
1 active member

Group identification
Id: 3519
System Name: xpack
Name: XPack, an XML SGBD in C++
Group Type: non-GNU software and documentation

Search in this Group


 

This group is not part of the GNU Project.

It's developped our own class to XPath (class MXPath), XLST (class MXSlt),... . The reason for that, it's to have the less dependences (with of course Qt share).

At this moment -11 december 2002-, the following XPack parts are made -totally or not-:
- the SOAP basic server;
- the session's manager;
- the manager for users and their rights;
- the MXPath class is stable, but not entirely support the recommendation XPath 1.0;
- some functions to create table, base, connection, user and rights for the latter.

To create table "structure", it's used the dtd (or, to do, the schema) of XML files. The dtd can really exist (in system or public localization) or writed in the create table command.

So, occurences of the table are validate before inserted in the table.

XPack use the following recommandations:
- for SOAP, 1.2 -with only POST http method;
- for XPath, 1.0;

Registration Date: Wed 11 Dec 2002 12:24:41 PM UTC
License: GNU General Public License v2 or later
Development Status: 2 - Pre-Alpha

 

Latest News rss feed

No news found

Quick Overview
 Memberlist (1 member)

Communication Tools
 Mailing Lists (0 public mailing lists)

Development Tools
 Task Manager (open items: 0, total: 0)
 Patch Manager (open items: 0, total: 0)

Back to the top

Powered by Savane 3.13-cf05.
Corresponding source code