noresources/ns-xml

A collection of XML-based tools to generate source code and programs

Installs: 89

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

Language:XSLT

Type:project

v1.6.3 2024-04-06 09:52 UTC

README

A collection of XML-based tools to generate source code and programs

ns-xml components

Program interface definition framework

Generation of command line option parser, usage string, bash completion file etc. from a single XML description of a program interface (options, positional arguments & subcommands)

XSH - XML shell script

A basic XML structure to write reusable and portable UNIX shell script code across interpreters (bash, zsh, ksh)

XSLT stylesheet library

Various XSLT stylesheet to generate code and documents

See the online documentation

Source structure

  • ns The source directory
    • sh UNIX shellscript tools to build program parser etc.
    • xbl XBL element library
    • xsh XML shell scripts applications & libraries
    • xsl XSLT stylesheet library* resources Development resources
  • tools Development tools
  • tests Tests for the program interface definition framework
  • scripts Scripts & configurations files for IDE (mostly for Eclipse)