Skip to content
forked from Roenbaeck/sisula

sisula, short for "simple substitution language", is a language for producing text output from XML input.

License

Notifications You must be signed in to change notification settings

mwidmeyer/sisula

 
 

Repository files navigation

sisula

sisula, short for "simple substitution language", is a language for producing text output from XML input.

The current version is built in JScript and should run using the Windows Scripting Host in any Windows version from the last decade. There are no special requirements or dependencies.

ETL

The ETL branch contains an SQL driven ELT framework for data warehouse automation. This framework can be used with SQL Server and is particularly useful for Anchor Modeling. There is a playlist of video tutorials on how to use it available here: https://www.youtube.com/playlist?list=PLG6-3kKEOyYlWEaEFzhcARtjqHU6zn1cH

Sisulator

The sisulator takes an XML file as input and converts this into a JSON-compatible object according to a mapping ruleset. It will then process a number of sisulets as specified in the given directive, which recieve the object as input. The sisulets are parsed and the sisula language substituted to JScript using regular expressions, after which the JScript is evaluated and the output stored.

History

sisula was introduced in Anchor Modeling in order to replace XSLT for producing text output, and a first JavaScript version of the Sisulator is built into its modeling tool. This version is derived from that work.

About

sisula, short for "simple substitution language", is a language for producing text output from XML input.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PLSQL 82.7%
  • JavaScript 13.7%
  • Batchfile 1.3%
  • C# 1.3%
  • XSLT 1.0%