Skip to content

Commit

Permalink
ReadMe was updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
codingmag committed May 25, 2016
1 parent 3759935 commit 5b478e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -5,11 +5,17 @@ https://collab365.conferencehosts.com/confs/Summit2016/c365summitbulutay/
WOPIForms is an experimental project which gets use of the Web Application Open Interface that is available in SharePoint 2013 and SharePoint 2016 in order to create a web based viewer for XML typed files in SharePoint libraries.

Funtionality of WOPIForms is pretty straight-forward for ones who are familiar with XML transformation:

1- It reads the XML file which the user clicks on

2- It transforms the XML file to HTML using the specified XSLT

3- It renders the transformed HTML as a form to be filled in.

//TODO:

1- Adding reverse transform capability to retransform the filled in XML form and save it to SharePoint.

2- Validating the version of form with XSD.

3- Getting XSLT and XSD files from the /Forms folder of the related library.

0 comments on commit 5b478e7

Please sign in to comment.