Simple Project List Software Map

830 projects in result set
LastUpdate: 2012-10-03 21:13

XML parser class

XML parser class is a PHP class that parses arbitrary XML input and builds an array with
the structure of all tag
and data elements. Optionally it can keep track of the positions of each element to locate
elements that may be contextually in error.
Supports a parsed file cache to minimize the overhead of parsing the same file repeatedly.
Optimized parsing of simplified XML (SML) formats ignoring the tag attributes.

(Machine Translation)
LastUpdate: 2011-10-11 11:30

Software Testing Automation Framework

STAF (Software Testing Automation Framework) is a framework designed to improve the level of reuse and automation in test cases and test environments. Its goal is to provide a complete end-to-end automation solution for testers.

(Machine Translation)
LastUpdate: 2003-06-24 14:36

JDiff

JDiff is a JavaDoc doclet that produces an HTML
report of all the packages, classes, methods, and
so on that are different (the "diff" part) between
two Java APIs. It is great for reporting what has
changed between two releases of your product.

(Machine Translation)
LastUpdate: 2013-10-23 00:23

adx

adx is a minimalistic but massively Web-enabled address book that runs completely in your Web browser. It's OS-independent and supports comprehensive details for each contact entry, including user identifiers and profiles for Skype, Twitter, Flickr, Delicious, Facebook, LinkedIn, studiVZ, instant messengers, etc. It supports the hCard and XFN microformats.

(Machine Translation)
LastUpdate: 2007-02-05 00:09

Cameleon for OCaml

Cameleon is an integrated development environment for Objective Caml and eventually other languages. Its features include a graphical user interface, configuration management based on CVS, easy access to and browsing of documentation, various editors, customizable file types, a plug-in architecture, and a highly customizable interface.

(Machine Translation)
LastUpdate: 2010-04-28 08:45

Xerces-C++

Xerces C++ is a validating XML parser written in a portable subset of C++. The parser was designed with high performance, modularity, and scalability in mind. It provides DOM, SAX, and SAX2 APIs and supports validation of XML documents against DTD and W3C XML schema.

(Machine Translation)
LastUpdate: 2006-11-24 03:08

jsXe

jsXe is the Java Simple XML Editor. Its aim is to provide a framework for XML editing through any number of views that can be loaded at runtime as plugins.

(Machine Translation)
LastUpdate: 2005-02-25 18:06

The coWiki Project

coWiki is a sophisticated but easy-to-use Web collaboration tool that
helps you and your coworkers create and organize Web documents,
Weblogs, and knowledgebases (or any other document structures)
directly in HTML browsers. You can evolve ideas and gain a concomitant
XML documentation of your brainstorming without having to concentrate
on complicated structural syntaxes. coWiki follows the tradition of
loose Wiki Wiki Webs with easy and intuitional markup, adding Unixlike
access management, a directory/document hierarchy, and a plugin API
for your functionalities and enhancements. It is template-based and
multilingual.

(Machine Translation)
LastUpdate: 2004-11-01 22:48

AntFlow

AntFlow builds upon Apache Ant to provide a new
approach to simplifying system automation that
uses pipelines of hot folders chained together to
perform a given task. Using XML, it associates an
automated task such as data transfer, encryption,
or XML processing with a directory on the local
system. Whenever a file is copied or written into
the hot folder, the associated task is executed
and the file is moved to the next hot folder in
the pipeline for further processing.

(Machine Translation)
LastUpdate: 2014-04-22 13:46

webStraktor

webStraktor is a programmable World Wide Web data extraction client. It features a scripting language to facilitate the collection, extraction, and storage of information available on the Web, including images. The scripting language uses elements of regular expression and XPath syntax. The standard webStraktor output format is XML based, either in ASCII, UTF-8, or ISO-8859-1 (Latin1). It adheres to the Robots Exclusion Protocol and can be configured to operate anonymously by connecting through proxy servers. Exhaustive logging and tracing information are provided.

(Machine Translation)
LastUpdate: 2013-05-12 01:54

Snippetory

Snippetory is a general Java template engine based on passive templates. In passive templates, template code and logic are clearly separated from each other. The templates contains very simple mark up. By removing logic, templates are directly accessible, fully parametrized, and free of context, and can easily be reused. Navigation, code competition, and structuring of the code with methods and classes are supported.

(Machine Translation)
LastUpdate: 2004-09-09 22:36

DOMC

DOMC is a lightweight implementation of the
Document Object Model (DOM) in ANSI C as specified
in the W3C DOM Core Level 1 recommendation. When
coupled with the Expat XML Parser Toolkit, DOMC
can load, store, build, and directly manipulate
XML documents represented as a tree in memory.

(Machine Translation)
LastUpdate: 2004-05-28 08:34

Beautiful Soup

Beautiful Soup is a self-contained parser that makes screen-scraping easy. It parses both good and bad HTML and XML and offers methods for traversing the parse tree and extracting specific parts of a document.

LastUpdate: 2005-08-10 08:50

Orangevolt XSLT Plugin for Eclipse

The Orangevolt XSLT Plugin for Eclipse provides XSLT support to the Eclipse platform. It is the Eclipse-based successor of the Java/Swing-based ROXES XmlWrite XSLT editing environment. It provides many great enhancements when working with XML inside Eclipse. It implements XSLT launch configurations, XML editor enhancements, configurable XML outlines, an xpath navigator view, and more.

LastUpdate: 2013-11-30 03:02

Simple DocBook Processor

SDoP (Simple DocBook Processor) reads a DocBook XML file, processes it into typeset pages, and outputs the result as PostScript (which can easily be converted to a PDF). It is "simple" because it supports only a subset of DocBook, and also because it does not make use of a DTD or stylesheets or any other heavyweight apparatus. It is a single program. SDoP is used to format the Exim reference manual.