From e18d8c68410ba728405de533241552bb6b54f64d Mon Sep 17 00:00:00 2001
From: uwe <arokis.u@gmail.com>
Date: Fri, 2 Feb 2018 21:49:13 +0100
Subject: [PATCH] commented out static file load

---
 rest/intermediate_format.xql | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/rest/intermediate_format.xql b/rest/intermediate_format.xql
index 8029efb..50e8c18 100644
--- a/rest/intermediate_format.xql
+++ b/rest/intermediate_format.xql
@@ -9,8 +9,8 @@ import module namespace ident = "http://bdn.edition.de/intermediate_format/ident
 declare option exist:serialize "method=xml media-type=text/xml omit-xml-declaration=no indent=no";
 
 (: http://localhost:8080/exist/rest/apps/interform/rest/intermediate_format.xql :)
-(:   :declare variable $doc-path := request:get-parameter("path", ());   :) 
-declare variable $doc-path := "/apps/interform/data/sample1.xml";
+declare variable $doc-path := request:get-parameter("path", ());    
+(:declare variable $doc-path := "/apps/interform/data/sample1.xml";:)
 let $doc := doc($doc-path)
 let $preprocessed-data := pre:preprocessing($doc/tei:TEI)
 return (
-- 
GitLab