845 projects tagged "XML"
The cdcat is a graphical (Qt based) multi-platform catalog program that scans the directories/drives you want and memorizes the filesystem (including the tags of MP3s) and stores it in a small file. The database is stored in a gzipped XML format, so you can hack it, or use it if necessary. Cdcat can store the contents of some specified files up to a size limit if you want (for example: *.nfo).
TIXI is a fast and simple XML interface library for applications written in C, C++, Fortran, Java, and Python. Although simplified and somewhat restricted compared to a fully-fledged XML processing library, it can create documents, create and delete nodes, and add and remove element attributes. Routines for reading and writing text nodes and nodes holding integer and floating point numbers are included, along with routines that process aggregates of these simple types for the processing of geometric data, multidimensional arrays, or arrays of vectors.
ParaJVE is an advanced emulator for the GCE Vectrex game console (created in 1982 by General Consumer Electric). The emulation is mature enough to deliver a rendering close to the real machine, allowing you to enjoy most of the original games (as well as some extra homebrew ROMs). The emulator packaging is self-sufficient: it contains all the files needed to run the whole set of original vectrex games (including ROMs and hi-quality color overlays) and some additional homebrew games. It is perfectly legal for anybody to download, install and run this software, since the embedded ROMs are either public domain or homebrews whose authors gave written permission to include them in the ParaJVE package.
Alkaline is a PHP content management system (CMS) for creative professionals and small businesses that is designed to be used alone or in conjunction with your own proprietary code. The application handles posts as well as images, and can manage both raster (GIF, JPEG, and PNG) and vector graphics (PDF, SVG). The software features customizable themes, extensions, and more. It can be used by novices (for example, drag-and-drop social network integration) and advanced users (for example, overriding the theme engine). It works with most Web server software, including Apache and Windows Server.
crXml is an all-in-one, easy-to-use XML parser, generator, and editor created using PHP's DOM XML functions. The functionality of this class is similar to simpleXML. It differs from simpleXML in the way in which namespaced nodes are addressed. In simpleXML, namespaced nodes cannot be addressed directly. In this class, a namespaced node can be addressed directly as $crxmlObject->{'prefix:nodeName'}. It can also generate PHP code to access any of the nodes. It can also generate or manipulate any type of XML document. Please check the live demo so that you can try the class without downloading anything.
xsltester is an applet for testing XSL files. It can execute and judge test routines written in XSL templates without another applied XML file. Therefore developers have to create only one testing XSL file for a test. It contains another applet, xslviewer, which can displays an API document for an XSL file. It displays lists of templates (elements), named templates (functions and subroutines), and parameters, and optionally displays test results for each.
Algebraic Modelling System (AMS) is an approach to algebraic model representation that enables the expression and storage of models and their related instance data in a portable XML format. It is also able to convert these models to target modelling languages by use of simple XSL translation stylesheets. By using a representation format that is independent of any particular modelling system, your models become portable to any modelling system. An XML-based format also lends itself more easily to distributed computing, Web services, and other enterprise-level computing solutions.
XML Parsing in Java Kit is an Eclipse plug-in composed of three parts: cheat sheets, visual XPath, and XML templates. The cheat sheets describe Parsing XML in Java, with descriptions of using the DOM parser, validating documents, using XPath, character references, etc. An interactive example of using XPath expressions is included. Visual XPath is an XPath expressions visualizer. It lets you evaluate XPath expressions, and highlights the corresponding parts of the XML document of your choice in response. The XML templates can be useful for working with XML documents with a Java editor.