Updated XXE addon for XXE 9.5.0.
diff --git a/xxe-addon/docbook-for-docgen/docbook-for-docgen.xxe b/xxe-addon/docbook-for-docgen/docbook-for-docgen.xxe
index 8bff7b1..3c9c494 100644
--- a/xxe-addon/docbook-for-docgen/docbook-for-docgen.xxe
+++ b/xxe-addon/docbook-for-docgen/docbook-for-docgen.xxe
@@ -22,7 +22,7 @@
   xmlns:cfg="http://www.xmlmind.com/xmleditor/schema/configuration"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
 
-  <include location="xxe-config:docbook5/docbook5.xxe"/>
+  <include location="docbook5-config:docbook5.xxe"/>
 
   <detect>
     <and>
@@ -33,9 +33,9 @@
 
   <css name="DocBook for Docgen" location="docbook-for-docgen.css" />
 
-  <windowLayout>
+  <viewSettings>
     <center css="DocBook for Docgen" />
     <left css="Table of contents" size="0.25" />
-  </windowLayout>
+  </viewSettings>
 
 </configuration>
\ No newline at end of file
diff --git a/xxe-addon/howto.txt b/xxe-addon/howto.txt
index 8565b9a..4687f5b 100644
--- a/xxe-addon/howto.txt
+++ b/xxe-addon/howto.txt
@@ -25,7 +25,7 @@
 conventions. The customization will only affect the documents that has
 conformance="docgen" in their root element, not all DocBook documents.
 
-Requires at least XXE 4.2.1. Last tested on 7.4.1.
+Requires at least XXE 9.5.0. Last tested on 9.5.0.
 
 
 How to install
@@ -54,6 +54,6 @@
 How to update the addon
 -----------------------
 
-Repeat the installation procedure (overwrite the files), then you have
+Repeat the installation procedure (overwrite the files), then you may have
 to clear the Quick Start cache through the XXE menu:
 "Options" -> "Preferences" -> "Advanced" -> "Cached data".
\ No newline at end of file