UIMA-2531
- adapted href uri for additional xml files

git-svn-id: https://svn.apache.org/repos/asf/uima/sandbox/trunk@1423349 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/TextMarker/uima-docbook-textmarker/src/docbook/tools.textmarker.language.xml b/TextMarker/uima-docbook-textmarker/src/docbook/tools.textmarker.language.xml
index a1f80a6..23fcfd0 100644
--- a/TextMarker/uima-docbook-textmarker/src/docbook/tools.textmarker.language.xml
+++ b/TextMarker/uima-docbook-textmarker/src/docbook/tools.textmarker.language.xml
@@ -32,20 +32,20 @@
   </para>

 

   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

-    href=".\language\tools.textmarker.language.syntax.xml" />

+    href="tools.textmarker.language.syntax.xml" />

 

   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

-    href=".\language\tools.textmarker.language.basic_annotations.xml" />

+    href="tools.textmarker.language.basic_annotations.xml" />

   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

-    href=".\language\tools.textmarker.language.quantifier.xml" />

+    href="tools.textmarker.language.quantifier.xml" />

   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

-    href=".\language\tools.textmarker.language.declarations.xml" />

+    href="tools.textmarker.language.declarations.xml" />

   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

-    href=".\language\tools.textmarker.language.expressions.xml" />

+    href="tools.textmarker.language.expressions.xml" />

   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

-    href=".\language\tools.textmarker.language.conditions.xml" />

+    href="tools.textmarker.language.conditions.xml" />

   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"

-    href=".\language\tools.textmarker.language.actions.xml" />

+    href="tools.textmarker.language.actions.xml" />

 

 

   <section id="ugr.tools.tm.language.filtering">

diff --git a/TextMarker/uima-docbook-textmarker/src/docbook/tools.textmarker.workbench.xml b/TextMarker/uima-docbook-textmarker/src/docbook/tools.textmarker.workbench.xml
index c5438ab..9e49a83 100644
--- a/TextMarker/uima-docbook-textmarker/src/docbook/tools.textmarker.workbench.xml
+++ b/TextMarker/uima-docbook-textmarker/src/docbook/tools.textmarker.workbench.xml
@@ -36,23 +36,23 @@
   starts with the installation of the workbench, followed by a description of all its features.

   </para>

 

-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=".\workbench\tools.textmarker.workbench.install.xml" />

+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.textmarker.workbench.install.xml" />

 

-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=".\workbench\tools.textmarker.workbench.overview.xml" />

+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.textmarker.workbench.overview.xml" />

 

-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=".\workbench\tools.textmarker.workbench.projects.xml" />

+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.textmarker.workbench.projects.xml" />

 

-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=".\workbench\tools.textmarker.workbench.tm_perspective.xml" />

+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.textmarker.workbench.tm_perspective.xml" />

   

-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=".\workbench\tools.textmarker.workbench.explain_perspective.xml" />

+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.textmarker.workbench.explain_perspective.xml" />

   

-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=".\workbench\tools.textmarker.workbench.query.xml" />

+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.textmarker.workbench.query.xml" />

   

-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=".\workbench\tools.textmarker.workbench.testing.xml" />

+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.textmarker.workbench.testing.xml" />

   

-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=".\workbench\tools.textmarker.workbench.textruler.xml" />

+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.textmarker.workbench.textruler.xml" />

   

-  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href=".\workbench\tools.textmarker.workbench.create_dictionaries.xml" />

+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tools.textmarker.workbench.create_dictionaries.xml" />

   

   <section id="ugr.tools.tm.workbench.apply">

     <title>Apply a TextMarker script on a folder</title>