Skip to content

Commit

Permalink
fixed import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
xianghua committed Jan 22, 2014
1 parent 42a4b1d commit e0316d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webapp/modules/doc_singleView.xql
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ declare namespace response="http://exist-db.org/xquery/response";
declare namespace util="http://exist-db.org/xquery/util";
import module namespace wega="http://xquery.weber-gesamtausgabe.de/modules/wega" at "wega.xqm";
import module namespace xho="http://xquery.weber-gesamtausgabe.de/modules/xho" at "xho.xqm";
import module namespace ajax="http://xquery.weber-gesamtausgabe.de/modules/ajax" at "/db/webapp/xql/modules/ajax.xqm";
import module namespace ajax="http://xquery.weber-gesamtausgabe.de/modules/ajax" at "ajax.xqm";
import module namespace core="http://xquery.weber-gesamtausgabe.de/modules/core" at "core.xqm";

declare option exist:serialize "method=xhtml media-type=text/html indent=no omit-xml-declaration=yes encoding=utf-8 doctype-public=-//W3C//DTD XHTML 1.0 Strict//EN doctype-system=http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";
Expand Down
2 changes: 1 addition & 1 deletion webapp/modules/letter_singleView.xql
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ declare namespace response="http://exist-db.org/xquery/response";
declare namespace util="http://exist-db.org/xquery/util";
import module namespace wega="http://xquery.weber-gesamtausgabe.de/modules/wega" at "wega.xqm";
import module namespace xho="http://xquery.weber-gesamtausgabe.de/modules/xho" at "xho.xqm";
import module namespace ajax="http://xquery.weber-gesamtausgabe.de/modules/ajax" at "/db/webapp/xql/modules/ajax.xqm";
import module namespace ajax="http://xquery.weber-gesamtausgabe.de/modules/ajax" at "ajax.xqm";
import module namespace config="http://xquery.weber-gesamtausgabe.de/modules/config" at "config.xqm";
import module namespace core="http://xquery.weber-gesamtausgabe.de/modules/core" at "core.xqm";

Expand Down

0 comments on commit e0316d7

Please sign in to comment.