Skip to content
Snippets Groups Projects
Commit 17244010 authored by usikora's avatar usikora :monkey:
Browse files

new version 0.2.2 with slightly modified README

parent 96310e95
No related branches found
No related tags found
No related merge requests found
...@@ -28,8 +28,8 @@ Scripts to convert bdn-TEI into an intermediate-format dealing with reading mark ...@@ -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 - place it in your app somewhere or as suggested here in a subfolder /rest
# Running the conversion # 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") - 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 app context (There is no existence-check yet) - "path" must be a XML-URI existing in your eXist-instance context (There is no existence-check yet)
- wait - wait
# Changes of the Intermediate Format # Changes of the Intermediate Format
......
<?xml version="1.0" encoding="UTF-8"?> <?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> <title>BdN - Intermediate Format</title>
<dependency package="http://exist-db.org/apps/shared"/> <dependency package="http://exist-db.org/apps/shared"/>
</package> </package>
\ No newline at end of file
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