diff options
author | Adrian Kummerlaender | 2014-09-14 20:05:31 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2014-09-14 20:05:31 +0200 |
commit | e8c1b77603f3087611108435c0b33c4254468d22 (patch) | |
tree | 0d7f09a66c2582a9a3b2fc9894aa322ab5930198 | |
parent | 8ebea90f5cee70654ab9f1c19ed4f89dfc8ffb25 (diff) | |
download | InputXSLT-e8c1b77603f3087611108435c0b33c4254468d22.tar InputXSLT-e8c1b77603f3087611108435c0b33c4254468d22.tar.gz InputXSLT-e8c1b77603f3087611108435c0b33c4254468d22.tar.bz2 InputXSLT-e8c1b77603f3087611108435c0b33c4254468d22.tar.lz InputXSLT-e8c1b77603f3087611108435c0b33c4254468d22.tar.xz InputXSLT-e8c1b77603f3087611108435c0b33c4254468d22.tar.zst InputXSLT-e8c1b77603f3087611108435c0b33c4254468d22.zip |
Updated README.md to reflect the now non-experimental state
* updated dependencies to mention C++14
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ # InputXSLT -... is a proof-of-concept implementation of external ~~read-only~~ file access functions for XSLT based on Apache [xalan](https://xalan.apache.org/) and [xerces](https://xerces.apache.org/). +…is a Apache [Xalan](https://xalan.apache.org/) and [Xerces](https://xerces.apache.org/) based XSLT extension enabling access to external commands, the filesystem and calling further transformations from inside a transformation. ## Why?! -Contrary to popular opinion I actually like XSLT as a content transformation language and have built - amongst other things - my personal website on top of it. While I used the XSLT based [Symphony CMS](http://www.getsymphony.com/) for that particular endeavour, the intention behind the experiment contained within this repository is to develop XSLT extensions enabling the development of static site generators using XSLT as both a template and application language. +Contrary to popular opinion I actually like XSLT as a content transformation language and have built - amongst other things - my personal website on top of it. While I used the XSLT based [Symphony CMS](http://www.getsymphony.com/) for that particular endeavour, the intention behind this project is to develop XSLT extensions enabling the development of static site generators using XSLT as both a template and application language. ## Current features: @@ -31,7 +31,7 @@ The [new version of my personal blog](https://github.com/KnairdA/blog.kummerlaen ## Requirements: - CMake -- C++ compiler with C++11 support +- C++ compiler with C++14 support - Apache [Xalan](https://xalan.apache.org/) XSLT Processor (preferably built with ICU flags) - Apache [Xerces](https://xerces.apache.org/) XML Library - Boost [Filesystem](http://www.boost.org/doc/libs/1_55_0/libs/filesystem/doc/index.htm) |