Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Latest commit

 

History

History
39 lines (27 loc) · 1.34 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.34 KB

enketo-xslt-transformer-php Build Status

Enketo XForm to HTML Form transformer using XSLT

Not meant for production. Just a simple demo that can be used for development on enketo-core. It is slow, unsafe, and doesn't handle errors...

###Related Projects

###Installation

  1. apt-get install php5 php5-xsl git
  2. clone this repo git clone https://github.com/MartijnR/enketo-xslt-transformer-php
  3. git submodule update --init
  4. use the built-in webserver for development after installing node.js, npm and running npm install and grunt server
  5. or use e.g. Apache or Nginx
  6. run tests with grunt test
  7. simply drop an XForm in test/form to include all tests on that form!

###Usage

There are three ways to provide an XForm source:

  1. provide queryparameter xform with a url to the source
  2. enter/drag a file in the page input
  3. POST a XForm file as the xform parameter (API call)

###Not included

  • security
  • error handling
  • XSLT feedback messages
  • fix for media labels src link
  • fix for lang attributes (to pass HTML validation - not very important)
  • fix for adding instanceID node