Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Tubular

Compare

  No analysis available

Tubular is a Java implementation of an XProc pipeline processor. An XML Pipeline specifies a sequence of operations to be performed on zero or more XML documents. Pipelines generally accept zero or more XML documents as input and produce zero or more XML documents as output. Pipelines are made up ... [More] of simple steps which perform atomic operations on XML documents and constructs similar to conditionals, iteration, and exception handlers which control which steps are executed. Tubular project is applying test-driven development (TDD) principles. Implementation is validated against the test suite from XProc.org. Tubular is implemented with as much immutable objects as possible, in order to facilitate the addition of parallelism support, thus reducing the need for locking mechanisms. [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl

JAXProc

Compare

  Analyzed about 14 hours ago

JAXProc is a common API for XProc pipeline processors. It is similar in its approach to the Java API for XML Processing (JAXP). Using this unique API, client code can easily switch between XProc processor implementations.

801 lines of code

0 current contributors

over 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

xmlcalabash1

Compare

  Analyzed 1 day ago

XML Calabash, an XProc processor

74.1K lines of code

0 current contributors

about 6 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This
Licenses: common_de..., GPL2
Tags xml xproc