Skip to content
Snippets Groups Projects
Commit 9649da86 authored by Goik Martin's avatar Goik Martin
Browse files

Xmlmind editor 7.4.1 upgrade

parent bd4b2bba
No related branches found
No related tags found
No related merge requests found
--- xmlmind.orig/addon/config/docbook/css/inline1.imp 2014-03-17 12:50:24.000000000 +0100
+++ xmlmind/addon/config/docbook/css/inline1.imp 2015-10-16 23:31:25.207536386 +0200
@@ -11,6 +11,15 @@
* Note that default display is inline, so there is no need to specify it.
*/
+/* Goik: Links should be blue ... */
+@namespace xlink "http://www.w3.org/1999/xlink";
+
+*[xlink|href] {
+ color: blue;
+}
+
+/* end goik */
+
keycombo {
display: inline;
}
diff -Naur xmlmind.orig/addon/config/docbook5/rng/V5.0/docbook.sch xmlmind/addon/config/docbook5/rng/V5.0/docbook.sch --- xmlmind.7_4_1/addon/config/docbook5/rng/V5.0/docbook.sch 2008-05-09 09:09:10.000000000 +0200
--- xmlmind.orig/addon/config/docbook5/rng/V5.0/docbook.sch 2008-05-09 09:09:10.000000000 +0200 +++ xmlmind/addon/config/docbook5/rng/V5.0/docbook.sch 2017-06-23 08:22:14.265273054 +0200
+++ xmlmind/addon/config/docbook5/rng/V5.0/docbook.sch 2016-01-11 17:02:39.337498986 +0100 @@ -244,4 +244,42 @@
@@ -244,4 +244,36 @@
<s:assert test="not(.//db:sidebar)">sidebar must not occur in the descendants of sidebar</s:assert> <s:assert test="not(.//db:sidebar)">sidebar must not occur in the descendants of sidebar</s:assert>
</s:rule> </s:rule>
</s:pattern> </s:pattern>
-</s:schema> -</s:schema>
\ No newline at end of file \ No newline at end of file
+ +<!-- Start Goik's additions -->
+ <!-- Goik's additions -->
+ <s:pattern name="Mandatory title in exercise"> + <s:pattern name="Mandatory title in exercise">
+ <s:rule context="db:qandaset"> + <s:rule context="db:qandaset">
+ <s:assert test="db:title or name(preceding-sibling::*[1])='db:title'">Must be IMMEDIATELY following title or contain a title itself.</s:assert> + <s:assert test="db:title or name(preceding-sibling::*[1])='db:title'">Must be IMMEDIATELY following title or contain a title itself.</s:assert>
...@@ -45,4 +43,5 @@ diff -Naur xmlmind.orig/addon/config/docbook5/rng/V5.0/docbook.sch xmlmind/addon ...@@ -45,4 +43,5 @@ diff -Naur xmlmind.orig/addon/config/docbook5/rng/V5.0/docbook.sch xmlmind/addon
+ </s:rule> + </s:rule>
+ </s:pattern> + </s:pattern>
+ +
+<!-- End Goik's additions -->
+</s:schema> +</s:schema>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment