845 projects tagged "XML"
Qexo (Query Expressions for XML Objects aka Kawa-XQuery) is an implementation of W3C's draft XML query language XQuery. XQuery is a high-level expression language whose values are sequences of nodes (as in DOM) and simple values. It includes syntax for embedding XML or HTML results, and a 'for' statement comparable to SQL's 'select'. This implementation uses the Kawa tools to compile XQuery programs to Java bytecodes that can run on any JVM. XQuery programs can run as servlets, as standalone applications, or from the command-line.
OpenTop is a cross-platform, high-performance C++ class library that extends the standard C++ library to provide features similar to (and modelled on) core Java facilities such as resource management, networking, I/O, multi-threading and support for the full Unicode character range. OpenTop also contains a supplementary C++ XML Toolkit which features a SAX-based validating XML parser.
The SODA Native XML Database System is a native XML database that provides efficient management of large amounts of XML data. It is based on a multi-user, client-server architecture with a generic query processing layer that can easily support different query languages. In this lightweight version, user- defined indexes and query optimizations have been removed, however full transaction support (commits and rollbacks) and crash recovery are available.
Rome is a set of Atom/RSS Java utilities that make it easy to work in Java with most syndication formats. It accepts all current flavors of RSS (0.90, 0.91, 0.92, 0.93, 0.94, 1.0, and 2.0) and Atom 0.3 feeds. Rome includes a set of parsers and generators for the various flavors of feeds, as well as converters to convert from one format to another. The parsers can give you back Java objects that are either specific for the format you want to work with, or a generic normalized SyndFeed object that lets you work on with the data without bothering about the underlying format.
Admelix is a live CD distribution based on Ubuntu Linux with tools for business administration. Its main objective is to guide managers of small and medium-size businesses towards GNU/Linux and open source software. In addition to the live CD, the project's Web site provides information about open and free tools for business administration.
WikklyText is a Python-based wiki and modular library for creating custom wikitext rendering applications. Its wikitext engine is compatible with the TiddlyWiki markup language. It functions equally well as a wiki-on-a-stick or as a multiuser wiki behind Apache. It includes a Drupal plugin as well.
XMLFoundation provides a foundation for XML support in an application. However, it is more than just another XML parser. It applies a unique approach to handling XML that allows your application code to focus on the application rather than traversing DOM or subscribing to SAX events. The most unique feature of the XMLFoundation is the object oriented encapsulation that provides XML support in the application layer. XMLFoundation allows you to easily integrate XML with your GUI or with your server objects, and it natively supports COM, DCOM, and CORBA objects.