diff --git a/README.md b/README.md index 16c70c1bef82bd38e9d3f516d49a7eb36583a712..36b8e7df2640f4a65a589574f939cc6b8a550c11 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ Scripts to convert bdn-TEI into an intermediate-format dealing with reading mark - place it in your app somewhere or as suggested here in a subfolder /rest # Running the conversion - - call intermediate_format.xql via REST with the GET-Parameter "path" (exemplary call: "http://localhost:8080/exist/rest/apps/YOUR_APP/rest/intermediate_format.xql?path=/db/apps/bdn/data/samples/griesbach_full.xml") - - "path" must be a XML-URI existing in your app context (There is no existence-check yet) + - call intermediate_format.xql via REST with the GET-Parameter "path" (exemplary call: http://localhost:8080/exist/apps/interformat/rest/intermediate_format.xql?path=/db/apps/interformat/data/samples/samples4.xml") + - "path" must be a XML-URI existing in your eXist-instance context (There is no existence-check yet) - wait # Changes of the Intermediate Format diff --git a/expath-pkg.xml b/expath-pkg.xml index 9a735fe6346d646e493b78fed189c36a9de1a904..f969412dbd0b544d2cfd9a5e8dba651abd194c6a 100644 --- a/expath-pkg.xml +++ b/expath-pkg.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<package xmlns="http://expath.org/ns/pkg" name="http://bdn-edition.de/intermediate_format" abbrev="interformat" version="0.2.1" spec="1.0"> +<package xmlns="http://expath.org/ns/pkg" name="http://bdn-edition.de/intermediate_format" abbrev="interformat" version="0.2.2" spec="1.0"> <title>BdN - Intermediate Format</title> <dependency package="http://exist-db.org/apps/shared"/> </package> \ No newline at end of file