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

version 0.2.5 with namespace changes in some modules

parent e4af0aa5
No related branches found
No related tags found
No related merge requests found
<?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.4" spec="1.0"> <package xmlns="http://expath.org/ns/pkg" name="http://bdn-edition.de/intermediate_format" abbrev="interformat" version="0.2.5" 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
...@@ -17,8 +17,8 @@ xquery version "3.0"; ...@@ -17,8 +17,8 @@ xquery version "3.0";
: @status working : @status working
: @author Uwe Sikora : @author Uwe Sikora
:) :)
module namespace ident="http://bdn.edition.de/intermediate_format/identification"; module namespace ident="http://bdn-edition.de/intermediate_format/identification";
import module namespace markerset = "http://bdn.edition.de/intermediate_format/markerset" at "markerset.xqm"; import module namespace markerset = "http://bdn-edition.de/intermediate_format/markerset" at "markerset.xqm";
declare default element namespace "http://www.tei-c.org/ns/1.0"; declare default element namespace "http://www.tei-c.org/ns/1.0";
......
...@@ -8,7 +8,7 @@ xquery version "3.0"; ...@@ -8,7 +8,7 @@ xquery version "3.0";
: @status working : @status working
: @author Uwe Sikora, Michelles Rodzis : @author Uwe Sikora, Michelles Rodzis
:) :)
module namespace markerset="http://bdn.edition.de/intermediate_format/markerset"; module namespace markerset="http://bdn-edition.de/intermediate_format/markerset";
declare default element namespace "http://www.tei-c.org/ns/1.0"; declare default element namespace "http://www.tei-c.org/ns/1.0";
......
...@@ -10,8 +10,8 @@ xquery version "3.0"; ...@@ -10,8 +10,8 @@ xquery version "3.0";
: @status working : @status working
: @author Uwe Sikora : @author Uwe Sikora
:) :)
module namespace pre="http://bdn.edition.de/intermediate_format/preprocessing"; module namespace pre="http://bdn-edition.de/intermediate_format/preprocessing";
import module namespace whitespace = "http://bdn.edition.de/intermediate_format/whitespace_handling" at "whitespace-handling.xqm"; import module namespace whitespace = "http://bdn-edition.de/intermediate_format/whitespace_handling" at "whitespace-handling.xqm";
declare default element namespace "http://www.tei-c.org/ns/1.0"; declare default element namespace "http://www.tei-c.org/ns/1.0";
......
...@@ -8,8 +8,8 @@ xquery version "3.0"; ...@@ -8,8 +8,8 @@ xquery version "3.0";
: @status working : @status working
: @author Uwe Sikora : @author Uwe Sikora
:) :)
module namespace whitespace="http://bdn.edition.de/intermediate_format/whitespace_handling"; module namespace whitespace="http://bdn-edition.de/intermediate_format/whitespace_handling";
import module namespace pre="http://bdn.edition.de/intermediate_format/preprocessing" at "preprocessing.xqm"; import module namespace pre="http://bdn-edition.de/intermediate_format/preprocessing" at "preprocessing.xqm";
declare default element namespace "http://www.tei-c.org/ns/1.0"; declare default element namespace "http://www.tei-c.org/ns/1.0";
......
...@@ -8,7 +8,7 @@ xquery version "3.0"; ...@@ -8,7 +8,7 @@ xquery version "3.0";
: @status development : @status development
: @author Uwe Sikora : @author Uwe Sikora
:) :)
module namespace output="http://bdn.edition.de/intermediate_format/output_testing"; module namespace output="http://bdn-edition.de/intermediate_format/output_testing";
(:declare default element namespace "http://www.tei-c.org/ns/1.0";:) (:declare default element namespace "http://www.tei-c.org/ns/1.0";:)
declare namespace tei = "http://www.tei-c.org/ns/1.0"; declare namespace tei = "http://www.tei-c.org/ns/1.0";
......
...@@ -10,9 +10,9 @@ xquery version "3.0"; ...@@ -10,9 +10,9 @@ xquery version "3.0";
: @status development : @status development
: @author Uwe Sikora : @author Uwe Sikora
:) :)
module namespace test="http://bdn.edition.de/intermediate_format/unit_testing"; module namespace test="http://bdn-edition.de/intermediate_format/unit_testing";
import module namespace ident = "http://bdn.edition.de/intermediate_format/identification" at "../../../modules/intermediate_format/identification.xqm"; import module namespace ident = "http://bdn-edition.de/intermediate_format/identification" at "../../../modules/intermediate_format/identification.xqm";
declare namespace tei = "http://www.tei-c.org/ns/1.0"; declare namespace tei = "http://www.tei-c.org/ns/1.0";
......
...@@ -4,10 +4,10 @@ xquery version "3.0"; ...@@ -4,10 +4,10 @@ xquery version "3.0";
declare default element namespace "http://www.tei-c.org/ns/1.0"; declare default element namespace "http://www.tei-c.org/ns/1.0";
import module namespace functx = "http://www.functx.com" at "functx.xqm"; import module namespace functx = "http://www.functx.com" at "functx.xqm";
import module namespace markerset = "http://bdn.edition.de/intermediate_format/markerset" at "../modules/intermediate_format/markerset.xqm"; import module namespace markerset = "http://bdn-edition.de/intermediate_format/markerset" at "../modules/intermediate_format/markerset.xqm";
import module namespace pre = "http://bdn.edition.de/intermediate_format/preprocessing" at "../modules/intermediate_format/preprocessing.xqm"; import module namespace pre = "http://bdn-edition.de/intermediate_format/preprocessing" at "../modules/intermediate_format/preprocessing.xqm";
import module namespace ident = "http://bdn.edition.de/intermediate_format/identification" at "../modules/intermediate_format/identification.xqm"; import module namespace ident = "http://bdn-edition.de/intermediate_format/identification" at "../modules/intermediate_format/identification.xqm";
import module namespace test = "http://bdn.edition.de/intermediate_format/unit_testing" at "devel/modules/unittesting.xqm"; import module namespace test = "http://bdn-edition.de/intermediate_format/unit_testing" at "devel/modules/unittesting.xqm";
(:declare namespace target = "http://www.interform.com/target_index"; (:declare namespace target = "http://www.interform.com/target_index";
import module "http://www.interform.com/target_index" at "targetindex.xqm"; import module "http://www.interform.com/target_index" at "targetindex.xqm";
:) :)
......
...@@ -3,7 +3,7 @@ xquery version "3.0"; ...@@ -3,7 +3,7 @@ xquery version "3.0";
declare default element namespace "http://www.tei-c.org/ns/1.0"; declare default element namespace "http://www.tei-c.org/ns/1.0";
import module namespace output = "http://bdn.edition.de/intermediate_format/output_testing" at "devel/modules/outputtesting.xqm"; import module namespace output = "http://bdn-edition.de/intermediate_format/output_testing" at "devel/modules/outputtesting.xqm";
declare namespace tei = "http://www.tei-c.org/ns/1.0"; declare namespace tei = "http://www.tei-c.org/ns/1.0";
(:declare option saxon:output "indent=no";:) (:declare option saxon:output "indent=no";:)
......
xquery version "3.1"; xquery version "3.1";
declare namespace tei = "http://www.tei-c.org/ns/1.0"; declare namespace tei = "http://www.tei-c.org/ns/1.0";
import module namespace pre="http://bdn.edition.de/intermediate_format/preprocessing" at "xmldb:exist:///db/apps/interformat/modules/intermediate_format/preprocessing.xqm"; import module namespace pre="http://bdn-edition.de/intermediate_format/preprocessing" at "xmldb:exist:///db/apps/interformat/modules/intermediate_format/preprocessing.xqm";
import module namespace ident = "http://bdn.edition.de/intermediate_format/identification" at "xmldb:exist:///db/apps/interformat/modules/intermediate_format/identification.xqm"; import module namespace ident = "http://bdn-edition.de/intermediate_format/identification" at "xmldb:exist:///db/apps/interformat/modules/intermediate_format/identification.xqm";
import module namespace config = "http://bdn-edition.de/intermediate_format/config" at "xmldb:exist:///db/apps/interformat/modules/config.xqm"; import module namespace config = "http://bdn-edition.de/intermediate_format/config" at "xmldb:exist:///db/apps/interformat/modules/config.xqm";
import module namespace ifutils="http://bdn.edition.de/intermediate_format/utils" at "xmldb:exist:///db/apps/interformat/modules/ifutils.xqm"; import module namespace ifutils="http://bdn-edition.de/intermediate_format/utils" at "xmldb:exist:///db/apps/interformat/modules/ifutils.xqm";
import module namespace console="http://exist-db.org/xquery/console"; import module namespace console="http://exist-db.org/xquery/console";
(: http://localhost:8080/exist/rest/apps/interformat/rest/intermediate_format.xql :) (: http://localhost:8080/exist/rest/apps/interformat/rest/intermediate_format.xql :)
......
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