Skip to content

tomschr/rngtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Tools for Simplified RNG

License: GPL 3+

Quick Start

Use :program:`rng2srng` to convert any RNG schema into SRNG.

  1. Convert your RNG schema into SRNG:

    $ rng2srng foo.rng > foo.srng
    
  2. To clean up the SRNG, use this stylesheet:

    $ xsltproc --output foo-cleaned.srng xslt/rng-cleanup.xsl foo.srng
    
  3. To create a text output which contains an overview of all attributes and elements, use this stylesheet:

    $ xsltproc --output foo-overview.txt xslt/rng2txt.xsl foo.srng
    

About

Some small tools to deal with Simplified RNG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages