Projects tagged ‘schema’


[104 total ]

268 Users
   

A Java library for parsing, validating and manipulating XML documents. The latest version released, 2.9.1, provides support for the following standards and APIs: * XML 1.0 (4th Edition) * ... [More] Namespaces in XML 1.0 (2nd Edition) * XML 1.1 (2nd Edition) * Namespaces in XML 1.1 (2nd Edition) * W3C XML Schema 1.0 (2nd Edition) * XInclude 1.0 (2nd Edition) * OASIS XML Catalogs 1.1 * SAX 2.0.2 * DOM Level 3 Core, Load and Save * DOM Level 2 Core, Events, Traversal and Range * JAXP 1.3 [Less]
Created over 3 years ago.

72 Users
   

Xerces-C++ is a validating XML parser written in a portable subset of C++. A shared library is provided for parsing, generating, manipulating, and validating XML documents. Xerces-C++ is faithful to ... [More] the XML 1.0 recommendation and many associated standards. Source code, samples and API documentation are provided with the parser. For portability, care has been taken to make minimal use of templates, no RTTI, and minimal use of #ifdefs. [Less]
Created over 3 years ago.

11 Users

Jifty::DBI is the Perl-based object-relational database framework built for use with the Jifty project. It can be used separately.
Created over 3 years ago.

10 Users
   

The eLesson Markup Language (eLML) is an open source XML framework for creating structured eLessons using XML. Thanks to a clean separation between content and layout eLML lessons can be transformed ... [More] into many different formats and layouts. It supports the following output formats: XHTML, IMS Content Package, SCORM, PDF, LaTeX, Open Document Format (ODF) and DocBook. The framework has been successfully tested with many different LMS like Moodle, OLAT, WebCT/Blackboard and Ilias. A number of tools like the Firedocs eLML Editor to write lessons or the Template Builder to create eLML layout templates are available and help to make eLML one of the best tools to create sustainable e-Learning content. [Less]
Created about 1 year ago.

7 Users
   

XMLBeans is a technology for accessing XML by binding it to Java types. XMLBeans provides several ways to get at the XML, including: * Through XML schema that has been compiled to generate Java ... [More] types that represent schema types. In this way, you can access instances of the schema through JavaBeans-style accessors after the fashion of "getFoo" and "setFoo". The XMLBeans API also allows you to reflect into the XML schema itself through an XML Schema Object model. * A cursor model through which you can traverse the full XML infoset. * Support for XML DOM. [Less]
Created over 3 years ago.

6 Users

South is a database migration framework for Django applications.
Created 10 months ago.

6 Users

SQL::Translator is a group of Perl modules that manipulate structured data definitions (mostly database schemas) in interesting ways, such as converting among different dialects of CREATE syntax ... [More] (e.g., MySQL-to-Oracle), visualizations of schemas (pseudo-ER diagrams: GraphViz or GD), automatic code generation (using Class::DBI), converting non-RDBMS files to SQL schemas (xSV text files, Excel spreadsheets), serializing parsed schemas (via Storable, YAML and XML), creating documentation (HTML and POD), and more. New to version 0.03 is the ability to talk directly to a database through DBI to query for the structures of several databases. [Less]
Created about 1 year ago.

5 Users
 

When you run ./manage.py syncdb, Django will look for any new models that have been defined, and add a database table to represent those new models. However, if you make a change to an existing model ... [More] , ./manage.py syncdb will not make any changes to the database. This is where Django Evolution fits in. Django Evolution is an extension to Django that allows you to track changes in your models over time, and to update the database to reflect those changes. [Less]
Created about 1 year ago.

5 Users
 

Ldap Synchronization Connector (LSC) reads from any data source including databases, LDAP directories or files and transforms and compares this data to an LDAP directory. These connectors can then be ... [More] used to continuously synchronize a data source to a directory, for a one shot import or just to compare differences by outputting CSV or LDIF format reports. LSC offers a powerful transformation engine, based on a scripting language, to easily manipulate data on the fly. Various identity management functions are included for directory-specific compatibility — most notably Active Directory (changing passwords, account status, last logon, etc …). LSC is an open source project written in Java, available under the BSD license. [Less]
Created about 1 year ago.

5 Users
 

The WSO2 Registry is a Web 2.0 style registry and repository for storing resources and metadata. It is designed around community concepts with tags, comments, ratings and users. It is designed to support SOA Governance and control.
Created over 2 years ago.