aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/doc/manuals_generated/sisu_manual/_sisu
diff options
context:
space:
mode:
Diffstat (limited to 'data/doc/manuals_generated/sisu_manual/_sisu')
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/css/docbook.css199
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/css/dom.css270
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/css/html.css817
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/css/html_tables.css28
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/css/index.css37
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/css/sax.css261
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/css/xhtml.css261
l---------data/doc/manuals_generated/sisu_manual/_sisu/image1
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/image_local/GnuDebianLinuxRubyBetterWay.pngbin0 -> 33396 bytes
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/image_local/sisu.home.pngbin0 -> 3260 bytes
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/image_local/sisu.pngbin0 -> 3260 bytes
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/image_local/tux.pngbin0 -> 6297 bytes
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/xml/rnc/sisu_dom.rnc144
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/xml/rnc/sisu_sax.rnc162
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/xml/rnc/sisu_xhtml.rnc149
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/xml/rng/sisu_dom.rng356
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/xml/rng/sisu_sax.rng366
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/xml/rng/sisu_xhtml.rng342
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_dom.xsd301
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_node.rng177
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_sax.xsd332
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_xhtml.xsd313
-rw-r--r--data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/xlink.xsd13
23 files changed, 4529 insertions, 0 deletions
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/css/docbook.css b/data/doc/manuals_generated/sisu_manual/_sisu/css/docbook.css
new file mode 100644
index 00000000..358e7304
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/css/docbook.css
@@ -0,0 +1,199 @@
+/* SiSU css docbook.xml default style */
+ book {
+ display: block;
+ margin-left: 0mm;
+ margin-right: 0mm;
+ }
+ bookinfo {
+ display: block;
+ margin-bottom: 20px;
+ background-color: #dddddd;
+ }
+ source_control {
+ display: block;
+ }
+ dc,sc {
+ display: block;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ color: blue;
+ background-color: #dddddd;
+ font-weight: normal;
+ text-align: justify;
+ font-size: xx-small;
+ line-height: 120%;
+ margin-left: 5%;
+ margin-right: 5mm;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ sc {
+ color: green;
+ }
+ keywords,copyright {
+ display: block;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ color: red;
+ background-color: #dddddd;
+ font-weight: normal;
+ text-align: justify;
+ font-size: xx-small;
+ line-height: 120%;
+ margin-left: 5%;
+ margin-right: 5mm;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ body {
+ color: black;
+ background: #ffffff;
+ }
+ a:link {
+ color: #003399;
+ text-decoration: none;
+ }
+ a:visited {
+ color: #003399;
+ text-decoration: none;
+ /* background-color: #e3ecef; */
+ }
+ a:hover {
+ color: #000000;
+ text-decoration: underline;
+ background-color: #fff3b6;
+ }
+ a:hover IMG {
+ background-color: #ffffff;
+ }
+ a:active {
+ color: #003399;
+ text-decoration: underline;
+ }
+ object {
+ display: block;
+ margin-left: 2mm;
+ margin-right: 2mm;
+ margin-top: 4px;
+ margin-bottom: 8px;
+ }
+ part {
+ display: block;
+ /* font-weight: bold; */
+ }
+ contents {
+ font-weight: normal;
+ }
+ para {
+ display: block;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ /* font-weight: normal; */
+ text-align: justify;
+ font-size: 100%;
+ line-height: 150%;
+ margin-left: 5%;
+ margin-right: 5%;
+ margin-top: 2px;
+ margin-bottom: 0px;
+ }
+ para.verse, para.group, para.code {
+ text-align: left;
+ }
+ para.norm {
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ font-weight: normal;
+ }
+ para.h1, title {
+ display: block;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ font-size: 120%;
+ font-weight: bold;
+ text-align: left;
+ line-height: 120%;
+ margin-top: 20px;
+ margin-bottom: 10px;
+ }
+ para.h2 {
+ font-weight: bold;
+ font-size: 110%;
+ text-align: left;
+ margin-top: 20px;
+ margin-bottom: 10px;
+ }
+ para.h3 {
+ font-size: 110%;
+ font-weight: bold;
+ text-align: left;
+ }
+ para.h4 {
+ font-size: 110%;
+ font-weight: bold;
+ text-align: left;
+ }
+ para.h5 {
+ font-size: 110%;
+ font-weight: bold;
+ text-align: left;
+ }
+ para.h6 {
+ font-size: 110%;
+ font-weight: bold;
+ text-align: left;
+ }
+ table {
+ margin-left: 5%;
+ display: block;
+ }
+ tr {
+ display: block;
+ }
+ th, td {
+ display: inline;
+ }
+ nametag {
+ display: none;
+ }
+ number {
+ padding-right: 4px;
+ }
+ ocn {
+ font-weight: normal;
+ display: block;
+ text-align: right;
+ vertical-align: super;
+ color: #990000;
+ font-size: xx-small;
+ margin-right: 0mm;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ endnote {
+ display: block;
+ font-size: small;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ font-weight: normal;
+ line-height: 150%;
+ text-align: justify;
+ margin-left: 10%;
+ margin-right: 5%;
+ margin-top: 4px;
+ margin-bottom: 0px;
+ }
+ endnote_indent {
+ display: block;
+ font-size: small;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ font-weight: normal;
+ line-height: 150%;
+ text-align: justify;
+ margin-left: 15%;
+ margin-right: 5%;
+ margin-top: 4px;
+ margin-bottom: 0px;
+ }
+ en {
+ font-size: xx-small;
+ vertical-align: super;
+ }
+ i { font-style: italic; }
+ b { font-style: bold; }
+ u { text-decoration: underline; }
+ br { display: block; }
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/css/dom.css b/data/doc/manuals_generated/sisu_manual/_sisu/css/dom.css
new file mode 100644
index 00000000..911458c0
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/css/dom.css
@@ -0,0 +1,270 @@
+/* SiSU css dom.xml default style */
+ document {
+ display: block;
+ margin-left: 0mm;
+ margin-right: 0mm;
+ }
+ head {
+ display: block;
+ margin-bottom: 20px;
+ background-color: #dddddd;
+ }
+ header {
+ display: block;
+ }
+ meta {
+ display: inline;
+ line-height: 1;
+ font-size: 10px;
+ color: #990000;
+ margin-right: 2mm;
+ margin-top: 0px;
+ margin-bottom: 0px;
+
+ }
+ title,subtitle,creator,author,translator,translated_by,illustrator,illustrated_by,prepared_by,digitized_by,type,subject,description,contributor,publisher,format,identifier,source,language,relation,coverage,rights,keywords,comment,comments,abastract,tags,catalogue,date,date_created,date_issued,date_available,date_modified,date_valid,structure,sc {
+ display: inline;
+ line-height: 1;
+ font-size: 10px;
+ color: #000099;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ source_control {
+ display: block;
+ }
+ dc {
+ display: block;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ color: blue;
+ background-color: #dddddd;
+ font-weight: normal;
+ text-align: justify;
+ font-size: xx-small;
+ line-height: 120%;
+ margin-left: 5%;
+ margin-right: 5mm;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ sc {
+ display: inline;
+ color: green;
+ }
+ keywords,copyright {
+ display: block;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ color: red;
+ background-color: #dddddd;
+ font-weight: normal;
+ text-align: justify;
+ font-size: xx-small;
+ line-height: 120%;
+ margin-left: 5%;
+ margin-right: 5mm;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ body {
+ color: black;
+ background: #ffffff;
+ }
+ a:link {
+ color: #003399;
+ text-decoration: none;
+ }
+ a:visited {
+ color: #003399;
+ text-decoration: none;
+ /* background-color: #e3ecef; */
+ }
+ a:hover {
+ color: #000000;
+ text-decoration: underline;
+ background-color: #fff3b6;
+ }
+ a:hover IMG {
+ background-color: #ffffff;
+ }
+ a:active {
+ color: #003399;
+ text-decoration: underline;
+ }
+ object {
+ display: block;
+ margin-left: 2mm;
+ margin-right: 2mm;
+ margin-top: 4px;
+ margin-bottom: 8px;
+ }
+ heading {
+ font-weight: bold;
+ }
+ contents {
+ font-weight: normal;
+ }
+ text {
+ display: block;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ text-align: justify;
+ font-size: 100%;
+ line-height: 150%;
+ margin-left: 5%;
+ margin-right: 5%;
+ margin-top: 2px;
+ margin-bottom: 0px;
+ }
+ text[class|="norm"] {
+ font-weight: normal;
+ }
+ text[class|="h1"] {
+ font-size: 120%;
+ font-weight: bold;
+ text-align: left;
+ line-height: 120%;
+ margin-top: 20px;
+ margin-bottom: 10px;
+ }
+ text[class|="h2"] {
+ font-weight: bold;
+ font-size: 110%;
+ text-align: left;
+ margin-top: 20px;
+ margin-bottom: 10px;
+ }
+ text[class|="h3"] {
+ font-size: 110%;
+ font-weight: bold;
+ text-align: left;
+ }
+ text[class|="h4"] {
+ font-size: 110%;
+ font-weight: bold;
+ text-align: left;
+ }
+ text[class|="h5"] {
+ font-size: 110%;
+ font-weight: bold;
+ text-align: left;
+ }
+ text[class|="h6"] {
+ font-size: 110%;
+ font-weight: bold;
+ text-align: left;
+ }
+ text[class|="indent1"] {
+ margin-left: 10%;
+ }
+ text[class|="indent2"] {
+ margin-left: 15%;
+ }
+ text[class|="indent3"] {
+ margin-left: 20%;
+ }
+ text[class|="indent4"] {
+ margin-left: 25%;
+ }
+ text[class|="indent5"] {
+ margin-left: 30%;
+ }
+ text[class|="indent6"] {
+ margin-left: 35%;
+ }
+ text[class|="indent7"] {
+ margin-left: 40%;
+ }
+ text[class|="indent8"] {
+ margin-left: 45%;
+ }
+ text[class|="indent9"] {
+ margin-left: 50%;
+ }
+ text[class|="indent_bullet1"] {
+ margin-left: 10%;
+ }
+ text[class|="indent_bullet2"] {
+ margin-left: 15%;
+ }
+ text[class|="indent_bullet3"] {
+ margin-left: 20%;
+ }
+ text[class|="indent_bullet4"] {
+ margin-left: 25%;
+ }
+ text[class|="indent_bullet5"] {
+ margin-left: 30%;
+ }
+ text[class|="indent_bullet6"] {
+ margin-left: 35%;
+ }
+ text[class|="indent_bullet7"] {
+ margin-left: 40%;
+ }
+ text[class|="indent_bullet8"] {
+ margin-left: 45%;
+ }
+ text[class|="indent_bullet9"] {
+ margin-left: 50%;
+ }
+ text[class|="verse"], text[class|="group"], text[class|="code"] {
+ text-align: left;
+ }
+ table {
+ margin-left: 5%;
+ display: block;
+ }
+ tr {
+ display: block;
+ }
+ th, td {
+ display: inline;
+ }
+ nametag {
+ display: none;
+ }
+ number {
+ padding-right: 4px;
+ }
+ ocn {
+ font-weight: normal;
+ display: block;
+ text-align: right;
+ vertical-align: super;
+ color: #990000;
+ font-size: xx-small;
+ margin-right: 0mm;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ endnote {
+ display: block;
+ font-size: small;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ font-weight: normal;
+ line-height: 150%;
+ text-align: justify;
+ margin-left: 10%;
+ margin-right: 5%;
+ margin-top: 4px;
+ margin-bottom: 0px;
+ }
+ endnote_indent {
+ display: block;
+ font-size: small;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ font-weight: normal;
+ line-height: 150%;
+ text-align: justify;
+ margin-left: 15%;
+ margin-right: 5%;
+ margin-top: 4px;
+ margin-bottom: 0px;
+ }
+ en {
+ font-size: xx-small;
+ vertical-align: super;
+ }
+ i { font-style: italic; }
+ b { font-style: bold; }
+ u { text-decoration: underline; }
+ br { display: block; }
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/css/html.css b/data/doc/manuals_generated/sisu_manual/_sisu/css/html.css
new file mode 100644
index 00000000..2df837d0
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/css/html.css
@@ -0,0 +1,817 @@
+/* SiSU css default stylesheet */
+ body {
+ color: black;
+ background: "#ffffff";
+ }
+/*
+ table {
+ margin-left: 5%;
+ display: block;
+ }
+ tr {
+ display: block;
+ }
+ th, td {
+ display: inline;
+ }
+*/
+ a:link {
+ color: #003399;
+ text-decoration: none;
+ }
+ a:visited {
+ color: #003399;
+ text-decoration: none;
+ }
+/*
+ a:hover {
+ color: #000000;
+ border-bottom: 2px solid #777777;
+ background-color: #fff3b6;
+ }
+*/
+ a:hover img {
+ background-color: "#ffffff";
+ }
+ a:active {
+ color: #003399;
+ text-decoration: underline;
+ }
+ div {
+ margin-left: 0;
+ margin-right: 0;
+ }
+ div.p {
+ margin-left: 5%;
+ margin-right: 1%;
+ }
+ #top_band {
+ position: absolute;
+ top: 0;
+ bottom: 80px;
+ width: 100%;
+ }
+ #top_band_search {
+ position: absolute;
+ top: 0px;
+ right: 0px;
+ margin-left: 75%;
+ width: 20%;
+ }
+ #column_left {
+ position: absolute;
+ top: 80px;
+ left: 0;
+ margin-left: 0;
+ width: 20%;
+ }
+ #column_center {
+ position: absolute;
+ top: 80px;
+ margin-left: 20%;
+ width: 55%;
+ }
+ #column_right {
+ position: absolute;
+ top: 80px;
+ right: 0px;
+ margin-left: 75%;
+ width: 25%;
+ }
+ #pane_major {
+ position: absolute;
+ top: 0px;
+ left: 0;
+ margin-left: 0;
+ width: 80%;
+ }
+ #pane_minor {
+ position: absolute;
+ top: 0px;
+ right: 0px;
+ margin-left: 75%;
+ width: 20%;
+ }
+ p {
+ display: block;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ font-size: 100%;
+ font-weight: normal;
+ line-height: 150%;
+ text-align: left;
+ margin-left: 10mm;
+ text-indent: 0mm;
+ margin-top: 3px;
+ margin-bottom: 3px;
+ margin-right: 5mm;
+ }
+ p.norm {
+ text-align: justify;
+ }
+ p.code {
+ font-family: monospace;
+ text-align: left;
+ }
+ p.caption {
+ text-align: left;
+ font-size: 80%;
+ display: inline;
+ }
+ p.endnote {
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ font-size: 96%;
+ font-weight: normal;
+ line-height: 120%;
+ text-align: left;
+ margin-left: 10mm;
+ text-indent: 0mm;
+ margin-top: 3px;
+ margin-bottom: 3px;
+ margin-right: 15mm;
+ }
+ p.endnote_indent {
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ font-size: 96%;
+ font-weight: normal;
+ line-height: 120%;
+ text-align: left;
+ margin-left: 15mm;
+ text-indent: 0mm;
+ margin-top: 3px;
+ margin-bottom: 3px;
+ margin-right: 15mm;
+ }
+ p.center {
+ text-align: center;
+ }
+ p.bold {
+ font-weight: bold;
+ }
+ p.centerbold {
+ text-align: center;
+ font-weight: bold;
+ }
+ p.em {
+ font-weight: bold;
+ font-style: normal;
+ background: #fff3b6;
+ }
+ p.ocn, p.paranum {
+ font-size: 10px;
+ margin-top: 0px;
+ margin-bottom: 5px;
+ color: #777777;
+ margin-right: 5px;
+ text-align: right;
+ }
+ p.ocn_off, p.no_paranum {
+ display: none;
+ font-size: 10px;
+ margin-top: 0px;
+ margin-bottom: 5px;
+ color: #777777;
+ margin-right: 5px;
+ text-align: right;
+ }
+ p.small {
+ font-size: 80%;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ margin-right: 6px;
+ text-align: left;
+ }
+ p.tiny {
+ font-size: 10px;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ color: #777777;
+ margin-right: 6px;
+ text-align: left;
+ }
+ p.tiny_left {
+ font-size: 10px;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ color: #777777;
+ margin-left: 0px;
+ margin-right: 0px;
+ text-align: left;
+ }
+ p.tiny_right {
+ font-size: 10px;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ color: #777777;
+ margin-right: 5mm;
+ text-align: right;
+ }
+ p.tiny_center {
+ font-size: 10px;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ color: #777777;
+ margin-left: 0px;
+ margin-right: 0px;
+ text-align: center;
+ }
+ p.pane {
+ font-size: 80%;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ margin-left: 2mm;
+ margin-right: 4px;
+ text-align: left;
+ }
+ p.pane_title {
+ font-weight: bold;
+ font-size: 80%;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ margin-left: 2mm;
+ margin-right: 4px;
+ text-align: left;
+ }
+ p.pane_blurb {
+ font-size: 10px;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ margin-left: 2mm;
+ margin-right: 4px;
+ text-align: left;
+ }
+ p.pane_link {
+ font-size: 10px;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ margin-left: 4mm;
+ margin-right: 4px;
+ text-align: left;
+ }
+ p.pane_indent {
+ font-size: 10px;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ margin-left: 4mm;
+ margin-right: 4px;
+ text-align: left;
+ }
+ p.concordance_word {
+ line-height: 150%;
+ font-weight: bold;
+ display: inline;
+ margin-top: 4px;
+ margin-bottom: 1px;
+ }
+ p.concordance_count {
+ font-size: 80%;
+ color: #777777;
+ display: inline;
+ margin-left: 0mm;
+ text-indent: 0mm;
+ }
+ p.concordance_object {
+ font-size: 80%;
+ font-weight: normal;
+ line-height: 120%;
+ text-align: left;
+ margin-left: 15mm;
+ text-indent: 0mm;
+ margin-top: 1px;
+ margin-bottom: 3px;
+ }
+ p.quickref{
+ font-size: 10px;
+ font-style: italic;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ color: #777777;
+ margin-right: 5px;
+ text-align: left;
+ }
+ p.bigref{
+ font-size: 11px;
+ font-weight: bold;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ color: #777777;
+ margin-right: 5px;
+ text-align: center;
+ }
+ p.i1 {margin-left: 15mm;}
+ p.i2 {margin-left: 20mm;}
+ p.i3 {margin-left: 25mm;}
+ p.i4 {margin-left: 30mm;}
+ p.i5 {margin-left: 35mm;}
+ p.i6 {margin-left: 40mm;}
+ p.i7 {margin-left: 45mm;}
+ p.i8 {margin-left: 50mm;}
+ p.i9 {margin-left: 55mm;}
+
+ table { }
+ tr { }
+ th, td { }
+ p.left, th.left, td.left {
+ text-align: left;
+ }
+ p.right, th.right, td.right {
+ text-align: right;
+ }
+
+ h1, h2, h3, h4, h5, h6 {
+ display: block;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ font-weight: bold;
+ line-height: 120%;
+ margin-left: 10mm;
+ margin-right: 10mm;
+ text-align: left;
+ margin-top: 20px;
+ margin-bottom: 10px;
+ }
+ h1.center, h2.center, h3.center, h4.center, h5.center, h6.center {
+ text-align: center;
+ }
+ ul {
+ list-style: none;
+ }
+ ul.horizontal {
+ list-style: none;
+ }
+ ul.vertical {
+ list-style: none;
+ }
+ li {
+ background: url(../image/bullet_09.png) no-repeat 0px 6px;
+ /* list-style-type: disc; */
+ padding-left: 20px;
+ display: block;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ /* font-size: 100%; */
+ font-weight: normal;
+ line-height: 150%;
+ text-align: left;
+ margin-left: 10mm;
+ text-indent: 0mm;
+ margin-top: 3px;
+ margin-bottom: 3px;
+ margin-right: 0mm;
+ }
+ li.bullet {
+ margin-left: 10mm;
+ }
+ li.i1 {
+ margin-left: 15mm;
+ }
+ li.i2 {
+ margin-left: 20mm;
+ }
+ li.i3 {
+ margin-left: 25mm;
+ }
+ li.i4 {
+ margin-left: 30mm;
+ }
+ li.i5 {
+ margin-left: 35mm;
+ }
+ li.i6 {
+ margin-left: 40mm;
+ }
+ li.i7 {
+ margin-left: 45mm;
+ }
+ li.i8 {
+ margin-left: 50mm;
+ }
+ li.i9 {
+ margin-left: 55mm;
+ }
+ #horizontal_links {
+ background: #eeeeee;
+ margin-left: 5%;
+ margin-right: 5%;
+ }
+ #horizontal {
+ margin: 0;
+ padding: 0 0 0 10px;
+ border-top: 1px solid #000077;
+ border-bottom: 1px solid #000077;
+ }
+ #horizontal li {
+ margin: 0 0 0 0;
+ padding: 0 16px 0 0;
+ display: inline;
+ list-style-type: none;
+ text-align: left;
+ background: none;
+ }
+ #horizontal a {
+ /* font-weight: normal; */
+ /* float: left; */
+ line-height: 12px;
+ margin: 0 0 0 0;
+ text-decoration: none;
+ color: #000077;
+ }
+ #horizontal a.active, #horizontal a:hover {
+ border-bottom: 2px solid #777777;
+ padding-bottom: 2px;
+ /* font-weight: bold; */
+ color: #000077;
+ }
+ #horizontal a:hover {
+ color: #000077;
+ }
+ #document_versions {
+ position: absolute;
+ top: 10mm;
+ right: 2%;
+ width: 12%;
+ /* background: #ffffff; */
+ float: right;
+ }
+ #vertical_links {
+ position: absolute;
+ top: 10mm;
+ right: 0px;
+ width: 20%;
+ background: #dddddd;
+ float: right;
+ }
+ #vertical {
+ /* background: none; */
+ padding: 0 12px 0px 0px;
+ /* border-top: 2px solid #000077; */
+ /* border-bottom: 2px solid #000077; */
+ /* margin-left: 33%; */
+ margin-left: 2%;
+ margin-right: 2%;
+ }
+/*
+ #vertical {
+ padding: 0 12px 0px 0px;
+ border-top: 2px solid #000077;
+ border-bottom: 2px solid #000077;
+ margin-left: 33%;
+ margin-right: 33%;
+ } */
+ #vertical li {
+ display: block;
+ list-style-type: none;
+ }
+ #vertical a {
+ /* font-weight: normal; */
+ line-height: 12px;
+ text-decoration: none;
+ color: #000077;
+ }
+ #vertical a.active, #vertical a:hover {
+ border-bottom: 2px solid #777777;
+ padding-bottom: 2px;
+ /* font-weight: bold; */
+ color: #000077;
+ }
+ li.doc {
+ background: url(../image/bullet_doc.png) no-repeat 0 0;
+ padding-left: 16px;
+ margin-left: 10px;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ margin-right: 0px;
+ font-size: 8px;
+ font-style: normal;
+ text-align: left;
+ }
+ li.ref {
+ background: none;
+ padding-left: 0;
+ margin-left: 0;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ color: #777777;
+ font-size: 8px;
+ font-style: normal;
+ text-align: left;
+ }
+ li.refcenter {
+ /* background: url(../image/bullet_doc.png) no-repeat 0 0; */
+ background: none;
+ padding-left: 20px;
+ margin-left: 10%;
+ font-size: 9px;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ color: #777777;
+ text-align: center;
+ }
+ li.refbold {
+ background: url(../image/bullet_doc.png) no-repeat 0 0;
+ /* padding-left: 0px; */
+ padding-left: 16px;
+ margin-left: 0;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ margin-right: 10mm;
+ font-size: 8px;
+ font-weight: bold;
+ text-align: left;
+ }
+ h1 {
+ font-size: 120%;
+ margin-top: 20px;
+ }
+ h2 {
+ font-size: 115%;
+ margin-top: 20px;
+ }
+ h3 {
+ font-size: 110%;
+ margin-top: 20px;
+ }
+ h4 {
+ font-size: 105%;
+ }
+ h5 {
+ font-size: 100%;
+ }
+ h6 {
+ font-size: 100%;
+ }
+ h1.norm, h2.norm, h3.norm {
+ font-size: 110%;
+ margin-left: 10mm;
+ margin-right: 15mm;
+ text-align: left;
+ margin-top: 20px;
+ margin-bottom: 10px;
+ }
+ h1.top_band {
+ display: inline;
+ text-align: left;
+ margin-top: 0;
+ margin-left: 4mm;
+ text-indent: 0mm;
+ font-weight: bold;
+ font-size: 120%;
+ }
+ h2.top_band_tiny {
+ font-size: 10px;
+ font-weight: normal;
+ margin-top: 0px;
+ margin-left: 4mm;
+ text-indent: 0mm;
+ margin-bottom: 0px;
+ color: #777777;
+ margin-left: 140px;
+ margin-right: 0px;
+ text-align: left;
+ }
+ p.top_band {
+ display: inline;
+ text-align: left;
+ margin-top: 0;
+ margin-left: 140px;
+ text-indent: 0mm;
+ font-weight: bold;
+ font-size: 120%;
+ }
+ p.top_band_tiny {
+ font-size: 10px;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ color: #777777;
+ margin-left: 140px;
+ margin-right: 0px;
+ text-align: left;
+ }
+ p.top_band_image {
+ float: left;
+ display: inline;
+ text-align: left;
+ margin-top: 0;
+ margin-left: 1mm;
+ text-indent: 0mm;
+ margin-right: 1mm;
+ }
+ h4.norm, h5.norm, h6.norm {
+ font-size: 100%;
+ margin-left: 10mm;
+ margin-right: 15mm;
+ text-align: left;
+ margin-top: 10px;
+ margin-bottom: 0px;
+ }
+ h1.i {margin-left: 10mm;}
+ h2.i {margin-left: 15mm;}
+ h3.i {margin-left: 20mm;}
+ h4.i {margin-left: 25mm;}
+ h5.i {margin-left: 30mm;}
+ h6.i {margin-left: 35mm;}
+ h7.i {margin-left: 40mm;}
+ h8.i {margin-left: 45mm;}
+ h9.i {margin-left: 50mm;}
+ h1.banner {
+ font-weight: bold;
+ text-align: center;
+ font-size: 120%;
+ margin-left: 10mm;
+ margin-right: 15mm;
+ margin-top: 20px;
+ margin-bottom: 10px;
+ }
+ h1.subbanner {
+ font-weight: bold;
+ text-align: center;
+ font-size: 115%;
+ margin-left: 10mm;
+ margin-right: 15mm;
+ margin-top: 20px;
+ margin-bottom: 10px;
+ }
+ h2.banner {
+ font-weight: bold;
+ text-align: center;
+ font-size: 110%;
+ margin-left: 10mm;
+ margin-right: 15mm;
+ margin-top: 20px;
+ margin-bottom: 10px;
+ }
+ h3.banner {
+ font-weight: bold;
+ text-align: center;
+ color: #990000;
+ font-size: 105%;
+ margin-left: 10mm;
+ margin-right: 15mm;
+ margin-top: 20px;
+ margin-bottom: 10px;
+ }
+ h4.banner {
+ font-weight: bold;
+ text-align: center;
+ color: #ff0000;
+ font-size: 100%;
+ margin-left: 10mm;
+ margin-right: 15mm;
+ margin-top: 20px;
+ margin-bottom: 10px;
+ }
+ h5.banner {
+ font-weight: bold;
+ }
+ h6.banner {
+ font-weight: bold;
+ }
+ h1.toc {
+ margin-left: 10mm;
+ font-size: 115%;
+ margin-top: 6px;
+ margin-bottom: 6px;
+ line-height: 150%;
+ }
+ h2.toc {
+ margin-left: 15mm;
+ font-size: 110%;
+ margin-top: 6px;
+ margin-bottom: 6px;
+ line-height: 140%;
+ }
+ h3.toc {
+ margin-left: 20mm;
+ font-size: 105%;
+ margin-top: 6px;
+ margin-bottom: 6px;
+ line-height: 120%;
+ }
+ h4.toc {
+ margin-left: 25mm;
+ font-weight: normal;
+ font-size: 100%;
+ margin-top: 6px;
+ margin-bottom: 6px;
+ line-height: 120%;
+ }
+ h5.toc {
+ margin-left: 30mm;
+ font-weight: normal;
+ font-size: 95%;
+ margin-top: 6px;
+ margin-bottom: 6px;
+ line-height: 110%;
+ }
+ h6.toc {
+ margin-left: 35mm;
+ font-weight: normal;
+ font-size: 90%;
+ margin-top: 6px;
+ margin-bottom: 6px;
+ line-height: 110%;
+ }
+/* microtoc (for later) --> */
+ h1.microtoc {
+ margin-left: 0mm;
+ font-size: 115%;
+ margin-top: 2px;
+ margin-bottom: 2px;
+ }
+ h2.microtoc {
+ margin-left: 5mm;
+ font-size: 110%;
+ margin-top: 2px;
+ margin-bottom: 2px;
+ }
+ h3.microtoc {
+ margin-left: 10mm;
+ font-size: 105%;
+ margin-top: 2px;
+ margin-bottom: 2px;
+ }
+ h4.microtoc {
+ margin-left: 15mm;
+ font-weight: normal;
+ font-size: 100%;
+ margin-top: 2px;
+ margin-bottom: 2px;
+ }
+ h5.microtoc {
+ margin-left: 20mm;
+ font-weight: normal;
+ font-size: 95%;
+ margin-top: 2px;
+ margin-bottom: 2px;
+ }
+ h6.microtoc {
+ margin-left: 25mm;
+ font-weight: normal;
+ font-size: 90%;
+ margin-top: 2px;
+ margin-bottom: 2px;
+ }
+/* subtoc --> */
+ h5.subtoc {
+ margin-left: 20mm;
+ margin-right: 34%;
+ font-weight: normal;
+ font-size: 80%;
+ margin-top: 2px;
+ margin-bottom: 2px;
+ }
+ h6.subtoc {
+ margin-left: 25mm;
+ margin-right: 34%;
+ font-weight: normal;
+ font-size: 75%;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ h1.c, h2.c, h3.c, h4.c, h5.c, h6.c, p.c {
+ text-align: center
+ }
+ h1.red, h2.red, h3.red, h4.red, h5.red, h6.red {
+ text-align: center;
+ color: #ff0000;
+ margin-left: 5mm;
+ text-indent: 5mm;
+ margin-top: 30px;
+ margin-bottom: 20px;
+ margin-right: 15mm;
+ }
+ h1.ruby, h2.ruby, h3.ruby, h4.ruby, h5.ruby, h6.ruby {
+ text-align: center;
+ color: #990000;
+ margin-left: 5mm;
+ text-indent: 5mm;
+ margin-top: 30px;
+ margin-bottom: 20px;
+ margin-right: 15mm;
+ }
+/*
+ table.hidden {
+ color: #ffffff;
+ text-decoration: none;
+ }
+ td.hidden {
+ color: #ffffff;
+ background-color: #000000;
+ }
+ td.hidden a.active, div.hidden a:hover {
+ color: #ffffff;
+ background-color: #000000;
+ }
+ td.hidden a:hover {
+ text-decoration: none;
+ }
+ div.hidden a {
+ line-height: 12px;
+ margin: 0 0 0 0;
+ text-decoration: none;
+ color: #000077;
+ }
+ div.hidden a.active, div.hidden a:hover {
+ text-decoration: none;
+ }
+ div.hidden a:hover {
+ text-decoration: none;
+ }
+*/
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/css/html_tables.css b/data/doc/manuals_generated/sisu_manual/_sisu/css/html_tables.css
new file mode 100644
index 00000000..c9d99a51
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/css/html_tables.css
@@ -0,0 +1,28 @@
+/* SiSU table output stylesheet */
+ body {
+ color: black;
+ background: "#ffffff";
+ }
+ p {
+ display: block;
+ line-height: 1.5;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ }
+ a:link {
+ color: #003399;
+ text-decoration: none;
+ }
+ a:visited {
+ color: #003399;
+ text-decoration: none;
+ /* background-color: #e3ecef; */
+ }
+ a:hover {
+ color: #000000;
+ text-decoration: underline;
+ background-color: #fff3b6;
+ }
+ a:active {
+ color: #003399;
+ text-decoration: underline;
+ }
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/css/index.css b/data/doc/manuals_generated/sisu_manual/_sisu/css/index.css
new file mode 100644
index 00000000..7062e369
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/css/index.css
@@ -0,0 +1,37 @@
+ body {color: black; background: "#ffffff"; margin:10px 10px 0px 10px; padding:0px;}
+ p { line-height: 1.5 }
+ a:link {color: #003399; text-decoration: none; }
+ a:visited {color: #003399; text-decoration: none; }
+ a:hover {color: #000000; text-decoration: underline; background-color: #fff3b6;}
+ a:active {color: #003399; text-decoration: underline;}
+ #banner {
+ background:"#ffffff";
+ }
+ #column_left {
+ width:25%;
+ float:left;
+ background:#b9d4dd;
+ padding-bottom:10px;
+ }
+ #column_center {
+ width:55%;
+ float:left;
+ background:"#ffffff";
+ padding-bottom:10px;
+ }
+ #column_right {
+ width:20%;
+ float:left;
+ background:#b9d4dd;
+ padding-bottom:10px;
+ }
+ p,h1,pre {
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ margin:0px 10px 10px 10px;
+ }
+ h1 {
+ font-size:14px;
+ padding-top:10px;
+ }
+ #column_right p { font-size:12px}
+ #banner h1 { margin:0px; padding:10px}
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/css/sax.css b/data/doc/manuals_generated/sisu_manual/_sisu/css/sax.css
new file mode 100644
index 00000000..afef96cb
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/css/sax.css
@@ -0,0 +1,261 @@
+/* SiSU css xhtml & sax.xml default style */
+ document {
+ display: block;
+ margin-left: 0mm;
+ margin-right: 0mm;
+ }
+ head {
+ display: block;
+ margin-bottom: 20px;
+ background-color: #dddddd;
+ }
+ meta {
+ display: inline;
+ line-height: 1;
+ font-size: 10px;
+ color: #990000;
+ margin-right: 2mm;
+ margin-top: 0px;
+ margin-bottom: 0px;
+
+ }
+ title,subtitle,creator,author,translator,translated_by,illustrator,illustrated_by,prepared_by,digitized_by,type,subject,description,contributor,publisher,format,identifier,source,language,relation,coverage,rights,keywords,comment,comments,abastract,tags,catalogue,date,date_created,date_issued,date_available,date_modified,date_valid,structure,sc {
+ display: inline;
+ line-height: 1;
+ font-size: 10px;
+ color: #000099;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ source_control {
+ display: block;
+ }
+ dc {
+ display: block;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ color: blue;
+ background-color: #dddddd;
+ font-weight: normal;
+ text-align: justify;
+ font-size: xx-small;
+ line-height: 120%;
+ margin-left: 5%;
+ margin-right: 5mm;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ sc {
+ display: inline;
+ color: green;
+ }
+ keywords,copyright {
+ display: block;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ color: red;
+ background-color: #dddddd;
+ font-weight: normal;
+ text-align: justify;
+ font-size: xx-small;
+ line-height: 120%;
+ margin-left: 5%;
+ margin-right: 5mm;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ table {
+ margin-left: 5%;
+ display: block;
+ }
+ tr {
+ display: block;
+ }
+ th,td {
+ display: inline;
+ }
+ body {
+ color: black;
+ background: #ffffff;
+ }
+ a:link {
+ color: #003399;
+ text-decoration: none;
+ }
+ a:visited {
+ color: #003399;
+ text-decoration: none;
+ /* background-color: #e3ecef; */
+ }
+ a:hover {
+ color: #000000;
+ text-decoration: underline;
+ background-color: #fff3b6;
+ }
+ a:hover IMG {
+ background-color: #ffffff;
+ }
+ a:active {
+ color: #003399;
+ text-decoration: underline;
+ }
+ object {
+ display: block;
+ margin-left: 2mm;
+ margin-right: 2mm;
+ margin-top: 4px;
+ margin-bottom: 8px;
+ }
+ text,text[class|="norm"] {
+ display: block;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ text-align: justify;
+ font-weight: normal;
+ font-size: 100%;
+ line-height: 150%;
+ margin-left: 5%;
+ margin-right: 5%;
+ margin-top: 2px;
+ margin-bottom: 0px;
+ }
+ text[class|="h1"] {
+ font-size: 120%;
+ font-weight: bold;
+ text-align: left;
+ line-height: 120%;
+ margin-top: 20px;
+ margin-bottom: 10px;
+ }
+ text[class|="h2"] {
+ font-weight: bold;
+ font-size: 110%;
+ text-align: left;
+ margin-top: 20px;
+ margin-bottom: 10px;
+ }
+ text[class|="h3"] {
+ font-size: 110%;
+ font-weight: bold;
+ text-align: left;
+ }
+ text[class|="h4"] {
+ font-size: 110%;
+ font-weight: bold;
+ text-align: left;
+ }
+ text[class|="h5"] {
+ font-size: 110%;
+ font-weight: bold;
+ text-align: left;
+ }
+ text[class|="h6"] {
+ font-size: 110%;
+ font-weight: bold;
+ text-align: left;
+ }
+ text[class|="indent0"] {
+ margin-left: 10%;
+ }
+ text[class|="indent1"] {
+ margin-left: 15%;
+ }
+ text[class|="indent2"] {
+ margin-left: 20%;
+ }
+ text[class|="indent3"] {
+ margin-left: 25%;
+ }
+ text[class|="indent4"] {
+ margin-left: 30%;
+ }
+ text[class|="indent5"] {
+ margin-left: 35%;
+ }
+ text[class|="indent6"] {
+ margin-left: 40%;
+ }
+ text[class|="indent7"] {
+ margin-left: 45%;
+ }
+ text[class|="indent8"] {
+ margin-left: 50%;
+ }
+ text[class|="indent9"] {
+ margin-left: 55%;
+ }
+ text[class|="indent_bullet"] {
+ text-indent: 0%;
+ }
+ text[class|="indent_bullet0"] {
+ text-indent: 0%;
+ }
+ text[class|="indent_bullet1"] {
+ text-indent: 10%;
+ }
+ text[class|="indent_bullet2"] {
+ text-indent: 15%;
+ }
+ text[class|="indent_bullet3"] {
+ text-indent: 20%;
+ }
+ text[class|="indent_bullet4"] {
+ text-indent: 25%;
+ }
+ text[class|="indent_bullet5"] {
+ text-indent: 30%;
+ }
+ text[class|="indent_bullet6"] {
+ text-indent: 35%;
+ }
+ text[class|="indent_bullet7"] {
+ text-indent: 40%;
+ }
+ text[class|="indent_bullet8"] {
+ text-indent: 45%;
+ }
+ text[class|="indent_bullet9"] {
+ text-indent: 50%;
+ }
+ text[class|="verse"], text[class|="group"], text[class|="code"] {
+ text-align: left;
+ }
+ ocn {
+ display: block;
+ text-align: right;
+ vertical-align: super;
+ color: #990000;
+ font-size: xx-small;
+ margin-right: 0mm;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ endnote {
+ display: block;
+ font-size: small;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ font-weight: normal;
+ line-height: 150%;
+ text-align: justify;
+ margin-left: 10%;
+ margin-right: 5%;
+ margin-top: 4px;
+ margin-bottom: 0px;
+ }
+ endnote_indent {
+ display: block;
+ font-size: small;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ font-weight: normal;
+ line-height: 150%;
+ text-align: justify;
+ margin-left: 15%;
+ margin-right: 5%;
+ margin-top: 4px;
+ margin-bottom: 0px;
+ }
+ en {
+ font-size: xx-small;
+ vertical-align: super;
+ }
+ i { font-style: italic; }
+ b { font-style: bold; }
+ u { text-decoration: underline; }
+ br { display: block; }
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/css/xhtml.css b/data/doc/manuals_generated/sisu_manual/_sisu/css/xhtml.css
new file mode 100644
index 00000000..afef96cb
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/css/xhtml.css
@@ -0,0 +1,261 @@
+/* SiSU css xhtml & sax.xml default style */
+ document {
+ display: block;
+ margin-left: 0mm;
+ margin-right: 0mm;
+ }
+ head {
+ display: block;
+ margin-bottom: 20px;
+ background-color: #dddddd;
+ }
+ meta {
+ display: inline;
+ line-height: 1;
+ font-size: 10px;
+ color: #990000;
+ margin-right: 2mm;
+ margin-top: 0px;
+ margin-bottom: 0px;
+
+ }
+ title,subtitle,creator,author,translator,translated_by,illustrator,illustrated_by,prepared_by,digitized_by,type,subject,description,contributor,publisher,format,identifier,source,language,relation,coverage,rights,keywords,comment,comments,abastract,tags,catalogue,date,date_created,date_issued,date_available,date_modified,date_valid,structure,sc {
+ display: inline;
+ line-height: 1;
+ font-size: 10px;
+ color: #000099;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ source_control {
+ display: block;
+ }
+ dc {
+ display: block;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ color: blue;
+ background-color: #dddddd;
+ font-weight: normal;
+ text-align: justify;
+ font-size: xx-small;
+ line-height: 120%;
+ margin-left: 5%;
+ margin-right: 5mm;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ sc {
+ display: inline;
+ color: green;
+ }
+ keywords,copyright {
+ display: block;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ color: red;
+ background-color: #dddddd;
+ font-weight: normal;
+ text-align: justify;
+ font-size: xx-small;
+ line-height: 120%;
+ margin-left: 5%;
+ margin-right: 5mm;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ table {
+ margin-left: 5%;
+ display: block;
+ }
+ tr {
+ display: block;
+ }
+ th,td {
+ display: inline;
+ }
+ body {
+ color: black;
+ background: #ffffff;
+ }
+ a:link {
+ color: #003399;
+ text-decoration: none;
+ }
+ a:visited {
+ color: #003399;
+ text-decoration: none;
+ /* background-color: #e3ecef; */
+ }
+ a:hover {
+ color: #000000;
+ text-decoration: underline;
+ background-color: #fff3b6;
+ }
+ a:hover IMG {
+ background-color: #ffffff;
+ }
+ a:active {
+ color: #003399;
+ text-decoration: underline;
+ }
+ object {
+ display: block;
+ margin-left: 2mm;
+ margin-right: 2mm;
+ margin-top: 4px;
+ margin-bottom: 8px;
+ }
+ text,text[class|="norm"] {
+ display: block;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ text-align: justify;
+ font-weight: normal;
+ font-size: 100%;
+ line-height: 150%;
+ margin-left: 5%;
+ margin-right: 5%;
+ margin-top: 2px;
+ margin-bottom: 0px;
+ }
+ text[class|="h1"] {
+ font-size: 120%;
+ font-weight: bold;
+ text-align: left;
+ line-height: 120%;
+ margin-top: 20px;
+ margin-bottom: 10px;
+ }
+ text[class|="h2"] {
+ font-weight: bold;
+ font-size: 110%;
+ text-align: left;
+ margin-top: 20px;
+ margin-bottom: 10px;
+ }
+ text[class|="h3"] {
+ font-size: 110%;
+ font-weight: bold;
+ text-align: left;
+ }
+ text[class|="h4"] {
+ font-size: 110%;
+ font-weight: bold;
+ text-align: left;
+ }
+ text[class|="h5"] {
+ font-size: 110%;
+ font-weight: bold;
+ text-align: left;
+ }
+ text[class|="h6"] {
+ font-size: 110%;
+ font-weight: bold;
+ text-align: left;
+ }
+ text[class|="indent0"] {
+ margin-left: 10%;
+ }
+ text[class|="indent1"] {
+ margin-left: 15%;
+ }
+ text[class|="indent2"] {
+ margin-left: 20%;
+ }
+ text[class|="indent3"] {
+ margin-left: 25%;
+ }
+ text[class|="indent4"] {
+ margin-left: 30%;
+ }
+ text[class|="indent5"] {
+ margin-left: 35%;
+ }
+ text[class|="indent6"] {
+ margin-left: 40%;
+ }
+ text[class|="indent7"] {
+ margin-left: 45%;
+ }
+ text[class|="indent8"] {
+ margin-left: 50%;
+ }
+ text[class|="indent9"] {
+ margin-left: 55%;
+ }
+ text[class|="indent_bullet"] {
+ text-indent: 0%;
+ }
+ text[class|="indent_bullet0"] {
+ text-indent: 0%;
+ }
+ text[class|="indent_bullet1"] {
+ text-indent: 10%;
+ }
+ text[class|="indent_bullet2"] {
+ text-indent: 15%;
+ }
+ text[class|="indent_bullet3"] {
+ text-indent: 20%;
+ }
+ text[class|="indent_bullet4"] {
+ text-indent: 25%;
+ }
+ text[class|="indent_bullet5"] {
+ text-indent: 30%;
+ }
+ text[class|="indent_bullet6"] {
+ text-indent: 35%;
+ }
+ text[class|="indent_bullet7"] {
+ text-indent: 40%;
+ }
+ text[class|="indent_bullet8"] {
+ text-indent: 45%;
+ }
+ text[class|="indent_bullet9"] {
+ text-indent: 50%;
+ }
+ text[class|="verse"], text[class|="group"], text[class|="code"] {
+ text-align: left;
+ }
+ ocn {
+ display: block;
+ text-align: right;
+ vertical-align: super;
+ color: #990000;
+ font-size: xx-small;
+ margin-right: 0mm;
+ margin-top: 0px;
+ margin-bottom: 0px;
+ }
+ endnote {
+ display: block;
+ font-size: small;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ font-weight: normal;
+ line-height: 150%;
+ text-align: justify;
+ margin-left: 10%;
+ margin-right: 5%;
+ margin-top: 4px;
+ margin-bottom: 0px;
+ }
+ endnote_indent {
+ display: block;
+ font-size: small;
+ font-family: verdana, arial, georgia, tahoma, sans-serif, helvetica, times, roman;
+ font-weight: normal;
+ line-height: 150%;
+ text-align: justify;
+ margin-left: 15%;
+ margin-right: 5%;
+ margin-top: 4px;
+ margin-bottom: 0px;
+ }
+ en {
+ font-size: xx-small;
+ vertical-align: super;
+ }
+ i { font-style: italic; }
+ b { font-style: bold; }
+ u { text-decoration: underline; }
+ br { display: block; }
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/image b/data/doc/manuals_generated/sisu_manual/_sisu/image
new file mode 120000
index 00000000..1e07cfa2
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/image
@@ -0,0 +1 @@
+../../_sisu/image \ No newline at end of file
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/image_local/GnuDebianLinuxRubyBetterWay.png b/data/doc/manuals_generated/sisu_manual/_sisu/image_local/GnuDebianLinuxRubyBetterWay.png
new file mode 100644
index 00000000..ce5b8830
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/image_local/GnuDebianLinuxRubyBetterWay.png
Binary files differ
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/image_local/sisu.home.png b/data/doc/manuals_generated/sisu_manual/_sisu/image_local/sisu.home.png
new file mode 100644
index 00000000..b449fa6b
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/image_local/sisu.home.png
Binary files differ
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/image_local/sisu.png b/data/doc/manuals_generated/sisu_manual/_sisu/image_local/sisu.png
new file mode 100644
index 00000000..b449fa6b
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/image_local/sisu.png
Binary files differ
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/image_local/tux.png b/data/doc/manuals_generated/sisu_manual/_sisu/image_local/tux.png
new file mode 100644
index 00000000..15fd152b
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/image_local/tux.png
Binary files differ
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/xml/rnc/sisu_dom.rnc b/data/doc/manuals_generated/sisu_manual/_sisu/xml/rnc/sisu_dom.rnc
new file mode 100644
index 00000000..01d8f214
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/xml/rnc/sisu_dom.rnc
@@ -0,0 +1,144 @@
+#% dom output model, part of SiSU and distributed under the same license
+default namespace = ""
+namespace xlink = "http://www.w3.org/1999/xlink"
+start =
+ element document {
+ element head {
+ element header {
+ meta,
+ (element creator { text }
+ | element date { xsd:NMTOKEN }
+ | element date_available { xsd:NMTOKEN }
+ | element date_created { xsd:NMTOKEN }
+ | element date_issued { xsd:NMTOKEN }
+ | element date_modified { xsd:NMTOKEN }
+ | element date_valid { xsd:NMTOKEN }
+ | element keywords { text }
+ | element language { xsd:NCName }
+ | element rights { (text | link)+ }
+ | element source { text }
+ | element structure { text }
+ | element subject { text }
+ | element title { text }
+ | element type { text }
+ | element source_control {
+ (br
+ | meta
+ | element sc {
+ attribute class { xsd:NCName },
+ text
+ })+
+ })
+ }+
+ },
+ element body {
+ element heading1 {
+ heading,
+ contents1*,
+ element heading2 {
+ heading,
+ contents1*,
+ element heading3 {
+ heading,
+ element contents1 {
+ heading,
+ content,
+ element contents2 {
+ heading,
+ content,
+ element contents3 { heading, content }*
+ }*
+ }+
+ }*
+ }*
+ }+
+ }
+ }
+meta = element meta { text }
+br = element br { empty }
+heading = element heading { object }
+contents1 =
+ element contents1 {
+ heading,
+ content,
+ element contents2 {
+ heading,
+ content,
+ element contents3 { heading, content }*
+ }*
+ }
+content = element content { object* }
+object =
+ element object {
+ attribute id { xsd:integer },
+ element ocn { text },
+ element nametag { text }?,
+ (element table {
+ attribute align { xsd:NCName },
+ attribute bgcolor { xsd:NCName },
+ attribute border { xsd:integer },
+ attribute cellpadding { xsd:integer },
+ attribute summary { text },
+ attribute width { text },
+ element tr {
+ element td {
+ attribute valign { xsd:NCName },
+ attribute width { text },
+ (text | b | i)+
+ }+
+ }+
+ }
+ | element text {
+ attribute class { xsd:NCName }?,
+ (text
+ | b
+ | del
+ | endnote
+ | i
+ | link
+ | element br { empty }
+ | element endnote {
+ element number { xsd:integer },
+ element note { (text | i | link)+ }
+ }
+ | element image {
+ attribute height { xsd:integer },
+ attribute width { xsd:integer },
+ attribute xlink:actuate { xsd:NCName },
+ attribute xlink:href { text },
+ attribute xlink:show { xsd:NCName },
+ attribute xlink:type { xsd:NCName }
+ }
+ | element sub { text })+
+ })
+ }
+i = element i { text }
+b = element i { text }
+u = element u { (text | b | i)+ }
+sub = element sub { xsd:NCName }
+sup = element sup { xsd:NCName }
+del = element del { (text | b | i | link)+ }
+link =
+ element link {
+ attribute xlink:href { xsd:anyURI },
+ attribute xlink:type { xsd:NCName },
+ xsd:anyURI
+ }
+endnote =
+ element endnote {
+ (element number { xsd:integer }
+ | element symbol { text }),
+ element note {
+ (text
+ | b
+ | br
+ | del
+ | i
+ | link
+ | sub
+ | sup
+ | u
+ | element em { xsd:NCName }
+ | element sub { xsd:NCName })+
+ }
+ }
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/xml/rnc/sisu_sax.rnc b/data/doc/manuals_generated/sisu_manual/_sisu/xml/rnc/sisu_sax.rnc
new file mode 100644
index 00000000..889a4617
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/xml/rnc/sisu_sax.rnc
@@ -0,0 +1,162 @@
+#% sax output model, part of SiSU and distributed under the same license
+default namespace = ""
+namespace xlink = "http://www.w3.org/1999/xlink"
+start =
+ element document {
+ element head {
+ (br
+ | meta
+ | element creator {
+ attribute class { xsd:NCName },
+ (text
+ | element link {
+ attribute xlink:href { xsd:anyURI },
+ attribute xlink:type { xsd:NCName },
+ xsd:anyURI
+ })+
+ }
+ | element date {
+ attribute class { xsd:NCName },
+ xsd:NMTOKEN
+ }
+ | element date_available {
+ attribute class { xsd:NCName },
+ xsd:NMTOKEN
+ }
+ | element date_created {
+ attribute class { xsd:NCName },
+ xsd:NMTOKEN
+ }
+ | element date_issued {
+ attribute class { xsd:NCName },
+ xsd:NMTOKEN
+ }
+ | element date_modified {
+ attribute class { xsd:NCName },
+ xsd:NMTOKEN
+ }
+ | element date_valid {
+ attribute class { xsd:NCName },
+ xsd:NMTOKEN
+ }
+ | element keywords {
+ attribute class { xsd:NCName },
+ text
+ }
+ | element language {
+ attribute class { xsd:NCName },
+ xsd:NCName
+ }
+ | element meta { xsd:NMTOKEN }
+ | element rights {
+ attribute class { xsd:NCName },
+ (text | link)+
+ }
+ | element source {
+ attribute class { xsd:NCName },
+ text
+ }
+ | element structure {
+ attribute class { xsd:NCName },
+ text
+ }
+ | element subject {
+ attribute class { xsd:NCName },
+ text
+ }
+ | element title {
+ attribute class { xsd:NCName },
+ text
+ }
+ | element type {
+ attribute class { xsd:NCName },
+ text
+ }
+ | element source_control {
+ (br
+ | meta
+ | element sc {
+ attribute class { xsd:NCName },
+ text
+ })+
+ })+
+ },
+ element body {
+ element object {
+ attribute id { text },
+ element ocn {
+ text
+ },
+ element text {
+ attribute class { xsd:NCName },
+ (text
+ | b
+ | br
+ | del
+ | en
+ | i
+ | link
+ | sub
+ | sup
+ | u
+ | element image {
+ attribute alt { text }?,
+ attribute height { xsd:integer }?,
+ attribute width { xsd:integer }?,
+ attribute xlink:actuate { xsd:NCName },
+ attribute xlink:href { text },
+ attribute xlink:show { xsd:NCName },
+ attribute xlink:type { xsd:NCName }
+ })+
+ }?,
+ element table {
+ attribute align { xsd:NCName },
+ attribute bgcolor { xsd:NCName },
+ attribute border { xsd:integer },
+ attribute cellpadding { xsd:integer },
+ attribute summary { text },
+ attribute width { text },
+ element tr {
+ element td {
+ attribute valign { xsd:NCName },
+ attribute width { text },
+ (text | b | i)+
+ }+
+ }+
+ }?,
+ element endnote {
+ attribute notenumber { xsd:integer }?,
+ attribute symbol { text }?,
+ (element number { xsd:integer }
+ | element symbol { text }),
+ element note {
+ (text
+ | b
+ | br
+ | del
+ | i
+ | link
+ | sup
+ | u
+ | element em { xsd:NCName }
+ | element sub { xsd:NCName })+
+ }
+ }*
+ }+
+ }
+ }
+meta = element meta { text }
+br = element br { empty }
+b = element b { (text | en | i | link | sup)+ }
+i = element i { (text | b | br | sup)+ }
+en = element en { text }
+sub = element sub { xsd:NCName }
+sup = element sup { xsd:NCName }
+link =
+ element link {
+ attribute xlink:href { xsd:anyURI },
+ attribute xlink:type { xsd:NCName },
+ (xsd:anyURI | text | b | i | sup)+
+ }
+u = element u { (text | b | i)+ }
+del = element del { (text | b | i | link)+ }
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/xml/rnc/sisu_xhtml.rnc b/data/doc/manuals_generated/sisu_manual/_sisu/xml/rnc/sisu_xhtml.rnc
new file mode 100644
index 00000000..c06cbee2
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/xml/rnc/sisu_xhtml.rnc
@@ -0,0 +1,149 @@
+#% xhtml output model, part of SiSU and distributed under the same license
+default namespace = ""
+namespace xlink = "http://www.w3.org/1999/xlink"
+start =
+ element document {
+ element head {
+ (br
+ | element creator {
+ attribute class { xsd:NCName },
+ (text
+ | element link {
+ attribute xlink:href { xsd:anyURI },
+ attribute xlink:type { xsd:NCName },
+ xsd:anyURI
+ })+
+ }
+ | element date {
+ attribute class { xsd:NCName },
+ xsd:NMTOKEN
+ }
+ | element date_available {
+ attribute class { xsd:NCName },
+ xsd:NMTOKEN
+ }
+ | element date_created {
+ attribute class { xsd:NCName },
+ xsd:NMTOKEN
+ }
+ | element date_issued {
+ attribute class { xsd:NCName },
+ xsd:NMTOKEN
+ }
+ | element date_modified {
+ attribute class { xsd:NCName },
+ xsd:NMTOKEN
+ }
+ | element date_valid {
+ attribute class { xsd:NCName },
+ xsd:NMTOKEN
+ }
+ | element language {
+ attribute class { xsd:NCName },
+ xsd:NCName
+ }
+ | element keywords {
+ attribute class { xsd:NCName },
+ text
+ }
+ | element meta {
+ attribute content { text }?,
+ attribute http-equiv { xsd:NCName }?,
+ text
+ }
+ | element rights {
+ attribute class { xsd:NCName },
+ (text | link)+
+ }
+ | element source {
+ attribute class { xsd:NCName },
+ text
+ }
+ | element structure {
+ attribute class { xsd:NCName },
+ text
+ }
+ | element subject {
+ attribute class { xsd:NCName },
+ text
+ }
+ | element title {
+ attribute class { xsd:NCName },
+ text
+ }
+ | element type {
+ attribute class { xsd:NCName },
+ xsd:NCName
+ })+
+ },
+ element body {
+ element object {
+ attribute id { xsd:integer },
+ (element endnote {
+ attribute notenumber { xsd:integer }?,
+ attribute symbol { text }?,
+ (text
+ | b
+ | br
+ | del
+ | i
+ | link
+ | sup
+ | u
+ | element em { xsd:NCName }
+ | element sub { xsd:NCName })+
+ }
+ | element ocn { text }
+ | element text {
+ attribute class { xsd:NCName },
+ (text
+ | b
+ | br
+ | del
+ | en
+ | i
+ | link
+ | sup
+ | u
+ | element image {
+ attribute alt { text }?,
+ attribute height { xsd:integer }?,
+ attribute width { xsd:integer }?,
+ attribute xlink:actuate { xsd:NCName },
+ attribute xlink:href { text },
+ attribute xlink:show { xsd:NCName },
+ attribute xlink:type { xsd:NCName }
+ }
+ | element sub { text })+
+ })+,
+ element table {
+ attribute align { xsd:NCName },
+ attribute bgcolor { xsd:NCName },
+ attribute border { xsd:integer },
+ attribute cellpadding { xsd:integer },
+ attribute summary { text },
+ attribute width { text },
+ element tr {
+ element td {
+ attribute valign { xsd:NCName },
+ attribute width { text },
+ (text | b | i)+
+ }+
+ }+
+ }?
+ }+
+ }
+ }
+br = element br { empty }
+en = element en { text }
+sup = element sup { xsd:NCName }
+i = element i { (text | b | br | sup)+ }
+link =
+ element link {
+ attribute xlink:href { xsd:anyURI },
+ attribute xlink:type { xsd:NCName },
+ (text | b | i | sup)+
+ }
+b = element b { (text | en | i | link | sup)+ }
+u = element u { (text | b | i)+ }
+del = element del { (text | b | i | link)+ }
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/xml/rng/sisu_dom.rng b/data/doc/manuals_generated/sisu_manual/_sisu/xml/rng/sisu_dom.rng
new file mode 100644
index 00000000..811d2bb9
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/xml/rng/sisu_dom.rng
@@ -0,0 +1,356 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- % dom output model, part of SiSU and distributed under the same license -->
+<grammar xmlns:xlink="http://www.w3.org/1999/xlink" ns="" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
+ <start>
+ <element name="document">
+ <element name="head">
+ <oneOrMore>
+ <element name="header">
+ <ref name="meta"/>
+ <choice>
+ <element name="creator">
+ <text/>
+ </element>
+ <element name="date">
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date_available">
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date_created">
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date_issued">
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date_modified">
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date_valid">
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="keywords">
+ <text/>
+ </element>
+ <element name="language">
+ <data type="NCName"/>
+ </element>
+ <element name="rights">
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="link"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ <element name="source">
+ <text/>
+ </element>
+ <element name="structure">
+ <text/>
+ </element>
+ <element name="subject">
+ <text/>
+ </element>
+ <element name="title">
+ <text/>
+ </element>
+ <element name="type">
+ <text/>
+ </element>
+ <element name="source_control">
+ <oneOrMore>
+ <choice>
+ <ref name="br"/>
+ <ref name="meta"/>
+ <element name="sc">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <text/>
+ </element>
+ </choice>
+ </oneOrMore>
+ </element>
+ </choice>
+ </element>
+ </oneOrMore>
+ </element>
+ <element name="body">
+ <oneOrMore>
+ <element name="heading1">
+ <ref name="heading"/>
+ <zeroOrMore>
+ <ref name="contents1"/>
+ </zeroOrMore>
+ <zeroOrMore>
+ <element name="heading2">
+ <ref name="heading"/>
+ <zeroOrMore>
+ <ref name="contents1"/>
+ </zeroOrMore>
+ <zeroOrMore>
+ <element name="heading3">
+ <ref name="heading"/>
+ <oneOrMore>
+ <element name="contents1">
+ <ref name="heading"/>
+ <ref name="content"/>
+ <zeroOrMore>
+ <element name="contents2">
+ <ref name="heading"/>
+ <ref name="content"/>
+ <zeroOrMore>
+ <element name="contents3">
+ <ref name="heading"/>
+ <ref name="content"/>
+ </element>
+ </zeroOrMore>
+ </element>
+ </zeroOrMore>
+ </element>
+ </oneOrMore>
+ </element>
+ </zeroOrMore>
+ </element>
+ </zeroOrMore>
+ </element>
+ </oneOrMore>
+ </element>
+ </element>
+ </start>
+ <define name="meta">
+ <element name="meta">
+ <text/>
+ </element>
+ </define>
+ <define name="br">
+ <element name="br">
+ <empty/>
+ </element>
+ </define>
+ <define name="heading">
+ <element name="heading">
+ <ref name="object"/>
+ </element>
+ </define>
+ <define name="contents1">
+ <element name="contents1">
+ <ref name="heading"/>
+ <ref name="content"/>
+ <zeroOrMore>
+ <element name="contents2">
+ <ref name="heading"/>
+ <ref name="content"/>
+ <zeroOrMore>
+ <element name="contents3">
+ <ref name="heading"/>
+ <ref name="content"/>
+ </element>
+ </zeroOrMore>
+ </element>
+ </zeroOrMore>
+ </element>
+ </define>
+ <define name="content">
+ <element name="content">
+ <zeroOrMore>
+ <ref name="object"/>
+ </zeroOrMore>
+ </element>
+ </define>
+ <define name="object">
+ <element name="object">
+ <attribute name="id">
+ <data type="integer"/>
+ </attribute>
+ <element name="ocn">
+ <text/>
+ </element>
+ <optional>
+ <element name="nametag">
+ <text/>
+ </element>
+ </optional>
+ <choice>
+ <element name="table">
+ <attribute name="align">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="bgcolor">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="border">
+ <data type="integer"/>
+ </attribute>
+ <attribute name="cellpadding">
+ <data type="integer"/>
+ </attribute>
+ <attribute name="summary"/>
+ <attribute name="width"/>
+ <oneOrMore>
+ <element name="tr">
+ <oneOrMore>
+ <element name="td">
+ <attribute name="valign">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="width"/>
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="i"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ </oneOrMore>
+ </element>
+ </oneOrMore>
+ </element>
+ <element name="text">
+ <optional>
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ </optional>
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="del"/>
+ <ref name="endnote"/>
+ <ref name="i"/>
+ <ref name="link"/>
+ <element name="br">
+ <empty/>
+ </element>
+ <element name="endnote">
+ <element name="number">
+ <data type="integer"/>
+ </element>
+ <element name="note">
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="i"/>
+ <ref name="link"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ </element>
+ <element name="image">
+ <attribute name="height">
+ <data type="integer"/>
+ </attribute>
+ <attribute name="width">
+ <data type="integer"/>
+ </attribute>
+ <attribute name="xlink:actuate">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="xlink:href"/>
+ <attribute name="xlink:show">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="xlink:type">
+ <data type="NCName"/>
+ </attribute>
+ </element>
+ <element name="sub">
+ <text/>
+ </element>
+ </choice>
+ </oneOrMore>
+ </element>
+ </choice>
+ </element>
+ </define>
+ <define name="i">
+ <element name="i">
+ <text/>
+ </element>
+ </define>
+ <define name="b">
+ <element name="i">
+ <text/>
+ </element>
+ </define>
+ <define name="u">
+ <element name="u">
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="i"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ </define>
+ <define name="sub">
+ <element name="sub">
+ <data type="NCName"/>
+ </element>
+ </define>
+ <define name="sup">
+ <element name="sup">
+ <data type="NCName"/>
+ </element>
+ </define>
+ <define name="del">
+ <element name="del">
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="i"/>
+ <ref name="link"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ </define>
+ <define name="link">
+ <element name="link">
+ <attribute name="xlink:href">
+ <data type="anyURI"/>
+ </attribute>
+ <attribute name="xlink:type">
+ <data type="NCName"/>
+ </attribute>
+ <data type="anyURI"/>
+ </element>
+ </define>
+ <define name="endnote">
+ <element name="endnote">
+ <choice>
+ <element name="number">
+ <data type="integer"/>
+ </element>
+ <element name="symbol">
+ <text/>
+ </element>
+ </choice>
+ <element name="note">
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="br"/>
+ <ref name="del"/>
+ <ref name="i"/>
+ <ref name="link"/>
+ <ref name="sub"/>
+ <ref name="sup"/>
+ <ref name="u"/>
+ <element name="em">
+ <data type="NCName"/>
+ </element>
+ <element name="sub">
+ <data type="NCName"/>
+ </element>
+ </choice>
+ </oneOrMore>
+ </element>
+ </element>
+ </define>
+</grammar>
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/xml/rng/sisu_sax.rng b/data/doc/manuals_generated/sisu_manual/_sisu/xml/rng/sisu_sax.rng
new file mode 100644
index 00000000..b8850936
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/xml/rng/sisu_sax.rng
@@ -0,0 +1,366 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- % sax output model, part of SiSU and distributed under the same license -->
+<grammar xmlns:xlink="http://www.w3.org/1999/xlink" ns="" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
+ <start>
+ <element name="document">
+ <element name="head">
+ <oneOrMore>
+ <choice>
+ <ref name="br"/>
+ <ref name="meta"/>
+ <element name="creator">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <oneOrMore>
+ <choice>
+ <text/>
+ <element name="link">
+ <attribute name="xlink:href">
+ <data type="anyURI"/>
+ </attribute>
+ <attribute name="xlink:type">
+ <data type="NCName"/>
+ </attribute>
+ <data type="anyURI"/>
+ </element>
+ </choice>
+ </oneOrMore>
+ </element>
+ <element name="date">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date_available">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date_created">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date_issued">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date_modified">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date_valid">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="keywords">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <text/>
+ </element>
+ <element name="language">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <data type="NCName"/>
+ </element>
+ <element name="meta">
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="rights">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="link"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ <element name="source">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <text/>
+ </element>
+ <element name="structure">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <text/>
+ </element>
+ <element name="subject">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <text/>
+ </element>
+ <element name="title">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <text/>
+ </element>
+ <element name="type">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <text/>
+ </element>
+ <element name="source_control">
+ <oneOrMore>
+ <choice>
+ <ref name="br"/>
+ <ref name="meta"/>
+ <element name="sc">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <text/>
+ </element>
+ </choice>
+ </oneOrMore>
+ </element>
+ </choice>
+ </oneOrMore>
+ </element>
+ <element name="body">
+ <oneOrMore>
+ <element name="object">
+ <attribute name="id"/>
+ <element name="ocn">
+ <text/>
+ </element>
+ <optional>
+ <element name="text">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="br"/>
+ <ref name="del"/>
+ <ref name="en"/>
+ <ref name="i"/>
+ <ref name="link"/>
+ <ref name="sub"/>
+ <ref name="sup"/>
+ <ref name="u"/>
+ <element name="image">
+ <optional>
+ <attribute name="alt"/>
+ </optional>
+ <optional>
+ <attribute name="height">
+ <data type="integer"/>
+ </attribute>
+ </optional>
+ <optional>
+ <attribute name="width">
+ <data type="integer"/>
+ </attribute>
+ </optional>
+ <attribute name="xlink:actuate">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="xlink:href"/>
+ <attribute name="xlink:show">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="xlink:type">
+ <data type="NCName"/>
+ </attribute>
+ </element>
+ </choice>
+ </oneOrMore>
+ </element>
+ </optional>
+ <optional>
+ <element name="table">
+ <attribute name="align">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="bgcolor">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="border">
+ <data type="integer"/>
+ </attribute>
+ <attribute name="cellpadding">
+ <data type="integer"/>
+ </attribute>
+ <attribute name="summary"/>
+ <attribute name="width"/>
+ <oneOrMore>
+ <element name="tr">
+ <oneOrMore>
+ <element name="td">
+ <attribute name="valign">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="width"/>
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="i"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ </oneOrMore>
+ </element>
+ </oneOrMore>
+ </element>
+ </optional>
+ <zeroOrMore>
+ <element name="endnote">
+ <optional>
+ <attribute name="notenumber">
+ <data type="integer"/>
+ </attribute>
+ </optional>
+ <optional>
+ <attribute name="symbol"/>
+ </optional>
+ <choice>
+ <element name="number">
+ <data type="integer"/>
+ </element>
+ <element name="symbol">
+ <text/>
+ </element>
+ </choice>
+ <element name="note">
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="br"/>
+ <ref name="del"/>
+ <ref name="i"/>
+ <ref name="link"/>
+ <ref name="sup"/>
+ <ref name="u"/>
+ <element name="em">
+ <data type="NCName"/>
+ </element>
+ <element name="sub">
+ <data type="NCName"/>
+ </element>
+ </choice>
+ </oneOrMore>
+ </element>
+ </element>
+ </zeroOrMore>
+ </element>
+ </oneOrMore>
+ </element>
+ </element>
+ </start>
+ <define name="meta">
+ <element name="meta">
+ <text/>
+ </element>
+ </define>
+ <define name="br">
+ <element name="br">
+ <empty/>
+ </element>
+ </define>
+ <define name="b">
+ <element name="b">
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="en"/>
+ <ref name="i"/>
+ <ref name="link"/>
+ <ref name="sup"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ </define>
+ <define name="i">
+ <element name="i">
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="br"/>
+ <ref name="sup"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ </define>
+ <define name="en">
+ <element name="en">
+ <text/>
+ </element>
+ </define>
+ <define name="sub">
+ <element name="sub">
+ <data type="NCName"/>
+ </element>
+ </define>
+ <define name="sup">
+ <element name="sup">
+ <data type="NCName"/>
+ </element>
+ </define>
+ <define name="link">
+ <element name="link">
+ <attribute name="xlink:href">
+ <data type="anyURI"/>
+ </attribute>
+ <attribute name="xlink:type">
+ <data type="NCName"/>
+ </attribute>
+ <oneOrMore>
+ <choice>
+ <data type="anyURI"/>
+ <text/>
+ <ref name="b"/>
+ <ref name="i"/>
+ <ref name="sup"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ </define>
+ <define name="u">
+ <element name="u">
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="i"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ </define>
+ <define name="del">
+ <element name="del">
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="i"/>
+ <ref name="link"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ </define>
+</grammar>
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/xml/rng/sisu_xhtml.rng b/data/doc/manuals_generated/sisu_manual/_sisu/xml/rng/sisu_xhtml.rng
new file mode 100644
index 00000000..0783bc84
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/xml/rng/sisu_xhtml.rng
@@ -0,0 +1,342 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- % xhtml output model, part of SiSU and distributed under the same license -->
+<grammar xmlns:xlink="http://www.w3.org/1999/xlink" ns="" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
+ <start>
+ <element name="document">
+ <element name="head">
+ <oneOrMore>
+ <choice>
+ <ref name="br"/>
+ <element name="creator">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <oneOrMore>
+ <choice>
+ <text/>
+ <element name="link">
+ <attribute name="xlink:href">
+ <data type="anyURI"/>
+ </attribute>
+ <attribute name="xlink:type">
+ <data type="NCName"/>
+ </attribute>
+ <data type="anyURI"/>
+ </element>
+ </choice>
+ </oneOrMore>
+ </element>
+ <element name="date">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date_available">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date_created">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date_issued">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date_modified">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date_valid">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="language">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <data type="NCName"/>
+ </element>
+ <element name="keywords">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <text/>
+ </element>
+ <element name="meta">
+ <optional>
+ <attribute name="content"/>
+ </optional>
+ <optional>
+ <attribute name="http-equiv">
+ <data type="NCName"/>
+ </attribute>
+ </optional>
+ <text/>
+ </element>
+ <element name="rights">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="link"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ <element name="source">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <text/>
+ </element>
+ <element name="structure">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <text/>
+ </element>
+ <element name="subject">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <text/>
+ </element>
+ <element name="title">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <text/>
+ </element>
+ <element name="type">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <data type="NCName"/>
+ </element>
+ </choice>
+ </oneOrMore>
+ </element>
+ <element name="body">
+ <oneOrMore>
+ <element name="object">
+ <attribute name="id">
+ <data type="integer"/>
+ </attribute>
+ <oneOrMore>
+ <choice>
+ <element name="endnote">
+ <optional>
+ <attribute name="notenumber">
+ <data type="integer"/>
+ </attribute>
+ </optional>
+ <optional>
+ <attribute name="symbol"/>
+ </optional>
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="br"/>
+ <ref name="del"/>
+ <ref name="i"/>
+ <ref name="link"/>
+ <ref name="sup"/>
+ <ref name="u"/>
+ <element name="em">
+ <data type="NCName"/>
+ </element>
+ <element name="sub">
+ <data type="NCName"/>
+ </element>
+ </choice>
+ </oneOrMore>
+ </element>
+ <element name="ocn">
+ <text/>
+ </element>
+ <element name="text">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="br"/>
+ <ref name="del"/>
+ <ref name="en"/>
+ <ref name="i"/>
+ <ref name="link"/>
+ <ref name="sup"/>
+ <ref name="u"/>
+ <element name="image">
+ <optional>
+ <attribute name="alt"/>
+ </optional>
+ <optional>
+ <attribute name="height">
+ <data type="integer"/>
+ </attribute>
+ </optional>
+ <optional>
+ <attribute name="width">
+ <data type="integer"/>
+ </attribute>
+ </optional>
+ <attribute name="xlink:actuate">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="xlink:href"/>
+ <attribute name="xlink:show">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="xlink:type">
+ <data type="NCName"/>
+ </attribute>
+ </element>
+ <element name="sub">
+ <text/>
+ </element>
+ </choice>
+ </oneOrMore>
+ </element>
+ </choice>
+ </oneOrMore>
+ <optional>
+ <element name="table">
+ <attribute name="align">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="bgcolor">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="border">
+ <data type="integer"/>
+ </attribute>
+ <attribute name="cellpadding">
+ <data type="integer"/>
+ </attribute>
+ <attribute name="summary"/>
+ <attribute name="width"/>
+ <oneOrMore>
+ <element name="tr">
+ <oneOrMore>
+ <element name="td">
+ <attribute name="valign">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="width"/>
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="i"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ </oneOrMore>
+ </element>
+ </oneOrMore>
+ </element>
+ </optional>
+ </element>
+ </oneOrMore>
+ </element>
+ </element>
+ </start>
+ <define name="br">
+ <element name="br">
+ <empty/>
+ </element>
+ </define>
+ <define name="en">
+ <element name="en">
+ <text/>
+ </element>
+ </define>
+ <define name="sup">
+ <element name="sup">
+ <data type="NCName"/>
+ </element>
+ </define>
+ <define name="i">
+ <element name="i">
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="br"/>
+ <ref name="sup"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ </define>
+ <define name="link">
+ <element name="link">
+ <attribute name="xlink:href">
+ <data type="anyURI"/>
+ </attribute>
+ <attribute name="xlink:type">
+ <data type="NCName"/>
+ </attribute>
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="i"/>
+ <ref name="sup"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ </define>
+ <define name="b">
+ <element name="b">
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="en"/>
+ <ref name="i"/>
+ <ref name="link"/>
+ <ref name="sup"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ </define>
+ <define name="u">
+ <element name="u">
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="i"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ </define>
+ <define name="del">
+ <element name="del">
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="i"/>
+ <ref name="link"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ </define>
+</grammar>
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_dom.xsd b/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_dom.xsd
new file mode 100644
index 00000000..36f8df83
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_dom.xsd
@@ -0,0 +1,301 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- % dom output model, part of SiSU and distributed under the same license -->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
+ <xs:element name="document">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="head"/>
+ <xs:element ref="body"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="head">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element maxOccurs="unbounded" ref="header"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="header">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="meta"/>
+ <xs:choice>
+ <xs:element ref="creator"/>
+ <xs:element ref="date"/>
+ <xs:element ref="date_available"/>
+ <xs:element ref="date_created"/>
+ <xs:element ref="date_issued"/>
+ <xs:element ref="date_modified"/>
+ <xs:element ref="date_valid"/>
+ <xs:element ref="keywords"/>
+ <xs:element ref="language"/>
+ <xs:element ref="rights"/>
+ <xs:element ref="source"/>
+ <xs:element ref="structure"/>
+ <xs:element ref="subject"/>
+ <xs:element ref="title"/>
+ <xs:element ref="type"/>
+ <xs:element ref="source_control"/>
+ </xs:choice>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="creator" type="xs:string"/>
+ <xs:element name="date" type="xs:NMTOKEN"/>
+ <xs:element name="date_available" type="xs:NMTOKEN"/>
+ <xs:element name="date_created" type="xs:NMTOKEN"/>
+ <xs:element name="date_issued" type="xs:NMTOKEN"/>
+ <xs:element name="date_modified" type="xs:NMTOKEN"/>
+ <xs:element name="date_valid" type="xs:NMTOKEN"/>
+ <xs:element name="keywords" type="xs:string"/>
+ <xs:element name="language" type="xs:NCName"/>
+ <xs:element name="rights">
+ <xs:complexType mixed="true">
+ <xs:sequence>
+ <xs:element minOccurs="0" maxOccurs="unbounded" ref="link"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="source" type="xs:string"/>
+ <xs:element name="structure" type="xs:string"/>
+ <xs:element name="subject" type="xs:string"/>
+ <xs:element name="title" type="xs:string"/>
+ <xs:element name="type" type="xs:string"/>
+ <xs:element name="source_control">
+ <xs:complexType>
+ <xs:choice maxOccurs="unbounded">
+ <xs:element ref="br"/>
+ <xs:element ref="meta"/>
+ <xs:element ref="sc"/>
+ </xs:choice>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="sc">
+ <xs:complexType mixed="true">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="body">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element maxOccurs="unbounded" ref="heading1"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="heading1">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="heading"/>
+ <xs:element minOccurs="0" maxOccurs="unbounded" ref="contents1"/>
+ <xs:element minOccurs="0" maxOccurs="unbounded" ref="heading2"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="heading2">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="heading"/>
+ <xs:element minOccurs="0" maxOccurs="unbounded" ref="contents1"/>
+ <xs:element minOccurs="0" maxOccurs="unbounded" ref="heading3"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="heading3">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="heading"/>
+ <xs:element maxOccurs="unbounded" ref="contents1"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="contents1">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="heading"/>
+ <xs:element ref="content"/>
+ <xs:element minOccurs="0" maxOccurs="unbounded" ref="contents2"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="contents2">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="heading"/>
+ <xs:element ref="content"/>
+ <xs:element minOccurs="0" maxOccurs="unbounded" ref="contents3"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="contents3">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="heading"/>
+ <xs:element ref="content"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="meta" type="xs:string"/>
+ <xs:element name="br">
+ <xs:complexType/>
+ </xs:element>
+ <xs:element name="heading">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="object"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="content">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element minOccurs="0" maxOccurs="unbounded" ref="object"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="object">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="ocn"/>
+ <xs:element minOccurs="0" ref="nametag"/>
+ <xs:choice>
+ <xs:element ref="table"/>
+ <xs:element ref="text"/>
+ </xs:choice>
+ </xs:sequence>
+ <xs:attribute name="id" use="required" type="xs:integer"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="ocn" type="xs:string"/>
+ <xs:element name="nametag" type="xs:string"/>
+ <xs:element name="table">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element maxOccurs="unbounded" ref="tr"/>
+ </xs:sequence>
+ <xs:attribute name="align" use="required" type="xs:NCName"/>
+ <xs:attribute name="bgcolor" use="required" type="xs:NCName"/>
+ <xs:attribute name="border" use="required" type="xs:integer"/>
+ <xs:attribute name="cellpadding" use="required" type="xs:integer"/>
+ <xs:attribute name="summary" use="required"/>
+ <xs:attribute name="width" use="required"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="tr">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element maxOccurs="unbounded" ref="td"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="td">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="i"/>
+ <xs:element ref="i"/>
+ </xs:choice>
+ <xs:attribute name="valign" use="required" type="xs:NCName"/>
+ <xs:attribute name="width" use="required"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="text">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="i"/>
+ <xs:element ref="del"/>
+ <xs:element ref="endnote"/>
+ <xs:element ref="i"/>
+ <xs:element ref="link"/>
+ <xs:element ref="br"/>
+ <xs:element name="endnote">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="number"/>
+ <xs:element name="note">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="i"/>
+ <xs:element ref="link"/>
+ </xs:choice>
+ </xs:complexType>
+ </xs:element>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element ref="image"/>
+ <xs:element name="sub" type="xs:string"/>
+ </xs:choice>
+ <xs:attribute name="class" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="number" type="xs:integer"/>
+ <xs:element name="image">
+ <xs:complexType>
+ <xs:attribute name="height" use="required" type="xs:integer"/>
+ <xs:attribute name="width" use="required" type="xs:integer"/>
+ <xs:attribute ref="xlink:actuate" use="required"/>
+ <xs:attributeGroup ref="xlink:href"/>
+ <xs:attribute ref="xlink:show" use="required"/>
+ <xs:attribute ref="xlink:type" use="required"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="i" type="xs:string"/>
+ <xs:element name="u">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="i"/>
+ <xs:element ref="i"/>
+ </xs:choice>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="sub" type="xs:NCName"/>
+ <xs:element name="sup" type="xs:NCName"/>
+ <xs:element name="del">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="i"/>
+ <xs:element ref="i"/>
+ <xs:element ref="link"/>
+ </xs:choice>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="link">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:anyURI">
+ <xs:attributeGroup ref="xlink:href1"/>
+ <xs:attribute ref="xlink:type" use="required"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="endnote">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:choice>
+ <xs:element ref="number"/>
+ <xs:element ref="symbol"/>
+ </xs:choice>
+ <xs:element name="note">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="i"/>
+ <xs:element ref="br"/>
+ <xs:element ref="del"/>
+ <xs:element ref="i"/>
+ <xs:element ref="link"/>
+ <xs:element ref="sub"/>
+ <xs:element ref="sup"/>
+ <xs:element ref="u"/>
+ <xs:element ref="em"/>
+ <xs:element ref="sub"/>
+ </xs:choice>
+ </xs:complexType>
+ </xs:element>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="symbol" type="xs:string"/>
+ <xs:element name="em" type="xs:NCName"/>
+</xs:schema>
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_node.rng b/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_node.rng
new file mode 100644
index 00000000..ae28e8be
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_node.rng
@@ -0,0 +1,177 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- % node input model, part of SiSU and distributed under the same license -->
+<grammar ns="" xmlns="http://relaxng.org/ns/structure/1.0" datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes">
+ <start>
+ <element name="document">
+ <element name="head">
+ <oneOrMore>
+ <element name="header">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <choice>
+ <element name="creator">
+ <text/>
+ </element>
+ <element name="date">
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date.available">
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date.created">
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date.issued">
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date.modified">
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="date.valid">
+ <data type="NMTOKEN"/>
+ </element>
+ <element name="italicize">
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="i"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ <element name="language">
+ <data type="NCName"/>
+ </element>
+ <element name="links">
+ <text/>
+ </element>
+ <element name="markup">
+ <text/>
+ </element>
+ <element name="rights">
+ <text/>
+ </element>
+ <element name="skin">
+ <data type="NCName"/>
+ </element>
+ <element name="subject">
+ <text/>
+ </element>
+ <element name="title">
+ <text/>
+ </element>
+ <element name="type">
+ <data type="NCName"/>
+ </element>
+ <element name="vocabulary">
+ <data type="NCName"/>
+ </element>
+ </choice>
+ </element>
+ </oneOrMore>
+ </element>
+ <element name="body">
+ <oneOrMore>
+ <element name="object">
+ <choice>
+ <element name="text">
+ <attribute name="class">
+ <data type="NCName"/>
+ </attribute>
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ <ref name="i"/>
+ <element name="br">
+ <empty/>
+ </element>
+ <element name="endnote">
+ <attribute name="symbol">
+ <data type="NCName"/>
+ </attribute>
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="i"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ <element name="image.path">
+ <text/>
+ </element>
+ <element name="sub">
+ <text/>
+ </element>
+ </choice>
+ </oneOrMore>
+ </element>
+ <group>
+ <element name="ocn">
+ <empty/>
+ </element>
+ <element name="table">
+ <attribute name="align">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="bgcolor">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="border">
+ <data type="integer"/>
+ </attribute>
+ <attribute name="cellpadding">
+ <data type="integer"/>
+ </attribute>
+ <attribute name="summary"/>
+ <attribute name="width"/>
+ <oneOrMore>
+ <element name="tr">
+ <oneOrMore>
+ <element name="td">
+ <attribute name="valign">
+ <data type="NCName"/>
+ </attribute>
+ <attribute name="width"/>
+ <oneOrMore>
+ <choice>
+ <text/>
+ <ref name="b"/>
+ </choice>
+ </oneOrMore>
+ </element>
+ </oneOrMore>
+ </element>
+ </oneOrMore>
+ </element>
+ </group>
+ </choice>
+ <element name="node">
+ <element name="id">
+ <data type="integer"/>
+ </element>
+ <element name="parent">
+ <data type="integer"/>
+ </element>
+ <optional>
+ <element name="offspring">
+ <text/>
+ </element>
+ </optional>
+ </element>
+ </element>
+ </oneOrMore>
+ </element>
+ </element>
+ </start>
+ <define name="b">
+ <element name="b">
+ <text/>
+ </element>
+ </define>
+ <define name="i">
+ <element name="i">
+ <text/>
+ </element>
+ </define>
+</grammar>
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_sax.xsd b/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_sax.xsd
new file mode 100644
index 00000000..db6eb147
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_sax.xsd
@@ -0,0 +1,332 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- % sax output model, part of SiSU and distributed under the same license -->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
+ <xs:element name="document">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="head"/>
+ <xs:element ref="body"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="head">
+ <xs:complexType>
+ <xs:choice maxOccurs="unbounded">
+ <xs:element ref="br"/>
+ <xs:element ref="meta"/>
+ <xs:element ref="creator"/>
+ <xs:element ref="date"/>
+ <xs:element ref="date_available"/>
+ <xs:element ref="date_created"/>
+ <xs:element ref="date_issued"/>
+ <xs:element ref="date_modified"/>
+ <xs:element ref="date_valid"/>
+ <xs:element ref="keywords"/>
+ <xs:element ref="language"/>
+ <xs:element name="meta" type="xs:NMTOKEN"/>
+ <xs:element ref="rights"/>
+ <xs:element ref="source"/>
+ <xs:element ref="structure"/>
+ <xs:element ref="subject"/>
+ <xs:element ref="title"/>
+ <xs:element ref="type"/>
+ <xs:element ref="source_control"/>
+ </xs:choice>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="creator">
+ <xs:complexType mixed="true">
+ <xs:sequence>
+ <xs:element minOccurs="0" maxOccurs="unbounded" name="link">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:anyURI">
+ <xs:attributeGroup ref="xlink:href"/>
+ <xs:attribute ref="xlink:type" use="required"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ </xs:sequence>
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="date">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NMTOKEN">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="date_available">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NMTOKEN">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="date_created">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NMTOKEN">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="date_issued">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NMTOKEN">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="date_modified">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NMTOKEN">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="date_valid">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NMTOKEN">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="keywords">
+ <xs:complexType mixed="true">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="language">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NCName">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="rights">
+ <xs:complexType mixed="true">
+ <xs:sequence>
+ <xs:element minOccurs="0" maxOccurs="unbounded" ref="link"/>
+ </xs:sequence>
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="source">
+ <xs:complexType mixed="true">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="structure">
+ <xs:complexType mixed="true">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="subject">
+ <xs:complexType mixed="true">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="title">
+ <xs:complexType mixed="true">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="type">
+ <xs:complexType mixed="true">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="source_control">
+ <xs:complexType>
+ <xs:choice maxOccurs="unbounded">
+ <xs:element ref="br"/>
+ <xs:element ref="meta"/>
+ <xs:element ref="sc"/>
+ </xs:choice>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="sc">
+ <xs:complexType mixed="true">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="body">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element maxOccurs="unbounded" ref="object"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="object">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="ocn"/>
+ <xs:element minOccurs="0" ref="text"/>
+ <xs:element minOccurs="0" ref="table"/>
+ <xs:element minOccurs="0" maxOccurs="unbounded" ref="endnote"/>
+ </xs:sequence>
+ <xs:attribute name="id" use="required"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="ocn" type="xs:string"/>
+ <xs:element name="text">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="b"/>
+ <xs:element ref="br"/>
+ <xs:element ref="del"/>
+ <xs:element ref="en"/>
+ <xs:element ref="i"/>
+ <xs:element ref="link"/>
+ <xs:element ref="sub"/>
+ <xs:element ref="sup"/>
+ <xs:element ref="u"/>
+ <xs:element ref="image"/>
+ </xs:choice>
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="image">
+ <xs:complexType>
+ <xs:attribute name="alt"/>
+ <xs:attribute name="height" type="xs:integer"/>
+ <xs:attribute name="width" type="xs:integer"/>
+ <xs:attribute ref="xlink:actuate" use="required"/>
+ <xs:attributeGroup ref="xlink:href1"/>
+ <xs:attribute ref="xlink:show" use="required"/>
+ <xs:attribute ref="xlink:type" use="required"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="table">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element maxOccurs="unbounded" ref="tr"/>
+ </xs:sequence>
+ <xs:attribute name="align" use="required" type="xs:NCName"/>
+ <xs:attribute name="bgcolor" use="required" type="xs:NCName"/>
+ <xs:attribute name="border" use="required" type="xs:integer"/>
+ <xs:attribute name="cellpadding" use="required" type="xs:integer"/>
+ <xs:attribute name="summary" use="required"/>
+ <xs:attribute name="width" use="required"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="tr">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element maxOccurs="unbounded" ref="td"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="td">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="b"/>
+ <xs:element ref="i"/>
+ </xs:choice>
+ <xs:attribute name="valign" use="required" type="xs:NCName"/>
+ <xs:attribute name="width" use="required"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="endnote">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:choice>
+ <xs:element ref="number"/>
+ <xs:element ref="symbol"/>
+ </xs:choice>
+ <xs:element ref="note"/>
+ </xs:sequence>
+ <xs:attribute name="notenumber" type="xs:integer"/>
+ <xs:attribute name="symbol"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="number" type="xs:integer"/>
+ <xs:element name="symbol" type="xs:string"/>
+ <xs:element name="note">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="b"/>
+ <xs:element ref="br"/>
+ <xs:element ref="del"/>
+ <xs:element ref="i"/>
+ <xs:element ref="link"/>
+ <xs:element ref="sup"/>
+ <xs:element ref="u"/>
+ <xs:element ref="em"/>
+ <xs:element ref="sub"/>
+ </xs:choice>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="em" type="xs:NCName"/>
+ <xs:element name="sub" type="xs:NCName"/>
+ <xs:element name="meta" type="xs:string"/>
+ <xs:element name="br">
+ <xs:complexType/>
+ </xs:element>
+ <xs:element name="b">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="en"/>
+ <xs:element ref="i"/>
+ <xs:element ref="link"/>
+ <xs:element ref="sup"/>
+ </xs:choice>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="i">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="b"/>
+ <xs:element ref="br"/>
+ <xs:element ref="sup"/>
+ </xs:choice>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="en" type="xs:string"/>
+ <xs:element name="sup" type="xs:NCName"/>
+ <xs:element name="link">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="b"/>
+ <xs:element ref="i"/>
+ <xs:element ref="sup"/>
+ </xs:choice>
+ <xs:attributeGroup ref="xlink:href"/>
+ <xs:attribute ref="xlink:type" use="required"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="u">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="b"/>
+ <xs:element ref="i"/>
+ </xs:choice>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="del">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="b"/>
+ <xs:element ref="i"/>
+ <xs:element ref="link"/>
+ </xs:choice>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_xhtml.xsd b/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_xhtml.xsd
new file mode 100644
index 00000000..46bc706e
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/sisu_xhtml.xsd
@@ -0,0 +1,313 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- % xhtml output model, part of SiSU and distributed under the same license -->
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <xs:import namespace="http://www.w3.org/1999/xlink" schemaLocation="xlink.xsd"/>
+ <xs:element name="document">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element ref="head"/>
+ <xs:element ref="body"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="head">
+ <xs:complexType>
+ <xs:choice maxOccurs="unbounded">
+ <xs:element ref="br"/>
+ <xs:element ref="creator"/>
+ <xs:element ref="date"/>
+ <xs:element ref="date_available"/>
+ <xs:element ref="date_created"/>
+ <xs:element ref="date_issued"/>
+ <xs:element ref="date_modified"/>
+ <xs:element ref="date_valid"/>
+ <xs:element ref="language"/>
+ <xs:element ref="keywords"/>
+ <xs:element ref="meta"/>
+ <xs:element ref="rights"/>
+ <xs:element ref="source"/>
+ <xs:element ref="structure"/>
+ <xs:element ref="subject"/>
+ <xs:element ref="title"/>
+ <xs:element ref="type"/>
+ </xs:choice>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="creator">
+ <xs:complexType mixed="true">
+ <xs:sequence>
+ <xs:element minOccurs="0" maxOccurs="unbounded" name="link">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:anyURI">
+ <xs:attributeGroup ref="xlink:href"/>
+ <xs:attribute ref="xlink:type" use="required"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ </xs:sequence>
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="date">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NMTOKEN">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="date_available">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NMTOKEN">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="date_created">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NMTOKEN">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="date_issued">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NMTOKEN">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="date_modified">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NMTOKEN">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="date_valid">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NMTOKEN">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="language">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NCName">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="keywords">
+ <xs:complexType mixed="true">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="meta">
+ <xs:complexType mixed="true">
+ <xs:attribute name="content"/>
+ <xs:attribute name="http-equiv" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="rights">
+ <xs:complexType mixed="true">
+ <xs:sequence>
+ <xs:element minOccurs="0" maxOccurs="unbounded" ref="link"/>
+ </xs:sequence>
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="source">
+ <xs:complexType mixed="true">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="structure">
+ <xs:complexType mixed="true">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="subject">
+ <xs:complexType mixed="true">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="title">
+ <xs:complexType mixed="true">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="type">
+ <xs:complexType>
+ <xs:simpleContent>
+ <xs:extension base="xs:NCName">
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="body">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element maxOccurs="unbounded" ref="object"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="object">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:choice maxOccurs="unbounded">
+ <xs:element ref="endnote"/>
+ <xs:element ref="ocn"/>
+ <xs:element ref="text"/>
+ </xs:choice>
+ <xs:element minOccurs="0" ref="table"/>
+ </xs:sequence>
+ <xs:attribute name="id" use="required" type="xs:integer"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="endnote">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="b"/>
+ <xs:element ref="br"/>
+ <xs:element ref="del"/>
+ <xs:element ref="i"/>
+ <xs:element ref="link"/>
+ <xs:element ref="sup"/>
+ <xs:element ref="u"/>
+ <xs:element ref="em"/>
+ <xs:element name="sub" type="xs:NCName"/>
+ </xs:choice>
+ <xs:attribute name="notenumber" type="xs:integer"/>
+ <xs:attribute name="symbol"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="em" type="xs:NCName"/>
+ <xs:element name="ocn" type="xs:string"/>
+ <xs:element name="text">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="b"/>
+ <xs:element ref="br"/>
+ <xs:element ref="del"/>
+ <xs:element ref="en"/>
+ <xs:element ref="i"/>
+ <xs:element ref="link"/>
+ <xs:element ref="sup"/>
+ <xs:element ref="u"/>
+ <xs:element ref="image"/>
+ <xs:element name="sub" type="xs:string"/>
+ </xs:choice>
+ <xs:attribute name="class" use="required" type="xs:NCName"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="image">
+ <xs:complexType>
+ <xs:attribute name="alt"/>
+ <xs:attribute name="height" type="xs:integer"/>
+ <xs:attribute name="width" type="xs:integer"/>
+ <xs:attribute ref="xlink:actuate" use="required"/>
+ <xs:attributeGroup ref="xlink:href1"/>
+ <xs:attribute ref="xlink:show" use="required"/>
+ <xs:attribute ref="xlink:type" use="required"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="table">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element maxOccurs="unbounded" ref="tr"/>
+ </xs:sequence>
+ <xs:attribute name="align" use="required" type="xs:NCName"/>
+ <xs:attribute name="bgcolor" use="required" type="xs:NCName"/>
+ <xs:attribute name="border" use="required" type="xs:integer"/>
+ <xs:attribute name="cellpadding" use="required" type="xs:integer"/>
+ <xs:attribute name="summary" use="required"/>
+ <xs:attribute name="width" use="required"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="tr">
+ <xs:complexType>
+ <xs:sequence>
+ <xs:element maxOccurs="unbounded" ref="td"/>
+ </xs:sequence>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="td">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="b"/>
+ <xs:element ref="i"/>
+ </xs:choice>
+ <xs:attribute name="valign" use="required" type="xs:NCName"/>
+ <xs:attribute name="width" use="required"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="br">
+ <xs:complexType/>
+ </xs:element>
+ <xs:element name="en" type="xs:string"/>
+ <xs:element name="sup" type="xs:NCName"/>
+ <xs:element name="i">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="b"/>
+ <xs:element ref="br"/>
+ <xs:element ref="sup"/>
+ </xs:choice>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="link">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="b"/>
+ <xs:element ref="i"/>
+ <xs:element ref="sup"/>
+ </xs:choice>
+ <xs:attributeGroup ref="xlink:href"/>
+ <xs:attribute ref="xlink:type" use="required"/>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="b">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="en"/>
+ <xs:element ref="i"/>
+ <xs:element ref="link"/>
+ <xs:element ref="sup"/>
+ </xs:choice>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="u">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="b"/>
+ <xs:element ref="i"/>
+ </xs:choice>
+ </xs:complexType>
+ </xs:element>
+ <xs:element name="del">
+ <xs:complexType mixed="true">
+ <xs:choice minOccurs="0" maxOccurs="unbounded">
+ <xs:element ref="b"/>
+ <xs:element ref="i"/>
+ <xs:element ref="link"/>
+ </xs:choice>
+ </xs:complexType>
+ </xs:element>
+</xs:schema>
diff --git a/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/xlink.xsd b/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/xlink.xsd
new file mode 100644
index 00000000..d1be61cc
--- /dev/null
+++ b/data/doc/manuals_generated/sisu_manual/_sisu/xml/xsd/xlink.xsd
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.w3.org/1999/xlink" xmlns:xlink="http://www.w3.org/1999/xlink">
+ <xs:import schemaLocation="sisu_xhtml.xsd"/>
+ <xs:attributeGroup name="href">
+ <xs:attribute name="href" use="required" form="qualified" type="xs:anyURI"/>
+ </xs:attributeGroup>
+ <xs:attribute name="type" type="xs:NCName"/>
+ <xs:attribute name="actuate" type="xs:NCName"/>
+ <xs:attributeGroup name="href1">
+ <xs:attribute name="href" use="required" form="qualified"/>
+ </xs:attributeGroup>
+ <xs:attribute name="show" type="xs:NCName"/>
+</xs:schema>