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

new version 0.2.4

parent 332e3ead
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,13 @@ This repos contains the BdN IntermediateFormat-conversion Application to produce
- place it in your app somewhere or as suggested here in a subfolder /rest
# Use
- 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
- call the IntermediateFormat API with GET -Parameter `resource`: http://localhost:{PORT}/exist/apps/interformat/rest/convert?resource={RESOURCE-URI}
OR
- call intermediate_format.xql via REST with the GET-Parameter `resource`: http://localhost:{PORT}/exist/rest/apps/interformat/rest/intermediate_format.xql?resource={RESOURCE-URI}
- the resource must be from your eXist-instance context
- If you like to store the result add method=store as get-parameter
# Changes of the Intermediate Format
- note: All changes are done (not quite right) in the tei-namespace!
......
<?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.3" spec="1.0">
<package xmlns="http://expath.org/ns/pkg" name="http://bdn-edition.de/intermediate_format" abbrev="interformat" version="0.2.4" spec="1.0">
<title>BdN - Intermediate Format</title>
<dependency package="http://exist-db.org/apps/shared"/>
</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