SouthAfricaDigitalScience / Project-RASR

The repository to contain the work done during the Sci-GaIA Summer Hackfest to build a web interface to ASR template processing.
Apache License 2.0
0 stars 0 forks source link

Generate XML template with ruby for invenio ingestion #25

Open brucellino opened 8 years ago

brucellino commented 8 years ago

In order to submit a piece of data to Invenio via the REST API, we need to create the relevant XML file. This has to be done programmatically using ruby and Httparty.

After a bit of searching, it looks like nokogiri is a good choice of xml builder to use.

This issue is to make sure we can reproduce the xml template.