Skip to content
Snippets Groups Projects
Commit e18d8c68 authored by uwe's avatar uwe
Browse files

commented out static file load

parent 785469ac
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,8 @@ import module namespace ident = "http://bdn.edition.de/intermediate_format/ident ...@@ -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"; 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 :) (: http://localhost:8080/exist/rest/apps/interform/rest/intermediate_format.xql :)
(: :declare variable $doc-path := request:get-parameter("path", ()); :) declare variable $doc-path := request:get-parameter("path", ());
declare variable $doc-path := "/apps/interform/data/sample1.xml"; (:declare variable $doc-path := "/apps/interform/data/sample1.xml";:)
let $doc := doc($doc-path) let $doc := doc($doc-path)
let $preprocessed-data := pre:preprocessing($doc/tei:TEI) let $preprocessed-data := pre:preprocessing($doc/tei:TEI)
return ( return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment