Open source projects that use XSD

From Code Synthesis Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 08:19, 18 October 2011
Erik Sjölund (Talk | contribs)
(added Percolator to the list of open source projects that use Codesynthesis XSD)
← Previous diff
Revision as of 20:23, 18 October 2011
Sutambe (Talk | contribs)

Next diff →
Line 1: Line 1:
== Open source projects that use Codesynthesis XSD == == Open source projects that use Codesynthesis XSD ==
* [http://per-colator.com percolator] An analyzer of biological mass spec data. License: Apache License version 2. It uses the streaming functionality in Codesynthesis XSD to read big XML files. CMake is used to build binaries for the platforms: Linux, MacOS and Windows. NSIS is used for Windows packaging. The code is available at [https://github.com/percolator/percolator/blob/master/src/converters/CMakeLists.txt github]. * [http://per-colator.com percolator] An analyzer of biological mass spec data. License: Apache License version 2. It uses the streaming functionality in Codesynthesis XSD to read big XML files. CMake is used to build binaries for the platforms: Linux, MacOS and Windows. NSIS is used for Windows packaging. The code is available at [https://github.com/percolator/percolator/blob/master/src/converters/CMakeLists.txt github].
 +
 +*[http://www.dre.vanderbilt.edu/LEESA/index.html LEESA]: Language for Embedded quEry and traverSAl: LEESA is a domain-specific embedded language (DSEL) in C++ to write declarative traversals over typed object structures, such as an XSD-generated object model. LEESA provides a powerful notation for writing xpath-like queries (e.g., child axis, descendants, and wildcards) without relying on string-encoded xpath queries.

Revision as of 20:23, 18 October 2011

Open source projects that use Codesynthesis XSD

  • percolator An analyzer of biological mass spec data. License: Apache License version 2. It uses the streaming functionality in Codesynthesis XSD to read big XML files. CMake is used to build binaries for the platforms: Linux, MacOS and Windows. NSIS is used for Windows packaging. The code is available at github.
  • LEESA: Language for Embedded quEry and traverSAl: LEESA is a domain-specific embedded language (DSEL) in C++ to write declarative traversals over typed object structures, such as an XSD-generated object model. LEESA provides a powerful notation for writing xpath-like queries (e.g., child axis, descendants, and wildcards) without relying on string-encoded xpath queries.
Personal tools