From fa3bf56ca4eb5234044217534cd4c89425d6d5eb Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 12 Sep 2014 18:16:01 +0200 Subject: Added project page for BuildXSLT --- pages/projects/build_xslt.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 pages/projects/build_xslt.md (limited to 'pages') diff --git a/pages/projects/build_xslt.md b/pages/projects/build_xslt.md new file mode 100644 index 0000000..ba4fbbb --- /dev/null +++ b/pages/projects/build_xslt.md @@ -0,0 +1,43 @@ +# BuildXSLT + +…is a simple XSLT build system for InputXSLT based applications. + +It aims to provide a foundation for building more complex applications such as a fully fledged [static site generator] by enabling users to define _XML Makefiles_ instead of manually calling single [InputXSLT] transformations. + +The source code of BuildXSLT is available on both my [Github] profile and [cgit]. + +## Current features + +* processing tasks contained within _XML Makefiles_ +* generating single transformations +* generating chained transformations +* using files or embedded XML-trees as transformation input + +## Usage example + +While BuildXSLT offers enough flexibility for all kinds of different XSLT based generation tasks it was specifically built to cater for the requirements of the [static site generator] this site is built with. As such its _XML Makefile_ makes for the best demonstration of what one can do with BuildXSLT: + +~~~ + + + + + source + target + + + + + detail/list.xsl + detail/plan.xsl + detail/process.xsl + detail/summarize.xsl + + +~~~ +{: .language-xsl} + +[InputXSLT]: /page/input_xslt/ +[static site generator]: https://github.com/KnairdA/blog.kummerlaender.eu/ +[Github]: https://github.com/KnairdA/BuildXSLT/ +[cgit]: http://code.kummerlaender.eu/BuildXSLT/ -- cgit v1.2.3