diff --git a/.editorconfig b/.editorconfig index 4c17a8eb..69abfe02 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,5 +17,6 @@ charset = utf-8 indent_style = space indent_size = 4 - - +# Don't insert newlines in `mimetype` files +[mimetype] +insert_final_newline = false diff --git a/.gitattributes b/.gitattributes index 13d1b96b..4da6fab1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -27,4 +27,4 @@ *.odp diff=zip *.otp diff=zip *.odf diff=zip -*.odb diff=zip \ No newline at end of file +*.odb diff=zip diff --git a/documentation/nordic2020-schematron-to-html.xsl b/documentation/nordic2020-schematron-to-html.xsl index e2d18271..2a87e12b 100644 --- a/documentation/nordic2020-schematron-to-html.xsl +++ b/documentation/nordic2020-schematron-to-html.xsl @@ -1,90 +1,90 @@ - - - - - - Schematron rules for Nordic EPUB 2020-1 - - - -

Schematron rules for Nordic EPUB 2020-1

- - - - - - - - - - - - - - - - - -
RuleGlobal descriptionDetailed description
- - - - - - - - - - - -
-
-
-
-
-
- - -
-
+ + + + + + Schematron rules for Nordic EPUB 2020-1 + + + +

Schematron rules for Nordic EPUB 2020-1

+ + + + + + + + + + + + + + + + + +
RuleGlobal descriptionDetailed description
+ + + + + + + + + + + +
+
+
+
+
+
+ + +
+
diff --git a/pom.xml b/pom.xml index 59532dfc..aa51f5eb 100644 --- a/pom.xml +++ b/pom.xml @@ -188,9 +188,9 @@ - src/test/**/*.epub - **/*.otf - documentation/*.odg + src/test/**/*.epub + **/*.otf + documentation/*.odg diff --git a/src/main/resources/css/dtbook.2005.basic.css b/src/main/resources/css/dtbook.2005.basic.css index 19e3fb95..3bf9b15d 100644 --- a/src/main/resources/css/dtbook.2005.basic.css +++ b/src/main/resources/css/dtbook.2005.basic.css @@ -1,611 +1,611 @@ -/* ------------------------------------------------------------ */ -/* dtbook.2005.basic.css - - Created 10-13-1999 by M. Moodie from M. Hakkinen's template - Modified 03-16-2000 and 09/06-2000 by M. Brown - Modified 12-12-2002 by Guillaume du Bourguet (BrailleNet) - M Gylling 2003-11-04: additions, merging and fixing of - Dtbvisv3.css, - dtbook-std.css, - dtbbase.css, into - dtbook.basic.css - version (2004-08-28, m gylling): - --> dtbook.2004.basic.css <-- - Changelist: - Added support for: bridgehead - hd - poem - linegroup - dateline - byline - epigraph - covertitle - - version (2005-01-18, m gylling and brandon nelson) - --> dtbook.2005.basic.css <-- - Changelist latest version: - Misc updates for Z39.86.2005 version of dtbook - - version (2006-08-18, b nelson) - Changelist: - Fixed inline pagenums - - version (2006-09-28, m gylling) - Changelist: - Fixed new http reference in this comment - - This CSS is supported and maintained by the Z39.86 committee. - You may modify and redistribute it, but please consider - donating enhancements back to the source. - - Contact: - markus.gylling@tpb.se - z3986@mail.daisy.org - WWW: http://www.daisy.org/z3986/2005/ - - Note: if you want to apply local/specific rules, - the best way to do that is to associate another - stylesheet with the dtbook document via an - additional xml-stylesheet link. - - In that additional stylesheet you can override - rules in or add rules to this stylesheet. - - If the proximity rule works to your disadvantage, - use the !important syntax to force things to order. */ -/* ------------------------------------------------------------ */ - -/* The following strings are searchable - to go directly to subsection: - - elements without display properties - base properties of whole doc - frontmatter - bodymatter - rearmatter - headings - pagenum, linenum - general block - general inlines - list.ul,list.ol - tables - images - -*/ - - -/* ------------------------------------------------------------- */ -/* elements without display properties */ -/* ------------------------------------------------------------- */ - -dtbook { - display:block; - width: 100%; -} - -head, head * { - display: none -} - - - -/* ------------------------------------------------------------- */ -/* base properties of whole doc */ -/* ------------------------------------------------------------- */ - -book { - display: block; - background-color: rgb(255,255,255); - color: rgb(0,0,0); - font-family: arial, verdana, sans-serif; - line-height: 1.5em; - margin-top: 4em; - margin-bottom: 2em; - margin-left: 6em; - margin-right: 6em; -} - -/* ------------------------------------------------------------- */ -/* frontmatter */ -/* ------------------------------------------------------------- */ - -frontmatter { - display: block; - margin-top: 1em; - margin-bottom: 1em; -} - -doctitle, docauthor, covertitle { - display: block; - font-weight: bold; - text-align: center; -} - -doctitle { - font-size: 2.0em; -} - -covertitle { - font-size: 1.5em; -} -docauthor { - font-style: italic; - font-size: 1.5em; -} - - - -/* ------------------------------------------------------------- */ -/* bodymatter */ -/* ------------------------------------------------------------- */ - -bodymatter { - display: block; - margin-top: 1em; - margin-bottom: 1em; -} - - -/* ------------------------------------------------------------- */ -/* rearmatter */ -/* ------------------------------------------------------------- */ - -rearmatter { - display: block; - margin-top: 1em; - margin-bottom: 1em; -} - -/* ------------------------------------------------------------- */ -/* headings */ -/* ------------------------------------------------------------- */ - -h1, h2, h3, h4, h5, h6, levelhd, bridgehead, hd { - display: block; - font-weight: bold; - margin-bottom: 0.5em; -} - -h1, level levelhd { - font-size: 1.7em; - margin-top: 1.5em -} -h2, level level levelhd { - font-size: 1.5em; - margin-top: 1.2em -} -h3, level level level levelhd { - font-size: 1.4em; - margin-top: 1.0em -} -h4, level level level level levelhd { - font-size: 1.3em; - margin-top: 1.0em -} -h5, level level level level level levelhd { - font-size: 1.2em; - margin-top: 1.0em -} -h6, level level level level level level levelhd { - font-size: 1.0em; - margin-top: 1.0em -} -bridgehead, hd { - font-size: 1.0em; - margin-top: 0.8em -} - -/* ------------------------------------------------------------- */ -/* pagenum, linenum */ -/* ------------------------------------------------------------- */ - -pagenum { - display: inline; - color: rgb(30,30,30); - padding: 0.2em 0.2em 0.2em 1em; - border: 1px solid rgb(200,200,250); - margin-top: 0.8em; - margin-bottom: 0.8em; -} - -level > pagenum, level1 > pagenum, level2 > pagenum, level3 > pagenum, level4 > pagenum, level5 > pagenum, level6 > pagenum { - display: block; -} - -linenum { - display: inline; -} - -linenum:after { - content: " " -} - -/* ------------------------------------------------------------- */ -/* general block */ -/* ------------------------------------------------------------- */ - -div { - display: block; -} - -p { - display: block; - margin-top: 0.7em; -} - -prodnote, notice { - display: block; - padding: 0.2em; - margin: 0.3em; - border: 1px solid black; -} - -/* sidebar content model block: -frontmatter bodymatter rearmatter level level1 level2 level3 level4 level5 level6 - sidebar content model inline: -div prodnote sidebar note annotation blockquote dd li th td -*/ - -sidebar { - display: block; - padding: 0.5em; - margin-top: 1.5em; - margin-bottom: 1.5em; - border: 1px solid rgb(0,0,0); - background-color: rgb(250,250,250); -} - -div sidebar, prodnote sidebar, sidebar sidebar, note sidebar, annotation sidebar, blockquote sidebar, dd sidebar, li sidebar, th sidebar, td sidebar { - float: right; - width: inherit; - clear: both; - margin-left: 1em; - margin-right: 1em; -} - -frontmatter sidebar, bodymatter sidebar, rearmatter sidebar, level sidebar, level1 sidebar, level2 sidebar, level3 sidebar, level4 sidebar, level5 sidebar, level6 sidebar { - /*inline formatting, all inherited from generic sidebar selector*/ -} - - -address { - display: block; - margin-top:1em; - margin-bottom:1em; -} - -note { - display:block; - margin: 1.2em 1em 1.2em 1em; - padding: 0.5em 1em 0.5em 1em; - border-top: 1px solid black; - border-bottom: 1px solid black; -} - -blockquote { - display: block; - margin-left: 2em; - margin-top: 0.6em; - margin-bottom: 0.6em; -} - -line { - display: block; - margin: 0em; -} - -poem { - display: block; - margin-left: 3em; - margin-top: 1em; - margin-bottom: 1em; -} - -linegroup { - display: block; - margin-top: 0.6em; -} - -dateline, byline { - display: block; -} - -epigraph { - display: block; - margin-top: 2em; - margin-bottom: 2em; - margin-left: 3em; - font-style: italic; -} - -/* ------------------------------------------------------------- */ -/* general inlines */ -/* ------------------------------------------------------------- */ - - -a { - display: inline; - text-decoration: underline; - color: rgb(0,0,255); -} - -bdo { - display: inline; -} - -em { - display: inline; - font-style: italic; -} - -strong { - display: inline; - font-weight: bold; -} - -kbd { - display: inline; - font-variant: small-caps; - font-size: 90%; - background: rgb(0,0,0); - color: rgb(255,255,255); - padding: 0.2em; -} - -span { - display: inline; -} - -sub { - display: inline; - vertical-align : sub; - font-size : 90%; - padding-left: 0.3em; - padding-right: 0.3em; -} - -sup { - display: inline; - vertical-align : super; - font-size : 90%; - padding-left: 0.3em; - padding-right: 0.3em; -} - -abbr, acronym { - display: inline; - border-bottom: 1px dotted gray; -} - -dfn { - display: inline; - border-bottom: 1px dashed black; -} - -code { - display: inline; - font-family: courier, verdana, arial, sans-serif; -} - -samp { - display: inline; -} - -cite { - display: inline; -} - -cite title { - display: inline; - border-bottom: 1px solid grey -} - -cite author { - display: inline; -} - -br { - display:block; -} - -q { - display: inline; - font-style: italic; -} - -noteref, annoref { - display: inline; - font-size: 0.7em; - vertical-align: super; - padding-left: 0.3em; - padding-right: 0.3em; - border: 1px solid rgb(210,210,210); -} - -sent { - display:inline; - margin:0em; -} - -w { - display:inline; - margin:0em; -} - - -/* ------------------------------------------------------------- */ -/* list.ul,list.ol */ -/* */ -/* li > list[type=ul] { - list-style-type: circle; -} - -list > li > list > li > list[type=ul] { - list-style-type: square; -} - -list > li > list, list li list { - margin-top: 0em; - margin-bottom: 0em; -} - -/* ------------------------------------------------------------- */ -/* definition list */ -/* ------------------------------------------------------------- */ - -dl, dt, dd { - display: block; -} - -dt { - font-weight: bold; - margin-top: 0.4em; -} - -dd { - margin-left: 2em; -} - - -/* ------------------------------------------------------------- */ -/* tables */ -/* ------------------------------------------------------------- */ - - -table { - display: table; - border-spacing: 0px; - border-collapse: collapse; - margin-top: 0; - margin-bottom: 0; - /* -moz-box-sizing: border-box; */ - text-indent: 0; - empty-cells: show; -} - -table > caption { - display: table-caption; - text-align: center; - /* -moz-box-sizing: border-box; */ -} - -tr { - display: table-row; - vertical-align: inherit; -} - -col { - display: table-column; -} - -colgroup { - display: table-column-group; -} - -tbody { - display: table-row-group; - vertical-align: middle; -} - -thead { - display: table-header-group; - vertical-align: middle; -} - -tfoot { - display: table-footer-group; - vertical-align: middle; -} - -td { - display: table-cell; - border: 1px solid gray; - vertical-align: inherit; - text-align: inherit; - padding: 0.5em; -} - -th { - display: table-cell; - /*border: 1px solid gray;*/ - vertical-align: inherit; - font-weight: bold; - padding: 2px; -} - - -/* ------------------------------------------------------------- */ -/* images */ -/* ------------------------------------------------------------- */ - -imggroup { - display: inline; -} - -/* -img:before { - content: url(attr(src)); -} -*/ - -imggroup > caption { - font-size: 80%; -} - - \ No newline at end of file +/* ------------------------------------------------------------ */ +/* dtbook.2005.basic.css + + Created 10-13-1999 by M. Moodie from M. Hakkinen's template + Modified 03-16-2000 and 09/06-2000 by M. Brown + Modified 12-12-2002 by Guillaume du Bourguet (BrailleNet) + M Gylling 2003-11-04: additions, merging and fixing of + Dtbvisv3.css, + dtbook-std.css, + dtbbase.css, into + dtbook.basic.css + version (2004-08-28, m gylling): + --> dtbook.2004.basic.css <-- + Changelist: + Added support for: bridgehead + hd + poem + linegroup + dateline + byline + epigraph + covertitle + + version (2005-01-18, m gylling and brandon nelson) + --> dtbook.2005.basic.css <-- + Changelist latest version: + Misc updates for Z39.86.2005 version of dtbook + + version (2006-08-18, b nelson) + Changelist: + Fixed inline pagenums + + version (2006-09-28, m gylling) + Changelist: + Fixed new http reference in this comment + + This CSS is supported and maintained by the Z39.86 committee. + You may modify and redistribute it, but please consider + donating enhancements back to the source. + + Contact: + markus.gylling@tpb.se + z3986@mail.daisy.org + WWW: http://www.daisy.org/z3986/2005/ + + Note: if you want to apply local/specific rules, + the best way to do that is to associate another + stylesheet with the dtbook document via an + additional xml-stylesheet link. + + In that additional stylesheet you can override + rules in or add rules to this stylesheet. + + If the proximity rule works to your disadvantage, + use the !important syntax to force things to order. */ +/* ------------------------------------------------------------ */ + +/* The following strings are searchable + to go directly to subsection: + + elements without display properties + base properties of whole doc + frontmatter + bodymatter + rearmatter + headings + pagenum, linenum + general block + general inlines + list.ul,list.ol + tables + images + +*/ + + +/* ------------------------------------------------------------- */ +/* elements without display properties */ +/* ------------------------------------------------------------- */ + +dtbook { + display:block; + width: 100%; +} + +head, head * { + display: none +} + + + +/* ------------------------------------------------------------- */ +/* base properties of whole doc */ +/* ------------------------------------------------------------- */ + +book { + display: block; + background-color: rgb(255,255,255); + color: rgb(0,0,0); + font-family: arial, verdana, sans-serif; + line-height: 1.5em; + margin-top: 4em; + margin-bottom: 2em; + margin-left: 6em; + margin-right: 6em; +} + +/* ------------------------------------------------------------- */ +/* frontmatter */ +/* ------------------------------------------------------------- */ + +frontmatter { + display: block; + margin-top: 1em; + margin-bottom: 1em; +} + +doctitle, docauthor, covertitle { + display: block; + font-weight: bold; + text-align: center; +} + +doctitle { + font-size: 2.0em; +} + +covertitle { + font-size: 1.5em; +} +docauthor { + font-style: italic; + font-size: 1.5em; +} + + + +/* ------------------------------------------------------------- */ +/* bodymatter */ +/* ------------------------------------------------------------- */ + +bodymatter { + display: block; + margin-top: 1em; + margin-bottom: 1em; +} + + +/* ------------------------------------------------------------- */ +/* rearmatter */ +/* ------------------------------------------------------------- */ + +rearmatter { + display: block; + margin-top: 1em; + margin-bottom: 1em; +} + +/* ------------------------------------------------------------- */ +/* headings */ +/* ------------------------------------------------------------- */ + +h1, h2, h3, h4, h5, h6, levelhd, bridgehead, hd { + display: block; + font-weight: bold; + margin-bottom: 0.5em; +} + +h1, level levelhd { + font-size: 1.7em; + margin-top: 1.5em +} +h2, level level levelhd { + font-size: 1.5em; + margin-top: 1.2em +} +h3, level level level levelhd { + font-size: 1.4em; + margin-top: 1.0em +} +h4, level level level level levelhd { + font-size: 1.3em; + margin-top: 1.0em +} +h5, level level level level level levelhd { + font-size: 1.2em; + margin-top: 1.0em +} +h6, level level level level level level levelhd { + font-size: 1.0em; + margin-top: 1.0em +} +bridgehead, hd { + font-size: 1.0em; + margin-top: 0.8em +} + +/* ------------------------------------------------------------- */ +/* pagenum, linenum */ +/* ------------------------------------------------------------- */ + +pagenum { + display: inline; + color: rgb(30,30,30); + padding: 0.2em 0.2em 0.2em 1em; + border: 1px solid rgb(200,200,250); + margin-top: 0.8em; + margin-bottom: 0.8em; +} + +level > pagenum, level1 > pagenum, level2 > pagenum, level3 > pagenum, level4 > pagenum, level5 > pagenum, level6 > pagenum { + display: block; +} + +linenum { + display: inline; +} + +linenum:after { + content: " " +} + +/* ------------------------------------------------------------- */ +/* general block */ +/* ------------------------------------------------------------- */ + +div { + display: block; +} + +p { + display: block; + margin-top: 0.7em; +} + +prodnote, notice { + display: block; + padding: 0.2em; + margin: 0.3em; + border: 1px solid black; +} + +/* sidebar content model block: +frontmatter bodymatter rearmatter level level1 level2 level3 level4 level5 level6 + sidebar content model inline: +div prodnote sidebar note annotation blockquote dd li th td +*/ + +sidebar { + display: block; + padding: 0.5em; + margin-top: 1.5em; + margin-bottom: 1.5em; + border: 1px solid rgb(0,0,0); + background-color: rgb(250,250,250); +} + +div sidebar, prodnote sidebar, sidebar sidebar, note sidebar, annotation sidebar, blockquote sidebar, dd sidebar, li sidebar, th sidebar, td sidebar { + float: right; + width: inherit; + clear: both; + margin-left: 1em; + margin-right: 1em; +} + +frontmatter sidebar, bodymatter sidebar, rearmatter sidebar, level sidebar, level1 sidebar, level2 sidebar, level3 sidebar, level4 sidebar, level5 sidebar, level6 sidebar { + /*inline formatting, all inherited from generic sidebar selector*/ +} + + +address { + display: block; + margin-top:1em; + margin-bottom:1em; +} + +note { + display:block; + margin: 1.2em 1em 1.2em 1em; + padding: 0.5em 1em 0.5em 1em; + border-top: 1px solid black; + border-bottom: 1px solid black; +} + +blockquote { + display: block; + margin-left: 2em; + margin-top: 0.6em; + margin-bottom: 0.6em; +} + +line { + display: block; + margin: 0em; +} + +poem { + display: block; + margin-left: 3em; + margin-top: 1em; + margin-bottom: 1em; +} + +linegroup { + display: block; + margin-top: 0.6em; +} + +dateline, byline { + display: block; +} + +epigraph { + display: block; + margin-top: 2em; + margin-bottom: 2em; + margin-left: 3em; + font-style: italic; +} + +/* ------------------------------------------------------------- */ +/* general inlines */ +/* ------------------------------------------------------------- */ + + +a { + display: inline; + text-decoration: underline; + color: rgb(0,0,255); +} + +bdo { + display: inline; +} + +em { + display: inline; + font-style: italic; +} + +strong { + display: inline; + font-weight: bold; +} + +kbd { + display: inline; + font-variant: small-caps; + font-size: 90%; + background: rgb(0,0,0); + color: rgb(255,255,255); + padding: 0.2em; +} + +span { + display: inline; +} + +sub { + display: inline; + vertical-align : sub; + font-size : 90%; + padding-left: 0.3em; + padding-right: 0.3em; +} + +sup { + display: inline; + vertical-align : super; + font-size : 90%; + padding-left: 0.3em; + padding-right: 0.3em; +} + +abbr, acronym { + display: inline; + border-bottom: 1px dotted gray; +} + +dfn { + display: inline; + border-bottom: 1px dashed black; +} + +code { + display: inline; + font-family: courier, verdana, arial, sans-serif; +} + +samp { + display: inline; +} + +cite { + display: inline; +} + +cite title { + display: inline; + border-bottom: 1px solid grey +} + +cite author { + display: inline; +} + +br { + display:block; +} + +q { + display: inline; + font-style: italic; +} + +noteref, annoref { + display: inline; + font-size: 0.7em; + vertical-align: super; + padding-left: 0.3em; + padding-right: 0.3em; + border: 1px solid rgb(210,210,210); +} + +sent { + display:inline; + margin:0em; +} + +w { + display:inline; + margin:0em; +} + + +/* ------------------------------------------------------------- */ +/* list.ul,list.ol */ +/* */ +/* li > list[type=ul] { + list-style-type: circle; +} + +list > li > list > li > list[type=ul] { + list-style-type: square; +} + +list > li > list, list li list { + margin-top: 0em; + margin-bottom: 0em; +} + +/* ------------------------------------------------------------- */ +/* definition list */ +/* ------------------------------------------------------------- */ + +dl, dt, dd { + display: block; +} + +dt { + font-weight: bold; + margin-top: 0.4em; +} + +dd { + margin-left: 2em; +} + + +/* ------------------------------------------------------------- */ +/* tables */ +/* ------------------------------------------------------------- */ + + +table { + display: table; + border-spacing: 0px; + border-collapse: collapse; + margin-top: 0; + margin-bottom: 0; + /* -moz-box-sizing: border-box; */ + text-indent: 0; + empty-cells: show; +} + +table > caption { + display: table-caption; + text-align: center; + /* -moz-box-sizing: border-box; */ +} + +tr { + display: table-row; + vertical-align: inherit; +} + +col { + display: table-column; +} + +colgroup { + display: table-column-group; +} + +tbody { + display: table-row-group; + vertical-align: middle; +} + +thead { + display: table-header-group; + vertical-align: middle; +} + +tfoot { + display: table-footer-group; + vertical-align: middle; +} + +td { + display: table-cell; + border: 1px solid gray; + vertical-align: inherit; + text-align: inherit; + padding: 0.5em; +} + +th { + display: table-cell; + /*border: 1px solid gray;*/ + vertical-align: inherit; + font-weight: bold; + padding: 2px; +} + + +/* ------------------------------------------------------------- */ +/* images */ +/* ------------------------------------------------------------- */ + +imggroup { + display: inline; +} + +/* +img:before { + content: url(attr(src)); +} +*/ + +imggroup > caption { + font-size: 80%; +} + + diff --git a/src/main/resources/xml/schema/2015-1/mtm2015-1.sch b/src/main/resources/xml/schema/2015-1/mtm2015-1.sch index 3a070422..4fc63c39 100644 --- a/src/main/resources/xml/schema/2015-1/mtm2015-1.sch +++ b/src/main/resources/xml/schema/2015-1/mtm2015-1.sch @@ -1,557 +1,557 @@ - - - - DTBook 2005 Schematron tests for TPB 2010-1 rules - - - - - - - - [tpb07] Lists are not allowed inside paragraphs. - [tpb07] Definition lists are not allowed inside paragraphs. - - - - - - - [tpb08]<pagenum page="front"/> may only occur in <frontmatter/> - - - - - - - [tpb09] Element may not be empty - - - - - - - - [tpb10] Meta dc:Language must occur at least once - - [tpb10] Meta dc:Date=YYYY-MM-DD must occur once - [tpb10] Meta dc:Date must have format YYYY-MM-DD - - [tpb10] Meta dc:Publisher must occur once - - - - - - - [tpb11] Root element must have an xml:lang attribute - - - - - - - [tpb12a] Frontmatter must begin with a doctitle element - - - - - - [tpb12b] Docauthor may only be preceded by doctitle - - - - - - - [tpb13] A document must have frontmatter - [tpb13] A document must have bodymatter - - - - - - - [tpb14a] level1 with no h1 when level2 is present - - - - - - [tpb14b] level2 with no h2 when level3 is present - - - - - - [tpb14c] level3 with no h3 when level4 is present - - - - - - [tpb14d] level4 with no h4 when level5 is present - - - - - - [tpb14e] level5 with no h5 when level6 is present - - - - - - [tpb14f] level with no hd when level is present - - - - - - - [tpb18] Element level is not allowed - - - - - - - [tpb20] Image groups are not allowed in inline context - - - - - - - [tpb21] Nested tables are not allowed - - - - - - - [tpb23] pagenum[@page='normal'] values must increase - - - - - - - [tpb24] pagenum[@page='front'] values must be unique - - - - - - - [tpb26] Each note must have at least one noteref - - - - - - - [tpb27] Each annotation must have at least one annoref - - - - - - - [tpb29] Block element used in inline context - - - - - - - [tpb29] Block element as sibling to inline element - [tpb29] Block element as sibling to inline element - - - - - - - [tpb29] Prodnote in inline context used as block element - - - - - - - [tpb40] No gaps may occur in page numbering - - - - - - - - [tpb43] Meta dc:Publisher must exist and have value 'TPB', 'MTM', 'SPSM', 'Nota', 'NLB', 'Celia', 'SBS' or 'Dedicon'. - - - - - - - [tpb52] Images must have the .jpg file extension. - [tpb52] Images must have a base name, not just an extension. - [tpb51] Images must be in the same folder as the DTBook file. - [tpb52] Image file name - contains an illegal character (must be -_a-zA-Z0-9). - - - - - - - [tpb59] pagenum in definition list must occur between dd and dt - - - - - - - [tpb63] Only note references within the same document are allowed - - - - - - - [tpb64] Only annotation references within the same document are allowed - - - - - - - [tpb67a] doctitle is only allowed in frontmatter - - - - - - [tpb67b] docauthor is only allowed in frontmatter - - - - - - - [tpb68] smilref attributes in a plain DTBook file is not allowed - - - - - - - [tpb72] DTBook version must be 2005-3. - - - - - - - [tpb93] element may not have leading whitespace - [tpb93] element may not - have trailing whitespace - - - - - - - [tpb96a] nested production notes are not allowed - - - - - - [tpb96b] nested image groups are not allowed - - - - - - - [tpb101] There must be an img element in every imggroup - - - - - - - [tpb104] Heading may not be empty - - - - - - - [tpb105] Page attribute must appear on pagenum elements - - - - - - - [tpb110] pagenum elements are not - allowed in headings - - - - - - - [tpb116] Arabic numbers in page="front" are not allowed - - - - - - - [tpb120] Only pagenum elements are allowed before the heading . - - - - - - - [tpb121] Page numbers in tables must be placed between table rows. - - - - - - - [tpb123] Jacket copy must be in frontmatter - [tpb123] Jacket copy must follow immediately after docauthor or - doctitle - - [tpb123] Colophon is not allowed in bodymatter - - - - - - - [tpb124] All documents must contain page numbers - - - - - - - [tpb125] Invalid image filename. - [tpb125] Images must be in JPG (*.jpg) format. - - - - - - - [tpb126] pagenum must not occur directly after hx unless the hx is preceded by a pagenum - - - - - - - [tpb127] Table of contents (<list class="toc">)must be inside a level1 - [tpb127] Nested lists in table of contents must not have a 'toc' class - - - - - - - [tpb128] track:Guidelines metadata must occur once. - - - - - - [tpb128] track:Guidelines metadata value must be 2011-1, 2011-2 or 2015-1. - - - - - - - [tpb130] dc:Language metadata must equal the root element xml:lang - - - - - - - [tpb131] xml:lang must match '^[a-z][a-z](-[A-Z][A-Z]+)?$' - - - - - - - [tpb133] Element is disallowed - - - - - - - [tpb134c] Attribute 'scheme' is not allowed on the element - [tpb134c] Attribute 'http-equiv' is not allowed on the element - - - - - - - [tpb135a] Element is only allowed in poem context - - - - - - [tpb135b] Every poem must contain a linegroup - [tpb135b] Poem lines must be wrapped in a linegroup - - - - - - - [tpb136] Lists must be of type 'pl' (with any bullets or numbers in the text node) - - - - - - - [tpb137] Swedish description of unnumbered page used in english context - [tpb137] English description of unnumbered page used in swedish context - - - - - - - [tpb140] Only prodnote allowed in jacket copy - [tpb140] There must be at least one prodnote in jacket copy - [tpb140] Too many prodnotes with @class='frontcover' in jacket copy - [tpb140] Too many prodnotes with @class='rearcover' in jacket copy - [tpb140] Too many prodnotes with @class='leftflap' in jacket copy - [tpb140] Too many prodnotes with @class='rightflap' in jacket copy - - - - - - - [tpb141] prodnote in jacket copy must have a class attribute with one of - 'frontcover', 'rearcover', 'leftflap' or 'rightflap' - - - - - - - [tpb142] Only @page='special' is allowed in level1/@class='nonstandardpagination' - - - - - - - [tpb143] pagenum is not allowed last in a list - - - - + + + + DTBook 2005 Schematron tests for TPB 2010-1 rules + + + + + + + + [tpb07] Lists are not allowed inside paragraphs. + [tpb07] Definition lists are not allowed inside paragraphs. + + + + + + + [tpb08]<pagenum page="front"/> may only occur in <frontmatter/> + + + + + + + [tpb09] Element may not be empty + + + + + + + + [tpb10] Meta dc:Language must occur at least once + + [tpb10] Meta dc:Date=YYYY-MM-DD must occur once + [tpb10] Meta dc:Date must have format YYYY-MM-DD + + [tpb10] Meta dc:Publisher must occur once + + + + + + + [tpb11] Root element must have an xml:lang attribute + + + + + + + [tpb12a] Frontmatter must begin with a doctitle element + + + + + + [tpb12b] Docauthor may only be preceded by doctitle + + + + + + + [tpb13] A document must have frontmatter + [tpb13] A document must have bodymatter + + + + + + + [tpb14a] level1 with no h1 when level2 is present + + + + + + [tpb14b] level2 with no h2 when level3 is present + + + + + + [tpb14c] level3 with no h3 when level4 is present + + + + + + [tpb14d] level4 with no h4 when level5 is present + + + + + + [tpb14e] level5 with no h5 when level6 is present + + + + + + [tpb14f] level with no hd when level is present + + + + + + + [tpb18] Element level is not allowed + + + + + + + [tpb20] Image groups are not allowed in inline context + + + + + + + [tpb21] Nested tables are not allowed + + + + + + + [tpb23] pagenum[@page='normal'] values must increase + + + + + + + [tpb24] pagenum[@page='front'] values must be unique + + + + + + + [tpb26] Each note must have at least one noteref + + + + + + + [tpb27] Each annotation must have at least one annoref + + + + + + + [tpb29] Block element used in inline context + + + + + + + [tpb29] Block element as sibling to inline element + [tpb29] Block element as sibling to inline element + + + + + + + [tpb29] Prodnote in inline context used as block element + + + + + + + [tpb40] No gaps may occur in page numbering + + + + + + + + [tpb43] Meta dc:Publisher must exist and have value 'TPB', 'MTM', 'SPSM', 'Nota', 'NLB', 'Celia', 'SBS' or 'Dedicon'. + + + + + + + [tpb52] Images must have the .jpg file extension. + [tpb52] Images must have a base name, not just an extension. + [tpb51] Images must be in the same folder as the DTBook file. + [tpb52] Image file name + contains an illegal character (must be -_a-zA-Z0-9). + + + + + + + [tpb59] pagenum in definition list must occur between dd and dt + + + + + + + [tpb63] Only note references within the same document are allowed + + + + + + + [tpb64] Only annotation references within the same document are allowed + + + + + + + [tpb67a] doctitle is only allowed in frontmatter + + + + + + [tpb67b] docauthor is only allowed in frontmatter + + + + + + + [tpb68] smilref attributes in a plain DTBook file is not allowed + + + + + + + [tpb72] DTBook version must be 2005-3. + + + + + + + [tpb93] element may not have leading whitespace + [tpb93] element may not + have trailing whitespace + + + + + + + [tpb96a] nested production notes are not allowed + + + + + + [tpb96b] nested image groups are not allowed + + + + + + + [tpb101] There must be an img element in every imggroup + + + + + + + [tpb104] Heading may not be empty + + + + + + + [tpb105] Page attribute must appear on pagenum elements + + + + + + + [tpb110] pagenum elements are not + allowed in headings + + + + + + + [tpb116] Arabic numbers in page="front" are not allowed + + + + + + + [tpb120] Only pagenum elements are allowed before the heading . + + + + + + + [tpb121] Page numbers in tables must be placed between table rows. + + + + + + + [tpb123] Jacket copy must be in frontmatter + [tpb123] Jacket copy must follow immediately after docauthor or + doctitle + + [tpb123] Colophon is not allowed in bodymatter + + + + + + + [tpb124] All documents must contain page numbers + + + + + + + [tpb125] Invalid image filename. + [tpb125] Images must be in JPG (*.jpg) format. + + + + + + + [tpb126] pagenum must not occur directly after hx unless the hx is preceded by a pagenum + + + + + + + [tpb127] Table of contents (<list class="toc">)must be inside a level1 + [tpb127] Nested lists in table of contents must not have a 'toc' class + + + + + + + [tpb128] track:Guidelines metadata must occur once. + + + + + + [tpb128] track:Guidelines metadata value must be 2011-1, 2011-2 or 2015-1. + + + + + + + [tpb130] dc:Language metadata must equal the root element xml:lang + + + + + + + [tpb131] xml:lang must match '^[a-z][a-z](-[A-Z][A-Z]+)?$' + + + + + + + [tpb133] Element is disallowed + + + + + + + [tpb134c] Attribute 'scheme' is not allowed on the element + [tpb134c] Attribute 'http-equiv' is not allowed on the element + + + + + + + [tpb135a] Element is only allowed in poem context + + + + + + [tpb135b] Every poem must contain a linegroup + [tpb135b] Poem lines must be wrapped in a linegroup + + + + + + + [tpb136] Lists must be of type 'pl' (with any bullets or numbers in the text node) + + + + + + + [tpb137] Swedish description of unnumbered page used in english context + [tpb137] English description of unnumbered page used in swedish context + + + + + + + [tpb140] Only prodnote allowed in jacket copy + [tpb140] There must be at least one prodnote in jacket copy + [tpb140] Too many prodnotes with @class='frontcover' in jacket copy + [tpb140] Too many prodnotes with @class='rearcover' in jacket copy + [tpb140] Too many prodnotes with @class='leftflap' in jacket copy + [tpb140] Too many prodnotes with @class='rightflap' in jacket copy + + + + + + + [tpb141] prodnote in jacket copy must have a class attribute with one of + 'frontcover', 'rearcover', 'leftflap' or 'rightflap' + + + + + + + [tpb142] Only @page='special' is allowed in level1/@class='nonstandardpagination' + + + + + + + [tpb143] pagenum is not allowed last in a list + + + + diff --git a/src/main/resources/xml/schema/2015-1/nordic2015-1.sch b/src/main/resources/xml/schema/2015-1/nordic2015-1.sch index d4f333db..658fcae2 100644 --- a/src/main/resources/xml/schema/2015-1/nordic2015-1.sch +++ b/src/main/resources/xml/schema/2015-1/nordic2015-1.sch @@ -1,1177 +1,1177 @@ - - - - Nordic EPUB3 and HTML5 rules (based on MTMs DTBook schematron rules, targeting nordic guidelines 2015-1) - - - - - - - - - - - - - [nordic07] Lists () are - not allowed inside paragraphs. - [nordic07] Definition lists () are - not allowed inside paragraphs. - - - - - - - [nordic08] <span epub:type="pagebreak" - class="page-front"/> may only occur in frontmatter and cover. - - - - - - - [nordic09] Element may not be empty: - - - - - - - - [nordic10] Meta dc:language must occur at least once in HTML head - - [nordic10] Meta dc:date=YYYY-MM-DD must occur exactly once in HTML head - [nordic10] Meta dc:date ("") must have format - YYYY-MM-DD - - [nordic10] Meta dc:publisher must occur exactly once - - - - - - - [nordic11] <html> element must have an xml:lang attribute - - - - - - - [nordic12] Single-HTML document must begin with a fulltitle headline in its header element (xpath: - /html/body/header/h1). - - - - - - - - [nordic13a] A single-HTML document must have at least one frontmatter or cover - section - [nordic13a] A single-HTML document must have at least one bodymatter section - [nordic13a] The single-HTML document must not have cover, frontmatter, bodymatter or - backmatter as epub:type on its body element - - - - - - [nordic13b] The single-HTML document must not have cover, frontmatter, - bodymatter or backmatter on any of its sectioning elements other than the top-level elements that has body as its parent - - - - - - [nordic13c] The document must have either cover, frontmatter, bodymatter or backmatter as - epub:type on its body element. - - - - - - [nordic13d] The document must not have cover, frontmatter, bodymatter or - backmatter on any of its sectioning elements (they are only allowed on the body element). - - - - - - - [nordic14] sectioning element with no headline (h1-h6) when sub-section is present (is only allowed for sectioning - element with epub:type="cover" or when sub-section is a poem): - - - - - - - [nordic15] Cover must not be preceded by any other top-level - sections () - [nordic15] Frontmatter must not be preceded by bodymatter or rearmatter () - [nordic15] - Bodymatter must not be preceded by backmatter () - - - - - - - [nordic20] Image series are not allowed in inline context () - - - - - - - [nordic21] Nested tables are not allowed () - - - - - - - - [nordic23] pagebreak values must increase for pagebreaks with class="page-normal" (see pagebreak with title="" and compare with pagebreak with title="") - - - - - - - [nordic24] pagebreak values must be unique for - pagebreaks with class="page-front" (see pagebreak with title="") - - - - - - - - [nordic26a] Each note must have at least one <a epub:type="noteref" - ...> referencing it: - - - - - - - - [nordic26b] The note reference with the - href "" attribute must resolve to a note, rearnote, endnote or footnote in the publication: - - - - - - - - [nordic27a] Each annotation must have at least one <a - epub:type="annoref" ...> referencing it: - - - - - - - - [nordic26b] The annotation with the href "" must resolve to a annotation in the publication: - - - - - - - - [nordic29] Block element used in inline context (inside the inline element - ) - - - - - - - - - [nordic29] Block element as sibling to inline element - [nordic29] Block element as sibling to text content () - - - - - - - [nordic29] Prodnote in inline context used as block element: - - - - - - - - [nordic40a] No gaps may occur in page numbering (see pagebreak with title="" and compare - with pagebreak with title="") - - - - - - - [nordic50a] an image inside a figure with class='image' must have a non-empty alt attribute: - - - - - - - [nordic52] Images must have the .jpg file extension: - [nordic52] Images must have a base name, not just an extension: - [nordic51] Images must be in the "images" folder (relative to the HTML file). - [nordic52] Image file name - contains an illegal character (must be -_a-zA-Z0-9): - - - - - - - [nordic59] pagebreak in definition list must not occur as siblings to dd or dt: - - - - - - - [nordic63] Only note references within the same publication are allowed: - - - - - - - [nordic64] Only annotation references within the same publication are allowed - - - - - - - [nordic93] element may not have leading whitespace - [nordic93] element may not have trailing whitespace - - - - - - - [nordic96a] nested production notes are not allowed: - [nordic96a] production notes are not allowed inside figures in the cover - : - - - - - - [nordic96b] nested image series are not allowed (). Remember that image figures use the class "image", while - image series figures use the class "image-series". Maybe this inner figure should be using the "image" class? - - - - - - - [nordic101] There must be at least one figure with class="image" in a image series figure: - - - - - - - [nordic102] There must be an img element in every figure with class="image": - [nordic102] Wrapping <figure class="image"> inside another <figure class="image"> is not allowed. Did you - mean to use "image-series" as a class on the outer figure? - - - - - - - [nordic104] Heading - may not be empty - - - - - - - [nordic105] Page breaks must have either a 'page-front', a 'page-normal' or a 'page-special' class: - - [nordic105] Pagebreaks must not contain anything: - - - - - - - [nordic110] pagebreak elements are not allowed in headings: - - - - - - - - [nordic116] Hindu-Arabic numbers when @class="page-front" are not allowed: - - - - - - - [nordic120] Only pagebreaks are allowed before the heading . - - - - - - - [nordic121] Page numbers in tables must not be placed between table rows: - - - - - - - [nordic123] Cover (Jacket copy) is a document partition and can - not be part the other document partitions frontmatter, bodymatter and rearmatter: - - - - - - - [nordic124] The publication must contain pagebreaks, and they must be referenced from a <nav - epub:type="page-list"> in the navigation document. There is no such <nav> element in the navigation document. - [nordic124] The publication must contain pagebreaks, and they must be referenced from the <nav - epub:type="page-list"> in the navigation document. No pagebreaks are referenced from within this <nav> page list. - - - - - - - [nordic125] Invalid image filename: - [nordic125] Images must be in JPG (*.jpg) format: - - - - - - - [nordic126] pagebreak must not occur directly after hx unless the hx is preceded by a pagebreak: - - - - - - - [nordic127a] The table of contents must contain a "ol" element as a direct child of the parent - element. - [nordic127b] The table of contents must be in either frontmatter or backmatter; it is not allowed in - bodymatter or cover. - - - - - - - - - [nordic128a] on the html element: the epub:prefix attribute must declare the '' prefix - [nordic128e] in the epub:prefix attribute on the html element: the namespace for the '' prefix must be '' - - - - - prefixes: - [nordic128e] all of the prefixes in use () on the element () must be declared in the epub:prefix attribute on the html element: '<html epub:prefix="">...</html> - [nordic128e] in the epub:prefix attribute on the html element: the namespaces for the prefixes must be correct. - - - - - - [nordic128b] nordic:guidelines metadata must occur once. - - - - - - [nordic128c] nordic:guidelines metadata value must be 2015-1. - - - - - - [nordic128d] nordic:supplier metadata must occur once. - - - - - - - [nordic130] dc:language metadata must equal the root element xml:lang - - - - - - - [nordic131] xml:lang must match '^[a-z]+(-[A-Z][A-Z]+)?$' () - - - - - - - [nordic135] Every poem must contain a linegroup: - [nordic135] Poem lines must be wrapped in a linegroup: contains; - - - - - - - [nordic140] Only sections with one - of the classes 'frontcover', 'rearcover', 'leftflap' or 'rightflap' is allowed in cover - [nordic140] There must be at least one section with one of the classes - 'frontcover', 'rearcover', 'leftflap' or 'rightflap' in cover. - [nordic140] Too many sections with class="frontcover" in cover - [nordic140] Too many sections with class="rearcover" in cover - [nordic140] Too many sections with class="leftflap" in cover - [nordic140] Too many sections with class="rightflap" in cover - - - - - - - [nordic142] The class page-special must be used in section/@class='nonstandardpagination': - - - - - - - [nordic143a] pagebreak is not allowed as sibling to list items: - - - - - - [nordic143b] pagebreak is not allowed at the beginning of the first - list item; it should be placed before the list: - - - - - - - [nordic200] The title element must not be empty. - - - - - - - [nordic201] cover is not allowed in frontmatter, bodymatter or backmatter. - - - - - - - - - [nordic202] '' is not an allowed type in frontmatter. On elements with the epub:type "frontmatter", you can - either leave the type blank, or you can use one - of the following types: or ''. - - - - - - - [nordic203a] 'rearnote' must have a section ancestor with 'rearnotes': - - - [nordic203a] 'endnote' must have a section ancestor with 'endnotes': - - - - - - [nordic203c] with the epub:type - 'rearnotes' must have descendants with 'rearnote'. - [nordic204c] with the epub:type 'rearnotes' must have <ol> descendant - elements. - - - [nordic203c] with the epub:type - 'endnotes' must have descendants with 'endnote'. - [nordic204c] with the epub:type 'endnotes' must have <ol> descendant - elements. - - - - - - [nordic203d] 'rearnote' can only be applied to <li> elements: - [nordic203d] The 'notebody' class must be applied to all rearnotes: - - - [nordic203d] 'endnote' can only be applied to <li> elements: - [nordic203d] The 'notebody' class must be applied to all endnotes: - - - - - - - [nordic204a] 'footnote' must have a section ancestor with 'footnotes': - - - - - - [nordic204c] with the epub:type - 'footnotes' must have descendants with 'footnote'. - [nordic204c] with the epub:type 'footnotes' must have <ol> descendant - elements. - - - - - - [nordic204d] 'footnote' can only be applied to <li> elements: - [nordic204d] The 'notebody' class must be applied to all footnotes: - - - - - - - - - [nordic208] '' is not an allowed type in - bodymatter. Elements with the type "bodymatter" must also have one of the types or ''. - - - - - - - - - - [nordic211] '' is not an allowed - type in a part. Sections inside a part must also have one of the types or ''. - - - - - - - - - [nordic215] '' is not an allowed type in backmatter. On elements with the epub:type "backmatter", you can either - leave the type blank, or you can use one of the - following types: or ''. - - - - - - - [nordic224] linenums (span class="linenum") must be the child element of a line (p class="line"): - - - - - - - [nordic225] The title attribute must be used to describe the page number: - - - - - - - [nordic247] The first headline in the html:body/html:header element must have the 'fulltitle' epub:type. - - - - - - - [nordic248] The only allowed element inside html/header besides "h1" is "p". - - - - - - - - [nordic251] The parent of a list item component (span class="lic") must be either a "li" or a "a" (where the "a" has "li" - as parent): - - - - - - - [nordic253a] <figure> elements must either have an epub:type of "sidebar" or a - class of "image" or "image-series": - [nordic253a] <figure> elements - must either have an epub:type of "sidebar" or a class of "image" or "image-series": - [nordic253a] There cannot be more than one <figcaption> in a single figure element: - - - - - - [nordic253b] Image figures must contain exactly one img: - [nordic253b] The img in image figures must be a direct child of the figure: - - - - - - [nordic253c] Image series figures cannot contain img childen (the img elements must be contained in children figure elements): - [nordic253c] Image series must contain at least 2 image figures ("figure" elements with class "image"): - - - - - - - [nordic254] <aside> elements must use one of the following epub:types: - z3998:production, sidebar, note, annotation, epigraph () - - - - - - - [nordic255] "abbr" elements must use one of the following epub:types: z3998:acronym - (formed from the first part of a word: "Mr.", "approx.", "lbs.", "rec'd"), z3998:initialism (each letter pronounced separately: "XML", "US"), z3998:truncation (pronounced as a word: - "NATO"): - - - - - - - [nordic256] In bodymatter, "" elements must contain more than just a headline and pagebreaks (except when epub:type="part"): - - - - - - - - [nordic257] The `xml:lang` and the `lang` attributes must have the same value: - - - - - - - [nordic258] Only one pagebreak is allowed before any content in each content file: - - - - - - - [nordic259] Pagebreaks can not occur within table headers (thead): - [nordic259] Pagebreaks can not occur within table footers (tfoot): - - - - - - - [nordic260a] The first element in a figure with class="image" must be a "img" element: - - - - - - [nordic260b] Content not allowed between or after image figure elements: - - - - - - - [nordic261] Text can't be placed directly inside div elements. Try wrapping it in a p element: - - - - - - - [nordic263] the titlepage must have a headline (and the headline must have epub:type="fulltitle" and class="title") - - - - - - - [nordic264] the headline on the titlepage must have a epub:type with the value "fulltitle": - [nordic264] the headline on the titlepage must have a class with the value "title": - - - - - - [nordic265] linegroups with headlines must be section elements: - [nordic265] linegroups without headlines must be div elements: - - - - - - [nordic266a] Footnotes must be wrapped in a "ol" element, but is currently wrapped in a : - - - - - - [nordic266b] List items inside a footnotes list must use epub:type="footnote": - - - - - - [nordic267a] Rearnotes must be wrapped in a "ol" element, but is currently wrapped in a : - - - [nordic267a] Endnotes must be wrapped in a "ol" element, but is currently wrapped in a : - - - - - - [nordic267b] List items inside a rearnotes list must use epub:type="rearnote": - - - [nordic267b] List items inside a endnotes list must use epub:type="endnote": - - - - - - - - - - - [nordic268] The subsections of (which contains - the headline </>) must only use <h> for headlines. It contains the element which contains the headline - - - - - - - - - [nordic269] The type used in the - filename () must be present on the body element: - - - - - - [nordic270] Bridgehead is only allowed as a child of section, article and div: - - - - - - - [nordic273] Internal link ("") does not resolve: - - - - - - - [nordic273b] Internal links must contain a non-empty fragment identifier: - - - - - - - [nordic274] Not all the tokens in the headers attribute match the id attributes of 'th' elements in this or a parent table: - - - - - - - [nordic275] The URL in the img longdesc attribute does not reference any element in the publication: - - - - - - - - [nordic276] The accesskey attribute value is not 1 character long: - [nordic276] The tabindex attribute value is not expressed in numbers: - - - - - - - [nordic277] The image width is not expressed in pixels or percentage: - [nordic277] The image height is not expressed in pixels or percentage: - - - - - - - [nordic278] Table width is not expressed in pixels or percentage: - [nordic278] Table cellspacing is not expressed in pixels or percentage: - [nordic278] Table cellpadding is not expressed in pixels or percentage: - - - - - - - [nordic279a] The start attribute occurs in a non-numbered list: - - - - - - [nordic279b] The start attribute is not a non negative number: - - - - - - - [nordic280] Unrecognized Dublin Core metadata name: - [nordic280] Unrecognized Dublin Core metadata prefix: - - - - - - - [nordic281] span attribute is not a positive integer: - - - - - - - [nordic282] The rowspan attribute value is not a positive integer: - [nordic282] The colspan attribute value is not a positive integer: - [nordic282] The - rowspan attribute value is larger than the number of rows left in the table: - - - - - - [nordic283] When using MathML with a namespace prefix, that prefix must be 'm'. Not - - - - - Rule 293 -

details element with extended description must be correctly referenced from img element

- - - The img element must correctly reference the details element with the aria-details attribute. - -
-
+ + + + Nordic EPUB3 and HTML5 rules (based on MTMs DTBook schematron rules, targeting nordic guidelines 2015-1) + + + + + + + + + + + + + [nordic07] Lists () are + not allowed inside paragraphs. + [nordic07] Definition lists () are + not allowed inside paragraphs. + + + + + + + [nordic08] <span epub:type="pagebreak" + class="page-front"/> may only occur in frontmatter and cover. + + + + + + + [nordic09] Element may not be empty: + + + + + + + + [nordic10] Meta dc:language must occur at least once in HTML head + + [nordic10] Meta dc:date=YYYY-MM-DD must occur exactly once in HTML head + [nordic10] Meta dc:date ("") must have format + YYYY-MM-DD + + [nordic10] Meta dc:publisher must occur exactly once + + + + + + + [nordic11] <html> element must have an xml:lang attribute + + + + + + + [nordic12] Single-HTML document must begin with a fulltitle headline in its header element (xpath: + /html/body/header/h1). + + + + + + + + [nordic13a] A single-HTML document must have at least one frontmatter or cover + section + [nordic13a] A single-HTML document must have at least one bodymatter section + [nordic13a] The single-HTML document must not have cover, frontmatter, bodymatter or + backmatter as epub:type on its body element + + + + + + [nordic13b] The single-HTML document must not have cover, frontmatter, + bodymatter or backmatter on any of its sectioning elements other than the top-level elements that has body as its parent + + + + + + [nordic13c] The document must have either cover, frontmatter, bodymatter or backmatter as + epub:type on its body element. + + + + + + [nordic13d] The document must not have cover, frontmatter, bodymatter or + backmatter on any of its sectioning elements (they are only allowed on the body element). + + + + + + + [nordic14] sectioning element with no headline (h1-h6) when sub-section is present (is only allowed for sectioning + element with epub:type="cover" or when sub-section is a poem): + + + + + + + [nordic15] Cover must not be preceded by any other top-level + sections () + [nordic15] Frontmatter must not be preceded by bodymatter or rearmatter () + [nordic15] + Bodymatter must not be preceded by backmatter () + + + + + + + [nordic20] Image series are not allowed in inline context () + + + + + + + [nordic21] Nested tables are not allowed () + + + + + + + + [nordic23] pagebreak values must increase for pagebreaks with class="page-normal" (see pagebreak with title="" and compare with pagebreak with title="") + + + + + + + [nordic24] pagebreak values must be unique for + pagebreaks with class="page-front" (see pagebreak with title="") + + + + + + + + [nordic26a] Each note must have at least one <a epub:type="noteref" + ...> referencing it: + + + + + + + + [nordic26b] The note reference with the + href "" attribute must resolve to a note, rearnote, endnote or footnote in the publication: + + + + + + + + [nordic27a] Each annotation must have at least one <a + epub:type="annoref" ...> referencing it: + + + + + + + + [nordic26b] The annotation with the href "" must resolve to a annotation in the publication: + + + + + + + + [nordic29] Block element used in inline context (inside the inline element + ) + + + + + + + + + [nordic29] Block element as sibling to inline element + [nordic29] Block element as sibling to text content () + + + + + + + [nordic29] Prodnote in inline context used as block element: + + + + + + + + [nordic40a] No gaps may occur in page numbering (see pagebreak with title="" and compare + with pagebreak with title="") + + + + + + + [nordic50a] an image inside a figure with class='image' must have a non-empty alt attribute: + + + + + + + [nordic52] Images must have the .jpg file extension: + [nordic52] Images must have a base name, not just an extension: + [nordic51] Images must be in the "images" folder (relative to the HTML file). + [nordic52] Image file name + contains an illegal character (must be -_a-zA-Z0-9): + + + + + + + [nordic59] pagebreak in definition list must not occur as siblings to dd or dt: + + + + + + + [nordic63] Only note references within the same publication are allowed: + + + + + + + [nordic64] Only annotation references within the same publication are allowed + + + + + + + [nordic93] element may not have leading whitespace + [nordic93] element may not have trailing whitespace + + + + + + + [nordic96a] nested production notes are not allowed: + [nordic96a] production notes are not allowed inside figures in the cover + : + + + + + + [nordic96b] nested image series are not allowed (). Remember that image figures use the class "image", while + image series figures use the class "image-series". Maybe this inner figure should be using the "image" class? + + + + + + + [nordic101] There must be at least one figure with class="image" in a image series figure: + + + + + + + [nordic102] There must be an img element in every figure with class="image": + [nordic102] Wrapping <figure class="image"> inside another <figure class="image"> is not allowed. Did you + mean to use "image-series" as a class on the outer figure? + + + + + + + [nordic104] Heading + may not be empty + + + + + + + [nordic105] Page breaks must have either a 'page-front', a 'page-normal' or a 'page-special' class: + + [nordic105] Pagebreaks must not contain anything: + + + + + + + [nordic110] pagebreak elements are not allowed in headings: + + + + + + + + [nordic116] Hindu-Arabic numbers when @class="page-front" are not allowed: + + + + + + + [nordic120] Only pagebreaks are allowed before the heading . + + + + + + + [nordic121] Page numbers in tables must not be placed between table rows: + + + + + + + [nordic123] Cover (Jacket copy) is a document partition and can + not be part the other document partitions frontmatter, bodymatter and rearmatter: + + + + + + + [nordic124] The publication must contain pagebreaks, and they must be referenced from a <nav + epub:type="page-list"> in the navigation document. There is no such <nav> element in the navigation document. + [nordic124] The publication must contain pagebreaks, and they must be referenced from the <nav + epub:type="page-list"> in the navigation document. No pagebreaks are referenced from within this <nav> page list. + + + + + + + [nordic125] Invalid image filename: + [nordic125] Images must be in JPG (*.jpg) format: + + + + + + + [nordic126] pagebreak must not occur directly after hx unless the hx is preceded by a pagebreak: + + + + + + + [nordic127a] The table of contents must contain a "ol" element as a direct child of the parent + element. + [nordic127b] The table of contents must be in either frontmatter or backmatter; it is not allowed in + bodymatter or cover. + + + + + + + + + [nordic128a] on the html element: the epub:prefix attribute must declare the '' prefix + [nordic128e] in the epub:prefix attribute on the html element: the namespace for the '' prefix must be '' + + + + + prefixes: + [nordic128e] all of the prefixes in use () on the element () must be declared in the epub:prefix attribute on the html element: '<html epub:prefix="">...</html> + [nordic128e] in the epub:prefix attribute on the html element: the namespaces for the prefixes must be correct. + + + + + + [nordic128b] nordic:guidelines metadata must occur once. + + + + + + [nordic128c] nordic:guidelines metadata value must be 2015-1. + + + + + + [nordic128d] nordic:supplier metadata must occur once. + + + + + + + [nordic130] dc:language metadata must equal the root element xml:lang + + + + + + + [nordic131] xml:lang must match '^[a-z]+(-[A-Z][A-Z]+)?$' () + + + + + + + [nordic135] Every poem must contain a linegroup: + [nordic135] Poem lines must be wrapped in a linegroup: contains; + + + + + + + [nordic140] Only sections with one + of the classes 'frontcover', 'rearcover', 'leftflap' or 'rightflap' is allowed in cover + [nordic140] There must be at least one section with one of the classes + 'frontcover', 'rearcover', 'leftflap' or 'rightflap' in cover. + [nordic140] Too many sections with class="frontcover" in cover + [nordic140] Too many sections with class="rearcover" in cover + [nordic140] Too many sections with class="leftflap" in cover + [nordic140] Too many sections with class="rightflap" in cover + + + + + + + [nordic142] The class page-special must be used in section/@class='nonstandardpagination': + + + + + + + [nordic143a] pagebreak is not allowed as sibling to list items: + + + + + + [nordic143b] pagebreak is not allowed at the beginning of the first + list item; it should be placed before the list: + + + + + + + [nordic200] The title element must not be empty. + + + + + + + [nordic201] cover is not allowed in frontmatter, bodymatter or backmatter. + + + + + + + + + [nordic202] '' is not an allowed type in frontmatter. On elements with the epub:type "frontmatter", you can + either leave the type blank, or you can use one + of the following types: or ''. + + + + + + + [nordic203a] 'rearnote' must have a section ancestor with 'rearnotes': + + + [nordic203a] 'endnote' must have a section ancestor with 'endnotes': + + + + + + [nordic203c] with the epub:type + 'rearnotes' must have descendants with 'rearnote'. + [nordic204c] with the epub:type 'rearnotes' must have <ol> descendant + elements. + + + [nordic203c] with the epub:type + 'endnotes' must have descendants with 'endnote'. + [nordic204c] with the epub:type 'endnotes' must have <ol> descendant + elements. + + + + + + [nordic203d] 'rearnote' can only be applied to <li> elements: + [nordic203d] The 'notebody' class must be applied to all rearnotes: + + + [nordic203d] 'endnote' can only be applied to <li> elements: + [nordic203d] The 'notebody' class must be applied to all endnotes: + + + + + + + [nordic204a] 'footnote' must have a section ancestor with 'footnotes': + + + + + + [nordic204c] with the epub:type + 'footnotes' must have descendants with 'footnote'. + [nordic204c] with the epub:type 'footnotes' must have <ol> descendant + elements. + + + + + + [nordic204d] 'footnote' can only be applied to <li> elements: + [nordic204d] The 'notebody' class must be applied to all footnotes: + + + + + + + + + [nordic208] '' is not an allowed type in + bodymatter. Elements with the type "bodymatter" must also have one of the types or ''. + + + + + + + + + + [nordic211] '' is not an allowed + type in a part. Sections inside a part must also have one of the types or ''. + + + + + + + + + [nordic215] '' is not an allowed type in backmatter. On elements with the epub:type "backmatter", you can either + leave the type blank, or you can use one of the + following types: or ''. + + + + + + + [nordic224] linenums (span class="linenum") must be the child element of a line (p class="line"): + + + + + + + [nordic225] The title attribute must be used to describe the page number: + + + + + + + [nordic247] The first headline in the html:body/html:header element must have the 'fulltitle' epub:type. + + + + + + + [nordic248] The only allowed element inside html/header besides "h1" is "p". + + + + + + + + [nordic251] The parent of a list item component (span class="lic") must be either a "li" or a "a" (where the "a" has "li" + as parent): + + + + + + + [nordic253a] <figure> elements must either have an epub:type of "sidebar" or a + class of "image" or "image-series": + [nordic253a] <figure> elements + must either have an epub:type of "sidebar" or a class of "image" or "image-series": + [nordic253a] There cannot be more than one <figcaption> in a single figure element: + + + + + + [nordic253b] Image figures must contain exactly one img: + [nordic253b] The img in image figures must be a direct child of the figure: + + + + + + [nordic253c] Image series figures cannot contain img childen (the img elements must be contained in children figure elements): + [nordic253c] Image series must contain at least 2 image figures ("figure" elements with class "image"): + + + + + + + [nordic254] <aside> elements must use one of the following epub:types: + z3998:production, sidebar, note, annotation, epigraph () + + + + + + + [nordic255] "abbr" elements must use one of the following epub:types: z3998:acronym + (formed from the first part of a word: "Mr.", "approx.", "lbs.", "rec'd"), z3998:initialism (each letter pronounced separately: "XML", "US"), z3998:truncation (pronounced as a word: + "NATO"): + + + + + + + [nordic256] In bodymatter, "" elements must contain more than just a headline and pagebreaks (except when epub:type="part"): + + + + + + + + [nordic257] The `xml:lang` and the `lang` attributes must have the same value: + + + + + + + [nordic258] Only one pagebreak is allowed before any content in each content file: + + + + + + + [nordic259] Pagebreaks can not occur within table headers (thead): + [nordic259] Pagebreaks can not occur within table footers (tfoot): + + + + + + + [nordic260a] The first element in a figure with class="image" must be a "img" element: + + + + + + [nordic260b] Content not allowed between or after image figure elements: + + + + + + + [nordic261] Text can't be placed directly inside div elements. Try wrapping it in a p element: + + + + + + + [nordic263] the titlepage must have a headline (and the headline must have epub:type="fulltitle" and class="title") + + + + + + + [nordic264] the headline on the titlepage must have a epub:type with the value "fulltitle": + [nordic264] the headline on the titlepage must have a class with the value "title": + + + + + + [nordic265] linegroups with headlines must be section elements: + [nordic265] linegroups without headlines must be div elements: + + + + + + [nordic266a] Footnotes must be wrapped in a "ol" element, but is currently wrapped in a : + + + + + + [nordic266b] List items inside a footnotes list must use epub:type="footnote": + + + + + + [nordic267a] Rearnotes must be wrapped in a "ol" element, but is currently wrapped in a : + + + [nordic267a] Endnotes must be wrapped in a "ol" element, but is currently wrapped in a : + + + + + + [nordic267b] List items inside a rearnotes list must use epub:type="rearnote": + + + [nordic267b] List items inside a endnotes list must use epub:type="endnote": + + + + + + + + + + + [nordic268] The subsections of (which contains + the headline </>) must only use <h> for headlines. It contains the element which contains the headline + + + + + + + + + [nordic269] The type used in the + filename () must be present on the body element: + + + + + + [nordic270] Bridgehead is only allowed as a child of section, article and div: + + + + + + + [nordic273] Internal link ("") does not resolve: + + + + + + + [nordic273b] Internal links must contain a non-empty fragment identifier: + + + + + + + [nordic274] Not all the tokens in the headers attribute match the id attributes of 'th' elements in this or a parent table: + + + + + + + [nordic275] The URL in the img longdesc attribute does not reference any element in the publication: + + + + + + + + [nordic276] The accesskey attribute value is not 1 character long: + [nordic276] The tabindex attribute value is not expressed in numbers: + + + + + + + [nordic277] The image width is not expressed in pixels or percentage: + [nordic277] The image height is not expressed in pixels or percentage: + + + + + + + [nordic278] Table width is not expressed in pixels or percentage: + [nordic278] Table cellspacing is not expressed in pixels or percentage: + [nordic278] Table cellpadding is not expressed in pixels or percentage: + + + + + + + [nordic279a] The start attribute occurs in a non-numbered list: + + + + + + [nordic279b] The start attribute is not a non negative number: + + + + + + + [nordic280] Unrecognized Dublin Core metadata name: + [nordic280] Unrecognized Dublin Core metadata prefix: + + + + + + + [nordic281] span attribute is not a positive integer: + + + + + + + [nordic282] The rowspan attribute value is not a positive integer: + [nordic282] The colspan attribute value is not a positive integer: + [nordic282] The + rowspan attribute value is larger than the number of rows left in the table: + + + + + + [nordic283] When using MathML with a namespace prefix, that prefix must be 'm'. Not + + + + + Rule 293 +

details element with extended description must be correctly referenced from img element

+ + + The img element must correctly reference the details element with the aria-details attribute. + +
+
diff --git a/src/main/resources/xml/schema/2020-1/nordic2020-1.sch b/src/main/resources/xml/schema/2020-1/nordic2020-1.sch index 0318d787..1de26945 100644 --- a/src/main/resources/xml/schema/2020-1/nordic2020-1.sch +++ b/src/main/resources/xml/schema/2020-1/nordic2020-1.sch @@ -1,913 +1,913 @@ - - - Nordic EPUB3 and HTML5 rules (based on MTMs DTBook schematron rules, targeting nordic guidelines 2020-1) - - - - - - - - - - - Rule 8 -

Only allow pagebreak w/page-front in frontmatter

- - - [nordic08] <span epub:type="pagebreak" class="page-front"/> may only occur in frontmatter and cover. - -
- - - Rule 9 -

Disallow empty elements (with a few exceptions)

- - - [nordic09] Only the following elements can be empty: img, br, meta, link, col, th, td, dd, hr, script, and pagebreaks (span/div). - -
- - - Rule 11 -

Root element must have @xml:lang and @lang

- - - [nordic11] The <html> element must have an xml:lang attribute. - [nordic11] The <html> element must have a lang attribute. - -
- - - Rule 12 -

Frontmatter starts with doctitle and docauthor

- - - [nordic12] Single-HTML document must begin with a fulltitle heading in its header element (xpath: - /html/body/header/h1). - -
- - - - Rule 13 -

All books must have frontmatter and bodymatter

- - - - [nordic13a] A single-HTML document must have at least one frontmatter or cover section. - [nordic13a] A single-HTML document must have at least one bodymatter section. - [nordic13a] The single-HTML document must not have cover, frontmatter, bodymatter or backmatter as epub:type on its body element. - -
- - - Rule 13b -

- - - [nordic13b] The single-HTML document must not have cover, frontmatter, bodymatter or backmatter on any of its sectioning elements other than the top-level elements that has body as its parent. - -
- - - Rule 13c -

- - - [nordic13c] The top-level section element must have either cover, frontmatter, bodymatter or backmatter as one of the values on its epub:type. - -
- - - Rule 13d -

- - - [nordic13d] Section elements that are not top-level sections must not have cover, frontmatter, bodymatter or backmatter as one of the values on its epub:type attribute. It is allowed (but optional) to use the bodymatter type on section elements that are direct children of sections with epub:type="part"). - [nordic13d] Section elements in parts must not have cover, frontmatter or backmatter as one of the values on its epub:type attribute. - -
- - - Rule 13e -

The body element must not have a epub:type attribute.

- - - [nordic13e] The body element must not have a epub:type attribute. - -
- - - Rule 15 -

- - - - [nordic15] Cover must not be preceded by any other top-level sections. - [nordic15] Frontmatter must not be preceded by bodymatter or rearmatter. - [nordic15] Bodymatter must not be preceded by backmatter. - -
- - - Rule 21 -

No nested tables

- - - [nordic21] Nested tables are not allowed. - -
- - - Rule 23 -

Increasing pagebreak values for page-normal

- - - - [nordic23] pagebreak values must increase for pagebreaks with class="page-normal". - -
- - - Rule 24 -

Values of pagebreak must be unique for page-front

- - - [nordic24] pagebreak values must be unique for pagebreaks with class="page-front". - -
- - - Rule 26a -

Each note must have a noteref

- - - - [nordic26a] Each note must have at least one <a epub:type="noteref" - ...> referencing it. - -
- - - Rule 26b -

Each noteref must reference a note

- - - - [nordic26b] The note reference must point to a note, endnote or footnote in the publication using its href attribute. - -
- - - - Rule 27a -

Each annotation must have an annoref

- - - - [nordic27a] Each annotation must have at least one <a epub:type="annoref" ...> referencing it. - -
- - - Rule 27b -

Each annoref must reference a annotation

- - - - [nordic27b] The annotation must point to a annotation in the publication using its href attribute. - -
- - - Rule 29a -

No block elements in inline context (as child). Inline elements: a, abbr, bdo, code, dfn, em, kbd, q, samp, span, strong, sub, sup. Block elements: address, aside, blockquote, p, caption, div, dl, ul, ol, figure, table, h1, h2, h3, h4, h5, h6, details, summary.

- - - - [nordic29] Block element used in inline context. - -
- - - Rule 29b -

No block elements in inline context (as sibling). Inline elements: a, abbr, bdo, code, dfn, em, kbd, q, samp, span, strong, sub, sup. Block elements: address, aside, blockquote, p, caption, div, dl, ul, ol, figure, table, h1, h2, h3, h4, h5, h6, details, summary, section, article.

- - - - - [nordic29] Block elements are not allowed as siblings to inline elements. - [nordic29] Block elements are not allowed as siblings to text content. - -
- - - Rule 50a -

image alt attribute

- - - [nordic50a] an image inside a figure with class='image' must have a non-empty alt attribute. - -
- - - Rule 51 & 52 -

- - - [nordic52] Images must have either the .jpg file extension or the .png file extension. - [nordic52] Images must have a base name, not just an extension. - [nordic51] Images must be in the "images" folder (relative to the HTML file). - [nordic52] Image file names can only contain the characters a-z, A-Z, 0-9, underscore (_) or hyphen (-). - -
- - - Rule 59 -

No pagegnum between a term and a definition in definition lists

- - - [nordic59] pagebreak in definition list must not occur as siblings to dd or dt. - -
- - - Rule 63 -

Only note references within the same document

- - - [nordic63] Only note references within the same publication are allowed. - -
- - - Rule 64 -

Only annotation references within the same document

- - - [nordic64] Only annotation references within the same publication are allowed. - -
- - - Rule 93 -

Some elements may not start of end with whitespace

- - - [nordic93] Headings (h1-h6) may not have leading whitespace. - [nordic93] Headings (h1-h6) may not have trailing whitespace. - -
- - - - Rule 96b -

- - - [nordic96b] Nested image series figures are not allowed. Image figures must use the class "image", while image series figures must use the class "image-series". - -
- - - Rule 96a -

No fig-desc allowed for doc-cover

- - - [nordic96c] Aside elements with class="fig-desc" are not allowed in figure elements containing an img with role="doc-cover". - -
- - - - Rule 101 -

All image series must have at least one image figure

- - - [nordic101] There must be at least one figure with class="image" in a image series figure. - -
- - - - Rule 102 -

All image figures must have a image

- - - [nordic102] There must be an img element in every figure with class="image". - [nordic102] Nested images figures are not allowed. Image figures must use the class "image", while image series figures must use the class "image-series". - -
- - - Rule 104 -

Headings may not be empty elements

- - - [nordic104] Headings may not be empty. - -
- - - Rule 105 -

Pagebreaks must have a page-* class and must not contain anything

- - - [nordic105] Page breaks must have either a 'page-front', a 'page-normal' or a 'page-special' class. - [nordic105] Pagebreaks must not contain elements or comments. Text content, if present, must not contain extra whitespace. - -
- - - Rule 110 -

pagebreak in headings

- - - [nordic110] Pagebreak elements are not allowed in headings. - -
- - - Rule 116 -

Don't allow arabic numbers in pagebreak w/page-front

- - - [nordic116] Hindu-Arabic numbers (0-9) when @class="page-front" are not allowed. - -
- - - Rule 121 -

pagebreaks in tables must not occur between table rows

- - - [nordic121] Page numbers in tables must not be placed between table rows. - -
- - - Rule 123 (39) -

Cover is not part of frontmatter, bodymatter or backmatter

- - - [nordic123] Cover (Jacket copy) is a document partition and can not be part the other document partitions frontmatter, bodymatter and rearmatter. - -
- - - - Rule 131a -

- - - [nordic131a] xml:lang must must be either a "two- or three-letter lower case" code or a "two- or three-letter lower case and groups of hyphen followed by numbers or letters" (i.e. zh-Hanz-UTF8) code. - -
- - Rule 131b -

- - - [nordic131b] lang must must be either a "two- or three-letter lower case" code or a "two- or three-letter lower case and groups of hyphen followed by numbers or letters" (i.e. zh-Hanz-UTF8) code. - -
- - - Rule 135a -

Poem contents

- - - [nordic135] Every poem must contain a linegroup. - [nordic135] Poem lines must be wrapped in a linegroup. contains; . - [nordic135] Poem lines must be wrapped in a linegroup. contains; . - [nordic135] Poem lines must be wrapped in a linegroup. contains; . - -
- - - Rule 140 -

Jacket copy must contain at least one part of the cover, at most one of each @class value and no other elements

- - - [nordic140] Only sections with one of the classes 'frontcover', 'rearcover', 'leftflap' or 'rightflap' is allowed in cover. - [nordic140] There must be at least one section with one of the classes 'frontcover', 'rearcover', 'leftflap' or 'rightflap' in cover. - [nordic140] There can not be more than one section with class="frontcover" in cover. - [nordic140] There can not be more than one section with class="rearcover" in cover. - [nordic140] There can not be more than one section with class="leftflap" in cover. - [nordic140] There can not be more than one section with class="rightflap" in cover. - -
- - - - Rule 143a -

Don't allow pagebreak as siblings to list items or inside the first list item

- - - [nordic143a] Pagebreaks are not allowed as siblings to list items. - -
- - - Rule 143b -

- - - [nordic143b] It is not allowed to have a pagebreak at the beginning of the first list item; it should be placed before the list. - -
- - - Rule 200 -

The title element must not be empty

- - - [nordic200] The title element must not be empty. - -
- - - Rule 202 -

frontmatter

- - - - - [nordic202] '' is not an allowed type in frontmatter. On elements with the epub:type "frontmatter", you can either leave the type blank (and just use 'frontmatter' as the type in the filename), or you can use one of the allowed types. - -
- - - Rule 203a -

Check that both the epub:types "endnote" and "endnotes" are used in endnotes

- - - [nordic203a] 'endnote' must have a section ancestor with 'endnotes'. - -
- - - Rule 203c -

- - - [nordic203c] Sections with the epub:type 'endnotes' must have descendants with 'endnote'. - [nordic203c] Sections with the epub:type 'endnotes' must have <ol> descendant elements. - -
- - - Rule 203d -

- - - [nordic203d] 'endnote' can only be applied to <li> elements. - -
- - - Rule 204a -

Check that footnotes are placed correctly in a section.

- - - [nordic204a] 'footnote' must have a parent section. - [nordic204a] 'footnote' must be placed at the end of a section. - -
- - - Rule 204d -

- - - [nordic204d] 'footnote' can only be applied to <aside> elements. - [nordic204d] The 'doc-footnote' role must be applied to all footnotes. - -
- - - Rule 208 -

bodymatter

- - - - - [nordic208] Elements with the type "bodymatter" must also have one of the allowed epub:type values allowed for such sections. - -
- - - Rule 211 -

bodymatter.part

- - - - - - [nordic211] Sections inside a part must also have one of the allowed epub:type values allowed for such sections. - -
- - - Rule 215 -

backmatter

- - - - - [nordic215] If elements with the type "backmatter" has additional types, they must be one of the allowed epub:type values allowed for such sections. - -
- - - Rule 225 -

pagebreak

- - - [nordic225] The aria-label attribute must be used to describe the page number. - -
- - - Rule 247 -

doctitle.heading - h1

- - - [nordic247] The first (h1) heading on the titlepage must have the 'fulltitle' epub:type. - -
- - - Rule 251 -

lic - span

- - - [nordic251] The parent of a list item component (span class="lic") must be either a "li" or a "a" (where the "a" has "li" as parent). - -
- - - Rule 253a -

figures and captions

- - - - [nordic253a] <figure> elements must either have a class of "image", "image-series" or "table". - [nordic253a] <figure> elements must either have a class of "image", "image-series" or "table". - [nordic253a] There cannot be more than one <figcaption> in a single figure element. - -
- - - Rule 253b -

- - - [nordic253b] Image figures must contain exactly one img. - [nordic253b] The img in image figures must be a direct child of the figure. - -
- - - Rule 253c -

- - - [nordic253c] Image series figures cannot contain img childen (the img elements must be contained in children figure elements). - [nordic253c] Image series must contain at least 2 image figures ("figure" elements with class "image"). - -
- - - Rule 256 -

HTML documents with only a heading

- - - [nordic256] Sections in bodymatter must contain more than just headings and pagebreaks, except for when epub:type="part". - -
- - - Rule 257 -

always require both xml:lang and lang

- - - [nordic257] The `xml:lang` and the `lang` attributes must have the same value. - -
- - - Rule 258 -

allow at most one pagebreak before any content in each content file

- - - [nordic258] Only one pagebreak is allowed before any content in each content file. - -
- - - Rule 259 -

don't allow pagebreak in thead

- - - [nordic259] Pagebreaks can not occur within table headers (thead). - [nordic259] Pagebreaks can not occur within table footers (tfoot). - -
- - - Rule 260b -

- - - [nordic260b] Content is not allowed between or after image figure elements. - -
- - - Rule 261 -

Text can't be direct child of div

- - - [nordic261] Text can't be placed directly inside div elements. Try wrapping it in a p element. - -
- - - Rule 263 -

there must be a heading on the titlepage

- - - [nordic263] the titlepage must have a heading (and the heading must have epub:type="fulltitle" and class="title"). - -
- - - Rule 264 -

h1 on titlepage must be epub:type=fulltitle with class=title

- - - [nordic264] the heading on the titlepage must have a epub:type with the value "fulltitle". - [nordic264] the heading on the titlepage must have a class with the value "title". - -
- - - Rule 267a -

- - - [nordic267a] Endnotes must be wrapped in a "ol" element, but is currently wrapped in a . - -
- - - Rule 267b -

- - - [nordic267b] List items inside a endnotes list must use epub:type="endnote". - -
- - - Rule 268 -

Check that the heading levels are nested correctly (necessary for sidebars and poems, and maybe other structures as well where the RelaxNG is unable to enforce the level)

- - - - - - - [nordic268] The subsections of (which contains the heading </>) must only use <h> for headings. It contains the element which contains the heading . - -
- - - Rule 269 -

- - - - - - - - [nordic269] The type used in the filename () must be present on the section element, and be the most specific (). - -
- - - Rule 270 -

- - - [nordic270] Bridgehead is only allowed as a child of section, article, div and aside. - -
- - - - Rule 273 -

- - - [nordic273] Internal link does not resolve. - -
- - - Rule 273b -

Disallow internal links without fragment identifiers (see https://github.com/nlbdev/nordic-epub3-dtbook-migrator/issues/372)

- - - [nordic273b] Internal links must contain a non-empty fragment identifier. - -
- - - - Rule 279a -

- - - [nordic279a] The start attribute must not be used in lists without markers (numbers/letters). - -
- - - Rule 279b -

- - - [nordic279b] The start attribute must be a positive integer. - -
- - - - Rule 280 -

- - - [nordic280] Metadata with the dc prefix are only allowed for the 15 official Dublin Core metadata elements: dc:title, dc:subject, dc:description, dc:type, dc:source, dc:relation, dc:coverage, dc:creator, dc:publisher, dc:publisher.original, dc:contributor, dc:rights, dc:date, dc:format, dc:identifier and dc:language. - [nordic280] The dc metadata prefix must be in lower case. - -
- - - - Rule 281 -

- - - [nordic281] The span attribute on col and colgroup elements must be a positive integer. - -
- - - - Rule 282 -

- - - [nordic282] The rowspan attribute value on td and th elements must be a positive integer. - [nordic282] The colspan attribute value on td and th elements must be a positive integer. - [nordic282] The rowspan attribute value on td and th elements must not be larger than the number of rows left in the table. - -
- - - Rule 283 -

- - - [nordic283] When using MathML with a namespace prefix, that prefix must be 'm'. - -
- - - Rule 290 -

Rearnotes should not be used. Use endnotes instead.

- - - [nordic290] Rearnotes are deprecated. Endnotes are required to be used instead. - -
- - - Rule 291 -

Backmatter sections require specific roles

- - - - [nordic291] Backmatter can only use roles (doc-acknowledgments, doc-afterword, doc-appendix, doc-bibliography, doc-colophon, doc-conclusion, doc-dedication, doc-epigraph, doc-epilogue, doc-glossary, doc-index, doc-toc) - - -
- - - Rule 292 -

Class sidebar is deprecated for asides

- - - [nordic292] The aside attribute class is set to sidebar which is deprecated. - -
- - - Rule 293 -

details element with extended description must be correctly referenced from img element

- - - The img element must correctly reference the details element with the aria-details attribute. - -
-
+ + + Nordic EPUB3 and HTML5 rules (based on MTMs DTBook schematron rules, targeting nordic guidelines 2020-1) + + + + + + + + + + + Rule 8 +

Only allow pagebreak w/page-front in frontmatter

+ + + [nordic08] <span epub:type="pagebreak" class="page-front"/> may only occur in frontmatter and cover. + +
+ + + Rule 9 +

Disallow empty elements (with a few exceptions)

+ + + [nordic09] Only the following elements can be empty: img, br, meta, link, col, th, td, dd, hr, script, and pagebreaks (span/div). + +
+ + + Rule 11 +

Root element must have @xml:lang and @lang

+ + + [nordic11] The <html> element must have an xml:lang attribute. + [nordic11] The <html> element must have a lang attribute. + +
+ + + Rule 12 +

Frontmatter starts with doctitle and docauthor

+ + + [nordic12] Single-HTML document must begin with a fulltitle heading in its header element (xpath: + /html/body/header/h1). + +
+ + + + Rule 13 +

All books must have frontmatter and bodymatter

+ + + + [nordic13a] A single-HTML document must have at least one frontmatter or cover section. + [nordic13a] A single-HTML document must have at least one bodymatter section. + [nordic13a] The single-HTML document must not have cover, frontmatter, bodymatter or backmatter as epub:type on its body element. + +
+ + + Rule 13b +

+ + + [nordic13b] The single-HTML document must not have cover, frontmatter, bodymatter or backmatter on any of its sectioning elements other than the top-level elements that has body as its parent. + +
+ + + Rule 13c +

+ + + [nordic13c] The top-level section element must have either cover, frontmatter, bodymatter or backmatter as one of the values on its epub:type. + +
+ + + Rule 13d +

+ + + [nordic13d] Section elements that are not top-level sections must not have cover, frontmatter, bodymatter or backmatter as one of the values on its epub:type attribute. It is allowed (but optional) to use the bodymatter type on section elements that are direct children of sections with epub:type="part"). + [nordic13d] Section elements in parts must not have cover, frontmatter or backmatter as one of the values on its epub:type attribute. + +
+ + + Rule 13e +

The body element must not have a epub:type attribute.

+ + + [nordic13e] The body element must not have a epub:type attribute. + +
+ + + Rule 15 +

+ + + + [nordic15] Cover must not be preceded by any other top-level sections. + [nordic15] Frontmatter must not be preceded by bodymatter or rearmatter. + [nordic15] Bodymatter must not be preceded by backmatter. + +
+ + + Rule 21 +

No nested tables

+ + + [nordic21] Nested tables are not allowed. + +
+ + + Rule 23 +

Increasing pagebreak values for page-normal

+ + + + [nordic23] pagebreak values must increase for pagebreaks with class="page-normal". + +
+ + + Rule 24 +

Values of pagebreak must be unique for page-front

+ + + [nordic24] pagebreak values must be unique for pagebreaks with class="page-front". + +
+ + + Rule 26a +

Each note must have a noteref

+ + + + [nordic26a] Each note must have at least one <a epub:type="noteref" + ...> referencing it. + +
+ + + Rule 26b +

Each noteref must reference a note

+ + + + [nordic26b] The note reference must point to a note, endnote or footnote in the publication using its href attribute. + +
+ + + + Rule 27a +

Each annotation must have an annoref

+ + + + [nordic27a] Each annotation must have at least one <a epub:type="annoref" ...> referencing it. + +
+ + + Rule 27b +

Each annoref must reference a annotation

+ + + + [nordic27b] The annotation must point to a annotation in the publication using its href attribute. + +
+ + + Rule 29a +

No block elements in inline context (as child). Inline elements: a, abbr, bdo, code, dfn, em, kbd, q, samp, span, strong, sub, sup. Block elements: address, aside, blockquote, p, caption, div, dl, ul, ol, figure, table, h1, h2, h3, h4, h5, h6, details, summary.

+ + + + [nordic29] Block element used in inline context. + +
+ + + Rule 29b +

No block elements in inline context (as sibling). Inline elements: a, abbr, bdo, code, dfn, em, kbd, q, samp, span, strong, sub, sup. Block elements: address, aside, blockquote, p, caption, div, dl, ul, ol, figure, table, h1, h2, h3, h4, h5, h6, details, summary, section, article.

+ + + + + [nordic29] Block elements are not allowed as siblings to inline elements. + [nordic29] Block elements are not allowed as siblings to text content. + +
+ + + Rule 50a +

image alt attribute

+ + + [nordic50a] an image inside a figure with class='image' must have a non-empty alt attribute. + +
+ + + Rule 51 & 52 +

+ + + [nordic52] Images must have either the .jpg file extension or the .png file extension. + [nordic52] Images must have a base name, not just an extension. + [nordic51] Images must be in the "images" folder (relative to the HTML file). + [nordic52] Image file names can only contain the characters a-z, A-Z, 0-9, underscore (_) or hyphen (-). + +
+ + + Rule 59 +

No pagegnum between a term and a definition in definition lists

+ + + [nordic59] pagebreak in definition list must not occur as siblings to dd or dt. + +
+ + + Rule 63 +

Only note references within the same document

+ + + [nordic63] Only note references within the same publication are allowed. + +
+ + + Rule 64 +

Only annotation references within the same document

+ + + [nordic64] Only annotation references within the same publication are allowed. + +
+ + + Rule 93 +

Some elements may not start of end with whitespace

+ + + [nordic93] Headings (h1-h6) may not have leading whitespace. + [nordic93] Headings (h1-h6) may not have trailing whitespace. + +
+ + + + Rule 96b +

+ + + [nordic96b] Nested image series figures are not allowed. Image figures must use the class "image", while image series figures must use the class "image-series". + +
+ + + Rule 96a +

No fig-desc allowed for doc-cover

+ + + [nordic96c] Aside elements with class="fig-desc" are not allowed in figure elements containing an img with role="doc-cover". + +
+ + + + Rule 101 +

All image series must have at least one image figure

+ + + [nordic101] There must be at least one figure with class="image" in a image series figure. + +
+ + + + Rule 102 +

All image figures must have a image

+ + + [nordic102] There must be an img element in every figure with class="image". + [nordic102] Nested images figures are not allowed. Image figures must use the class "image", while image series figures must use the class "image-series". + +
+ + + Rule 104 +

Headings may not be empty elements

+ + + [nordic104] Headings may not be empty. + +
+ + + Rule 105 +

Pagebreaks must have a page-* class and must not contain anything

+ + + [nordic105] Page breaks must have either a 'page-front', a 'page-normal' or a 'page-special' class. + [nordic105] Pagebreaks must not contain elements or comments. Text content, if present, must not contain extra whitespace. + +
+ + + Rule 110 +

pagebreak in headings

+ + + [nordic110] Pagebreak elements are not allowed in headings. + +
+ + + Rule 116 +

Don't allow arabic numbers in pagebreak w/page-front

+ + + [nordic116] Hindu-Arabic numbers (0-9) when @class="page-front" are not allowed. + +
+ + + Rule 121 +

pagebreaks in tables must not occur between table rows

+ + + [nordic121] Page numbers in tables must not be placed between table rows. + +
+ + + Rule 123 (39) +

Cover is not part of frontmatter, bodymatter or backmatter

+ + + [nordic123] Cover (Jacket copy) is a document partition and can not be part the other document partitions frontmatter, bodymatter and rearmatter. + +
+ + + + Rule 131a +

+ + + [nordic131a] xml:lang must must be either a "two- or three-letter lower case" code or a "two- or three-letter lower case and groups of hyphen followed by numbers or letters" (i.e. zh-Hanz-UTF8) code. + +
+ + Rule 131b +

+ + + [nordic131b] lang must must be either a "two- or three-letter lower case" code or a "two- or three-letter lower case and groups of hyphen followed by numbers or letters" (i.e. zh-Hanz-UTF8) code. + +
+ + + Rule 135a +

Poem contents

+ + + [nordic135] Every poem must contain a linegroup. + [nordic135] Poem lines must be wrapped in a linegroup. contains; . + [nordic135] Poem lines must be wrapped in a linegroup. contains; . + [nordic135] Poem lines must be wrapped in a linegroup. contains; . + +
+ + + Rule 140 +

Jacket copy must contain at least one part of the cover, at most one of each @class value and no other elements

+ + + [nordic140] Only sections with one of the classes 'frontcover', 'rearcover', 'leftflap' or 'rightflap' is allowed in cover. + [nordic140] There must be at least one section with one of the classes 'frontcover', 'rearcover', 'leftflap' or 'rightflap' in cover. + [nordic140] There can not be more than one section with class="frontcover" in cover. + [nordic140] There can not be more than one section with class="rearcover" in cover. + [nordic140] There can not be more than one section with class="leftflap" in cover. + [nordic140] There can not be more than one section with class="rightflap" in cover. + +
+ + + + Rule 143a +

Don't allow pagebreak as siblings to list items or inside the first list item

+ + + [nordic143a] Pagebreaks are not allowed as siblings to list items. + +
+ + + Rule 143b +

+ + + [nordic143b] It is not allowed to have a pagebreak at the beginning of the first list item; it should be placed before the list. + +
+ + + Rule 200 +

The title element must not be empty

+ + + [nordic200] The title element must not be empty. + +
+ + + Rule 202 +

frontmatter

+ + + + + [nordic202] '' is not an allowed type in frontmatter. On elements with the epub:type "frontmatter", you can either leave the type blank (and just use 'frontmatter' as the type in the filename), or you can use one of the allowed types. + +
+ + + Rule 203a +

Check that both the epub:types "endnote" and "endnotes" are used in endnotes

+ + + [nordic203a] 'endnote' must have a section ancestor with 'endnotes'. + +
+ + + Rule 203c +

+ + + [nordic203c] Sections with the epub:type 'endnotes' must have descendants with 'endnote'. + [nordic203c] Sections with the epub:type 'endnotes' must have <ol> descendant elements. + +
+ + + Rule 203d +

+ + + [nordic203d] 'endnote' can only be applied to <li> elements. + +
+ + + Rule 204a +

Check that footnotes are placed correctly in a section.

+ + + [nordic204a] 'footnote' must have a parent section. + [nordic204a] 'footnote' must be placed at the end of a section. + +
+ + + Rule 204d +

+ + + [nordic204d] 'footnote' can only be applied to <aside> elements. + [nordic204d] The 'doc-footnote' role must be applied to all footnotes. + +
+ + + Rule 208 +

bodymatter

+ + + + + [nordic208] Elements with the type "bodymatter" must also have one of the allowed epub:type values allowed for such sections. + +
+ + + Rule 211 +

bodymatter.part

+ + + + + + [nordic211] Sections inside a part must also have one of the allowed epub:type values allowed for such sections. + +
+ + + Rule 215 +

backmatter

+ + + + + [nordic215] If elements with the type "backmatter" has additional types, they must be one of the allowed epub:type values allowed for such sections. + +
+ + + Rule 225 +

pagebreak

+ + + [nordic225] The aria-label attribute must be used to describe the page number. + +
+ + + Rule 247 +

doctitle.heading - h1

+ + + [nordic247] The first (h1) heading on the titlepage must have the 'fulltitle' epub:type. + +
+ + + Rule 251 +

lic - span

+ + + [nordic251] The parent of a list item component (span class="lic") must be either a "li" or a "a" (where the "a" has "li" as parent). + +
+ + + Rule 253a +

figures and captions

+ + + + [nordic253a] <figure> elements must either have a class of "image", "image-series" or "table". + [nordic253a] <figure> elements must either have a class of "image", "image-series" or "table". + [nordic253a] There cannot be more than one <figcaption> in a single figure element. + +
+ + + Rule 253b +

+ + + [nordic253b] Image figures must contain exactly one img. + [nordic253b] The img in image figures must be a direct child of the figure. + +
+ + + Rule 253c +

+ + + [nordic253c] Image series figures cannot contain img childen (the img elements must be contained in children figure elements). + [nordic253c] Image series must contain at least 2 image figures ("figure" elements with class "image"). + +
+ + + Rule 256 +

HTML documents with only a heading

+ + + [nordic256] Sections in bodymatter must contain more than just headings and pagebreaks, except for when epub:type="part". + +
+ + + Rule 257 +

always require both xml:lang and lang

+ + + [nordic257] The `xml:lang` and the `lang` attributes must have the same value. + +
+ + + Rule 258 +

allow at most one pagebreak before any content in each content file

+ + + [nordic258] Only one pagebreak is allowed before any content in each content file. + +
+ + + Rule 259 +

don't allow pagebreak in thead

+ + + [nordic259] Pagebreaks can not occur within table headers (thead). + [nordic259] Pagebreaks can not occur within table footers (tfoot). + +
+ + + Rule 260b +

+ + + [nordic260b] Content is not allowed between or after image figure elements. + +
+ + + Rule 261 +

Text can't be direct child of div

+ + + [nordic261] Text can't be placed directly inside div elements. Try wrapping it in a p element. + +
+ + + Rule 263 +

there must be a heading on the titlepage

+ + + [nordic263] the titlepage must have a heading (and the heading must have epub:type="fulltitle" and class="title"). + +
+ + + Rule 264 +

h1 on titlepage must be epub:type=fulltitle with class=title

+ + + [nordic264] the heading on the titlepage must have a epub:type with the value "fulltitle". + [nordic264] the heading on the titlepage must have a class with the value "title". + +
+ + + Rule 267a +

+ + + [nordic267a] Endnotes must be wrapped in a "ol" element, but is currently wrapped in a . + +
+ + + Rule 267b +

+ + + [nordic267b] List items inside a endnotes list must use epub:type="endnote". + +
+ + + Rule 268 +

Check that the heading levels are nested correctly (necessary for sidebars and poems, and maybe other structures as well where the RelaxNG is unable to enforce the level)

+ + + + + + + [nordic268] The subsections of (which contains the heading </>) must only use <h> for headings. It contains the element which contains the heading . + +
+ + + Rule 269 +

+ + + + + + + + [nordic269] The type used in the filename () must be present on the section element, and be the most specific (). + +
+ + + Rule 270 +

+ + + [nordic270] Bridgehead is only allowed as a child of section, article, div and aside. + +
+ + + + Rule 273 +

+ + + [nordic273] Internal link does not resolve. + +
+ + + Rule 273b +

Disallow internal links without fragment identifiers (see https://github.com/nlbdev/nordic-epub3-dtbook-migrator/issues/372)

+ + + [nordic273b] Internal links must contain a non-empty fragment identifier. + +
+ + + + Rule 279a +

+ + + [nordic279a] The start attribute must not be used in lists without markers (numbers/letters). + +
+ + + Rule 279b +

+ + + [nordic279b] The start attribute must be a positive integer. + +
+ + + + Rule 280 +

+ + + [nordic280] Metadata with the dc prefix are only allowed for the 15 official Dublin Core metadata elements: dc:title, dc:subject, dc:description, dc:type, dc:source, dc:relation, dc:coverage, dc:creator, dc:publisher, dc:publisher.original, dc:contributor, dc:rights, dc:date, dc:format, dc:identifier and dc:language. + [nordic280] The dc metadata prefix must be in lower case. + +
+ + + + Rule 281 +

+ + + [nordic281] The span attribute on col and colgroup elements must be a positive integer. + +
+ + + + Rule 282 +

+ + + [nordic282] The rowspan attribute value on td and th elements must be a positive integer. + [nordic282] The colspan attribute value on td and th elements must be a positive integer. + [nordic282] The rowspan attribute value on td and th elements must not be larger than the number of rows left in the table. + +
+ + + Rule 283 +

+ + + [nordic283] When using MathML with a namespace prefix, that prefix must be 'm'. + +
+ + + Rule 290 +

Rearnotes should not be used. Use endnotes instead.

+ + + [nordic290] Rearnotes are deprecated. Endnotes are required to be used instead. + +
+ + + Rule 291 +

Backmatter sections require specific roles

+ + + + [nordic291] Backmatter can only use roles (doc-acknowledgments, doc-afterword, doc-appendix, doc-bibliography, doc-colophon, doc-conclusion, doc-dedication, doc-epigraph, doc-epilogue, doc-glossary, doc-index, doc-toc) + + +
+ + + Rule 292 +

Class sidebar is deprecated for asides

+ + + [nordic292] The aside attribute class is set to sidebar which is deprecated. + +
+ + + Rule 293 +

details element with extended description must be correctly referenced from img element

+ + + The img element must correctly reference the details element with the aria-details attribute. + +
+
diff --git a/src/main/resources/xml/xslt/dtbook-to-html/dtbook-to-epub3.xsl b/src/main/resources/xml/xslt/dtbook-to-html/dtbook-to-epub3.xsl index 8410e3c9..b950ccd6 100644 --- a/src/main/resources/xml/xslt/dtbook-to-html/dtbook-to-epub3.xsl +++ b/src/main/resources/xml/xslt/dtbook-to-html/dtbook-to-epub3.xsl @@ -537,19 +537,19 @@ - - - - + + + - - - - + + + + diff --git a/src/main/resources/xml/xslt/dtbook2005-to-dtbook110.xsl b/src/main/resources/xml/xslt/dtbook2005-to-dtbook110.xsl index 3aef6c16..2c69ca53 100644 --- a/src/main/resources/xml/xslt/dtbook2005-to-dtbook110.xsl +++ b/src/main/resources/xml/xslt/dtbook2005-to-dtbook110.xsl @@ -1,760 +1,760 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - -
-
- - -

- - - - - - -

-
- - - - - - - - - - -

- -

-
-
- -
-
- - - - - - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - -
-
- - -
- - - - - - -
-
- - - - - - - - - - - - - - -
- - - - - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <xsl:value-of select="string(x:meta[@name='dc:Title']/@content)"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  • - - - - - - -
  • -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

    - - - - - - -

    -
    - - - - - - - - - Konverteringsproblem: pagenum kan ikke befinde sig på denne position: - <pagenum id=' - - '> - - - </pagenum> - - - - - - - - - - - - - - - - - -
    - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + +
    +
    + + +

    + + + + + + +

    +
    + + + + + + + + + + +

    + +

    +
    +
    + +
    +
    + + + + + + + + + + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + +
    +
    + + +
    + + + + + + +
    +
    + + + + + + + + + + + + + + +
    + + + + + + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <xsl:value-of select="string(x:meta[@name='dc:Title']/@content)"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  • + + + + + + +
  • +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

    + + + + + + +

    +
    + + + + + + + + + Konverteringsproblem: pagenum kan ikke befinde sig på denne position: + <pagenum id=' + + '> + + + </pagenum> + + + + + + + + + + + + + + + + + +
    + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    diff --git a/src/main/resources/xml/xslt/generic-to-nordic-dtbook.xsl b/src/main/resources/xml/xslt/generic-to-nordic-dtbook.xsl index 5e98c233..6a837cc0 100644 --- a/src/main/resources/xml/xslt/generic-to-nordic-dtbook.xsl +++ b/src/main/resources/xml/xslt/generic-to-nordic-dtbook.xsl @@ -7,217 +7,217 @@ xpath-default-namespace="http://www.daisy.org/z3986/2005/dtbook/" exclude-result-prefixes="#all"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + - - - - - - + + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + +
    - - - - - - - - - - + + + + + + + + + + - - + - - - - - - - - + + + + + + + + - - -

    - - - - - -

    -
    + + +

    + + + + + +

    +
    - - - - - - - - - - + + + + + + + + + + - - -

    - - - - - -

    -
    + + +

    + + + + + +

    +
    - - + - - - - - - - - + + + + + + + + - - -

    - - - - - -

    -
    + + +

    + + + + + +

    +
    - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - + + + + + + + + - - - + + + - - - + + + - - + + - + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - -

    - - - - - -

    -
    -
    -
    + + + + + + + + + + + + + +

    + + + + + +

    +
    +
    +
    - - - - - - - - - - - - - + + + + + + + + + + + + + - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - -

    - -

    -
    - - - -
    -
    -
    - - - -
    -
    + + + + + + + + + +

    + +

    +
    + + + +
    +
    +
    + + + +
    +
    - - - - - - - - - - - - - - - - - - - - -
    -
    -
    + + + + + + + + + + + + + + + + + + + + +
    +
    +
    - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - - - + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - + + + + + + + + + - - - - - - - - - - + + + + + + + + + + diff --git a/src/main/resources/xml/xslt/process-html-metadata.xsl b/src/main/resources/xml/xslt/process-html-metadata.xsl index 11193650..b6299114 100644 --- a/src/main/resources/xml/xslt/process-html-metadata.xsl +++ b/src/main/resources/xml/xslt/process-html-metadata.xsl @@ -4,45 +4,45 @@ xpath-default-namespace="http://www.w3.org/1999/xhtml" exclude-result-prefixes="#all"> - + - - - - - + + + + + - - + - - - - - - - + + + + + + - - - - - - - - + + + + + + + + - - - - - + + + + diff --git a/src/main/resources/xml/xslt/process-opf-metadata.xsl b/src/main/resources/xml/xslt/process-opf-metadata.xsl index 9810f60c..c4f034ad 100644 --- a/src/main/resources/xml/xslt/process-opf-metadata.xsl +++ b/src/main/resources/xml/xslt/process-opf-metadata.xsl @@ -5,30 +5,30 @@ xpath-default-namespace="http://www.idpf.org/2007/opf" exclude-result-prefixes="#all"> - + - - - - - + + + + + - - - - - - - + + + + + + + - - 2015-1 - + + 2015-1 + - - - - - + + + + + diff --git a/src/main/resources/xml/xslt/split-html.xsl b/src/main/resources/xml/xslt/split-html.xsl index 83429d02..7690b54c 100644 --- a/src/main/resources/xml/xslt/split-html.xsl +++ b/src/main/resources/xml/xslt/split-html.xsl @@ -33,7 +33,7 @@ - + @@ -54,23 +54,23 @@ - + - + - + - + - + diff --git a/src/test/resources/2015-1/DTBook.invalid/C00000.invalid.xml b/src/test/resources/2015-1/DTBook.invalid/C00000.invalid.xml index 77be8405..e2a9a8e7 100644 --- a/src/test/resources/2015-1/DTBook.invalid/C00000.invalid.xml +++ b/src/test/resources/2015-1/DTBook.invalid/C00000.invalid.xml @@ -44,7 +44,7 @@ public static void main(String[] args) { ... } -

    +

    My interest in Valentin Haüy, the father of education for the blind in Europe, was aroused while working at MTM on a book about Louis Braille, the creator of the Braille system. diff --git a/src/test/resources/2015-1/DTBook/C00000.xml b/src/test/resources/2015-1/DTBook/C00000.xml index ec93bbab..382b09b8 100644 --- a/src/test/resources/2015-1/DTBook/C00000.xml +++ b/src/test/resources/2015-1/DTBook/C00000.xml @@ -563,7 +563,7 @@ public static void main(String[] args) { ... } -

    +

    My interest in Valentin Haüy, the father of education for the blind in Europe, was aroused while working at MTM on a book about Louis Braille, the creator of the Braille system. diff --git a/src/test/resources/2020-1/C00000/EPUB/C00000-01-cover.xhtml b/src/test/resources/2020-1/C00000/EPUB/C00000-01-cover.xhtml index 07c5dfc8..d51da20b 100644 --- a/src/test/resources/2020-1/C00000/EPUB/C00000-01-cover.xhtml +++ b/src/test/resources/2020-1/C00000/EPUB/C00000-01-cover.xhtml @@ -25,4 +25,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/2020-1/C00000/EPUB/C00000-02-toc.xhtml b/src/test/resources/2020-1/C00000/EPUB/C00000-02-toc.xhtml index ca77a817..322279b7 100644 --- a/src/test/resources/2020-1/C00000/EPUB/C00000-02-toc.xhtml +++ b/src/test/resources/2020-1/C00000/EPUB/C00000-02-toc.xhtml @@ -1,88 +1,88 @@ - - - - - - Valentin Haüy - the father of the education for the blind - - - - - -

    -
    -

    Table of contents

    -
      -
    1. - - Cover - -
        -
      1. - - Rear cover - -
      2. -
      -
    2. -
    3. - - Table of contents - -
    4. -
    5. - - Valentin Haüy - the father of the education for the blind - -
        -
      1. - - List of contents - -
      2. -
      3. - - Preface - -
      4. -
      -
    6. -
    7. - - 1. - Research questions - -
    8. -
    9. - - 2. - Purpose, method and sources - -
    10. -
    11. - - 3. - Valentin Haüy - -
    12. -
    13. - - 4. - The importance of Haüy in the education of the blind in Sweden and elsewhere extra long title extra long title extra long title extra long title - -
    14. -
    15. - - 5. - Discussion and conclusions - -
    16. -
    17. - - Footnotes - -
    18. -
    -
    - - \ No newline at end of file + + + + + + Valentin Haüy - the father of the education for the blind + + + + + +
    +
    +

    Table of contents

    +
      +
    1. + + Cover + +
        +
      1. + + Rear cover + +
      2. +
      +
    2. +
    3. + + Table of contents + +
    4. +
    5. + + Valentin Haüy - the father of the education for the blind + +
        +
      1. + + List of contents + +
      2. +
      3. + + Preface + +
      4. +
      +
    6. +
    7. + + 1. + Research questions + +
    8. +
    9. + + 2. + Purpose, method and sources + +
    10. +
    11. + + 3. + Valentin Haüy + +
    12. +
    13. + + 4. + The importance of Haüy in the education of the blind in Sweden and elsewhere extra long title extra long title extra long title extra long title + +
    14. +
    15. + + 5. + Discussion and conclusions + +
    16. +
    17. + + Footnotes + +
    18. +
    +
    + + diff --git a/src/test/resources/2020-1/C00000/EPUB/C00000-03-frontmatter.xhtml b/src/test/resources/2020-1/C00000/EPUB/C00000-03-frontmatter.xhtml index 65b454d7..3e1475c3 100644 --- a/src/test/resources/2020-1/C00000/EPUB/C00000-03-frontmatter.xhtml +++ b/src/test/resources/2020-1/C00000/EPUB/C00000-03-frontmatter.xhtml @@ -1,415 +1,415 @@ - - - - - - Valentin Haüy - the father of the education for the blind - - - - - -
    -

    Valentin Haüy - the father of the education for the blind

    -

    - Published by the Swedish Library of Talking Books and Braille (MTM). -

    -
    -
    - Valentin Haüy -
    - image -
    -
    -
    - Valentin Haüy -
    - image -
    -
    -
    - - image -
    -
    - -

    - image -

    -
    -
    - -
    - image -
    -
    -
    - -
    -
    - image -
    -
    - image -
    -
    -
    -
    - - -
    -
    - -

    - -

    -
    -
    - - 中国文字 -
    -
    - -

    - 中国文字 -

    -
    -
    - -
    - 中国文字 -
    -
    -
    - -
    -
    - 中国文字 -
    -
    - 中国文字 -
    -
    -
    -
    -

    Paragraphs can have many different classes

    - -

    - In this study the life and works of Valentin Haüy are described. - Valentin Haüy (1745-1821), of many called the father of the education of the blind, founded a school for blind children of both sexes in Paris in 1785. - In 1786 he published the first known book about education for the blind. - His main idea was the necessity of educating the blind to an independent life. - Thus the blind were trained for different professions such as printing, basket making, sewing etc. - Another of Haüys ideas was that blind children should not be segregated but educated together with sighted children. - His method of printing books with letters in relief and ink-print was a minor revolution that enabled the blind to read books. -

    -

    - In the study a hitherto unknown period in Haüys life is described. - It is the period 1807-1820 which he spent in St Petersburg, then the capital of Russia. - In the study there is also an analysis of Haüy’s influence on the education of the blind in other European countries. -

    -

    - Key words: Valentin Haüy, education of the blind, relief print, visual communication, history -

    -
    -

    List of contents

    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    - Preface - - 4 -
    - 1. - - Research questions - - 5 -
    - 2. - - Purpose, method and sources - - 5 -
    - 3. - - Valentin Haüy - - 7 -
    - 3.1 - - Introduction - - 7 -
    - 3.2 - - Biographical background - - 8 -
    - 3.3 - - The market in St Ovid's Square - - 8 -
    - 3.4 - - Maria Theresia von Paradis (1733-1808) - - 9 -
    - 3.5 - - Haüy's meeting with Lesueur and the foundation of l'Institution des Jeunes Aveugles - - 10 -
    - 3.6 - - Valentin Haüy's teaching methods - - 11 -
    - 3.7 - - The French revolution - - 13 -
    - 3.8 - - Musée des Aveugles - - 14 -
    - 3.9 - - Valentin Haüy in Russia - - 15 -
    - 3.9.1 - - An invitation from Alexander I - - 15 -
    - 3.9.2 - - Berlin - - 16 -
    - 3.9.3 - - In St Petersburg - - 16 -
    - 3.9.4 - - Haüy's last will and testament - - 20 -
    - 3.9.5 - - Education of deaf pupils in St Petersburg - - 21 -
    - 3.10 - - Haüy's telegraph - - 22 -
    - 3.11 - - The final years - - 22 -
    - 4. - - The importance of Haüy in the education of the blind in Sweden and other countries - - 23 -
    - 5. - - Discussion and conclusions - - 26 -
    - References - - 29 -
    -
    -
    -
    -

    Preface

    -

    - During my 19 years at the Swedish Library of Talking Books and Braille (MTM), I have frequently been asked about the history of the Braille system and these questions were really what motivated - my research into the life of Louis Braille, the inventor of the system of writing for the blind which was named after him. - My investigations revealed that Louis Braille himself would have had almost no schooling at all if it had not been for Valentin Haüy, the father of education for the - blind. -

    -

    - As there is very little literature available in Swedish on either Valentin Haüy or Louis Braille, the two principle figures in the history of education for the blind, - I decided to do something to remedy this. - I starrrrted with Louis Braille, the inventor of the system of writing for the blind which is in use today, and when I had finished my studies of Braille's life, I - naturally went on to investigate the life of Valentin Haüy. - At the time I had to write a paper on education for the blind, as part of my studies at the Department of Education (Stockholm university), so I decided to kill two - birds with one stone and combine both tasks. -

    -

    - Working on this paper was no easy task as so few sources can be consulted in Sweden. - There is an international lending network, but borrowing books is a slow process since foreign libraries do not always deliver by airmail. - My principal source was thus the library at the Danish Museum of the Blind, originally the library of the Royal Institute for the Blind. - It was there that I came across a copy of Haüy's first book on education for the blind. -

    -

    - I particularly wish to thank Mogens Bang, head of the Danish Museum of the Blind, who made it possible for me to spend time in the museum sifting through the material - in their unique collection of older books on education for the blind. -

    -

    - I would also like to thank Marie Strömbäck and Kerstin Wallin, who helped me with the translations from French. - Finally, I am much obliged to Eric Engström, my tutor, for inspiring and encouraging me in my work. -

    -

    - Beatrice Christensen-Sköld -

    -
    -
    -
    - - \ No newline at end of file + + + + + + Valentin Haüy - the father of the education for the blind + + + + + +
    +

    Valentin Haüy - the father of the education for the blind

    +

    + Published by the Swedish Library of Talking Books and Braille (MTM). +

    +
    +
    + Valentin Haüy +
    + image +
    +
    +
    + Valentin Haüy +
    + image +
    +
    +
    + + image +
    +
    + +

    + image +

    +
    +
    + +
    + image +
    +
    +
    + +
    +
    + image +
    +
    + image +
    +
    +
    +
    + + +
    +
    + +

    + +

    +
    +
    + + 中国文字 +
    +
    + +

    + 中国文字 +

    +
    +
    + +
    + 中国文字 +
    +
    +
    + +
    +
    + 中国文字 +
    +
    + 中国文字 +
    +
    +
    +
    +

    Paragraphs can have many different classes

    + +

    + In this study the life and works of Valentin Haüy are described. + Valentin Haüy (1745-1821), of many called the father of the education of the blind, founded a school for blind children of both sexes in Paris in 1785. + In 1786 he published the first known book about education for the blind. + His main idea was the necessity of educating the blind to an independent life. + Thus the blind were trained for different professions such as printing, basket making, sewing etc. + Another of Haüys ideas was that blind children should not be segregated but educated together with sighted children. + His method of printing books with letters in relief and ink-print was a minor revolution that enabled the blind to read books. +

    +

    + In the study a hitherto unknown period in Haüys life is described. + It is the period 1807-1820 which he spent in St Petersburg, then the capital of Russia. + In the study there is also an analysis of Haüy’s influence on the education of the blind in other European countries. +

    +

    + Key words: Valentin Haüy, education of the blind, relief print, visual communication, history +

    +
    +

    List of contents

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + Preface + + 4 +
    + 1. + + Research questions + + 5 +
    + 2. + + Purpose, method and sources + + 5 +
    + 3. + + Valentin Haüy + + 7 +
    + 3.1 + + Introduction + + 7 +
    + 3.2 + + Biographical background + + 8 +
    + 3.3 + + The market in St Ovid's Square + + 8 +
    + 3.4 + + Maria Theresia von Paradis (1733-1808) + + 9 +
    + 3.5 + + Haüy's meeting with Lesueur and the foundation of l'Institution des Jeunes Aveugles + + 10 +
    + 3.6 + + Valentin Haüy's teaching methods + + 11 +
    + 3.7 + + The French revolution + + 13 +
    + 3.8 + + Musée des Aveugles + + 14 +
    + 3.9 + + Valentin Haüy in Russia + + 15 +
    + 3.9.1 + + An invitation from Alexander I + + 15 +
    + 3.9.2 + + Berlin + + 16 +
    + 3.9.3 + + In St Petersburg + + 16 +
    + 3.9.4 + + Haüy's last will and testament + + 20 +
    + 3.9.5 + + Education of deaf pupils in St Petersburg + + 21 +
    + 3.10 + + Haüy's telegraph + + 22 +
    + 3.11 + + The final years + + 22 +
    + 4. + + The importance of Haüy in the education of the blind in Sweden and other countries + + 23 +
    + 5. + + Discussion and conclusions + + 26 +
    + References + + 29 +
    +
    +
    +
    +

    Preface

    +

    + During my 19 years at the Swedish Library of Talking Books and Braille (MTM), I have frequently been asked about the history of the Braille system and these questions were really what motivated + my research into the life of Louis Braille, the inventor of the system of writing for the blind which was named after him. + My investigations revealed that Louis Braille himself would have had almost no schooling at all if it had not been for Valentin Haüy, the father of education for the + blind. +

    +

    + As there is very little literature available in Swedish on either Valentin Haüy or Louis Braille, the two principle figures in the history of education for the blind, + I decided to do something to remedy this. + I starrrrted with Louis Braille, the inventor of the system of writing for the blind which is in use today, and when I had finished my studies of Braille's life, I + naturally went on to investigate the life of Valentin Haüy. + At the time I had to write a paper on education for the blind, as part of my studies at the Department of Education (Stockholm university), so I decided to kill two + birds with one stone and combine both tasks. +

    +

    + Working on this paper was no easy task as so few sources can be consulted in Sweden. + There is an international lending network, but borrowing books is a slow process since foreign libraries do not always deliver by airmail. + My principal source was thus the library at the Danish Museum of the Blind, originally the library of the Royal Institute for the Blind. + It was there that I came across a copy of Haüy's first book on education for the blind. +

    +

    + I particularly wish to thank Mogens Bang, head of the Danish Museum of the Blind, who made it possible for me to spend time in the museum sifting through the material + in their unique collection of older books on education for the blind. +

    +

    + I would also like to thank Marie Strömbäck and Kerstin Wallin, who helped me with the translations from French. + Finally, I am much obliged to Eric Engström, my tutor, for inspiring and encouraging me in my work. +

    +

    + Beatrice Christensen-Sköld +

    +
    +
    +
    + + diff --git a/src/test/resources/2020-1/C00000/EPUB/C00000-04-chapter.xhtml b/src/test/resources/2020-1/C00000/EPUB/C00000-04-chapter.xhtml index 97ba3a81..425df9a4 100644 --- a/src/test/resources/2020-1/C00000/EPUB/C00000-04-chapter.xhtml +++ b/src/test/resources/2020-1/C00000/EPUB/C00000-04-chapter.xhtml @@ -1,96 +1,96 @@ - - - - - - Valentin Haüy - the father of the education for the blind - - - - - - - -
    -
    -

    1. Research questions

    -
    -      public static void main(String[] args) {
    -        ...
    -    }
    -    
    -

    - My interest in Valentin Haüy, the father of education for the blind in Europe, was aroused while working atMTMon a book about Louis Braille, the creator of the Braille system. - I discovered that there was a dearth of literature on Haüy in Swedish, and that in the limited literature I was able to consult, information about him was often - contradictory. - In particular, I noticed that there were no references to the period of the more than ten years which Haüy spent in Russia. -

    -

    - In this paper I have proposed a number of research questions: -

    -
      -
    • - Who was Valentin Haüy? - What do we know about his life? -
    • -
    • - What role did he play in the creation of special education for the blind? -
    • -
    • - Was he really "the father of education for the blind" or were there others who merit that distinction? -
    • -
    • - How great was his influence on the introduction of education for the blind in Sweden and other countries? -
    • -
    • - What were his teaching methods? -
    • -
    • - What happened during his stay in Russia - did he in fact found an institute for the blind in St Petersburg? -
    • -
    -

    We will now prove the Pythogorian theorem:

    -

    - Statement: In a right angled triangle, the square of the hypotenuse is equal to the sum of the squares of the other two sides.

    -

    i.e, If a and b are the legs and c is the hypotenuse then - - - a - 2 - - + - - b - 2 - - = - - c - 2 - - - .

    -

    Here is the same expression in HTML block context:

    - - - - - a - 2 - - + - - b - 2 - - - = - - c - 2 - - - -
    - - \ No newline at end of file + + + + + + Valentin Haüy - the father of the education for the blind + + + + + + + +
    +
    +

    1. Research questions

    +
    +      public static void main(String[] args) {
    +        ...
    +    }
    +    
    +

    + My interest in Valentin Haüy, the father of education for the blind in Europe, was aroused while working atMTMon a book about Louis Braille, the creator of the Braille system. + I discovered that there was a dearth of literature on Haüy in Swedish, and that in the limited literature I was able to consult, information about him was often + contradictory. + In particular, I noticed that there were no references to the period of the more than ten years which Haüy spent in Russia. +

    +

    + In this paper I have proposed a number of research questions: +

    +
      +
    • + Who was Valentin Haüy? + What do we know about his life? +
    • +
    • + What role did he play in the creation of special education for the blind? +
    • +
    • + Was he really "the father of education for the blind" or were there others who merit that distinction? +
    • +
    • + How great was his influence on the introduction of education for the blind in Sweden and other countries? +
    • +
    • + What were his teaching methods? +
    • +
    • + What happened during his stay in Russia - did he in fact found an institute for the blind in St Petersburg? +
    • +
    +

    We will now prove the Pythogorian theorem:

    +

    + Statement: In a right angled triangle, the square of the hypotenuse is equal to the sum of the squares of the other two sides.

    +

    i.e, If a and b are the legs and c is the hypotenuse then + + + a + 2 + + + + + b + 2 + + = + + c + 2 + + + .

    +

    Here is the same expression in HTML block context:

    + + + + + a + 2 + + + + + b + 2 + + + = + + c + 2 + + + +
    + + diff --git a/src/test/resources/2020-1/C00000/EPUB/C00000-05-chapter.xhtml b/src/test/resources/2020-1/C00000/EPUB/C00000-05-chapter.xhtml index 98091e20..b5b17c1e 100644 --- a/src/test/resources/2020-1/C00000/EPUB/C00000-05-chapter.xhtml +++ b/src/test/resources/2020-1/C00000/EPUB/C00000-05-chapter.xhtml @@ -1,119 +1,119 @@ - - - - - - Valentin Haüy - the father of the education for the blind - - - - - -
    -

    2. Purpose, method and sources

    -

    - My purpose in this paper is to shed some light on Valentin Haüy, the person, and the role he played in the history of education for the blind, and to attempt to ascertain - whether he was influential in the introduction of education for the blind in other countries, particularly in Sweden. -

    -

    - For obvious reasons, I have chosen a hermeneutic method. - I was unable, of course, to interview Valentin Haüy in person; he has been dead for nearly 200 years. - Initially, I had in mind the idea of adopting an idiographic approach to my investigation but found this difficult to apply to an historical personage such as Haüy. - However, it was, above all, the lack of first-hand sources which most discouraged me. -

    -

    - In historical research, one must have access to the remains or traces of "reality in the past tense," as Sjöstrand (1972) put it. - The researcher pieces together, in a manner of speaking, a mosaic from the fragments he manages to find. - - These remains and traces may be many and varied; in the case of Haüy, they are mainly written sources - 1 - . - -

    -

    - One of the purposes of this paper is to create a portrait in writing of Valentin Haüy. - In other words, a biography. - - When writing a biography, one should make use of material which directly or indirectly, in part or completely provides information about the life of one or several - people - 2 - . - - This may or may not be written material. - Written material produced by the investigated person himself or herself is, according to Engström, "first-person documentation," while material about the person - investigated is "third-person documentation". - - The lack of first-hand sources naturally means that the validity of this type of documentation is questionable - 3 - . - - However, some of the documentation I have used does in fact quote from first-hand sources or "first-person documents". - To judge from the literature available on the subject, I am one of the very few (if not the only) researchers who have used Skrébitsky as a source. -

    -
    -

    - I did have access to a single first-hand source - the information I use to describe Haüy's pedagogical methods was, in part, gleaned from his own Essai sur l'Education - des Aveugles. -

    -

    - I have hunted for sources in museums and archives where most of the material available was in printed form. - The few hand-written documents in existence are in the possession of the Association Valentin Haüy in Paris. -

    -

    - Most of the documents I have used for this paper are in the library at the Danish Museum of the Blind, which is the only Nordic library that possesses a copy of Valentin - Haüy's Essai de l'Education des Jeunes Aveugles, together with the Institution des Jeunes Aveugles' annual reports. - One of these reports merits special attention since it contains a relatively early biographical article on Valentin Haüy written by the director of the institute, Dr P-A - Dufau. - The report is dated 1852, when the institute transferred to its present location in the Boulevard des Invalides. - The article in question was written in 1844 and was published separately. - Dufau's main source is a letter written by Valentin Haüy to his son. -

    -

    - Paul Henri, head of the Association Valentin Haüy in the 1950s, in his biography of Louis Braille (The Life and Work of Louis Braille 1809-1852) dedicated an ample - section to Valentin Haüy and his pioneering work in the field of education for the blind. - His biography first appeared in France in the 1950s in a Braille version and was later, on the decision of the World Blind Union, translated into English and published by - the South African National Council for the Blind in 1987. - According to Didier-Weygand (2000), Henri also published a separate biography of Valentin Haüy (Paris, 1984), but unfortunately this information reached me only when the - present paper was to all intents and purposes completed. -

    -

    - Existing literature tends to ignore Valentin Haüy's stay in St Petersburg. so I have paid particular attention to that period in his life. - A valuable source was the Russian ophtalmologist Alexander Skrébitsky's little publication, Valentin Haüy à St. - Petersbourg (1884). - Skrébitsky can be said to have rediscovered Haüy in Russia during his own attempts to improve conditions for the blind. - Haüy's institute for the blind in St Petersburg had by then been closed and forgotten for many years, but Skrébitsky found material in its archives on which he based his - book. - There was, for example, a box full of documents dating from the period 1807-1809, but only a few documents from the latter part of Haüy's stay in Russia. - - Skrébitsky managed to smuggle the box out of Russia and donated it to the Valentin Haüy Museum in Paris where it is still kept - 4 - . - - I have been able to ascertain that this information is correct, but have not had the opportunity to consult these documents personally. - I trust that Skrébitsky's quotations from them are accurate. -

    -

    - The French historian Zina Weygand published a booklet entitled Les Temps des Fondateurs 1784-1844 for the second Congress on the history of the blind in Paris in 1998. - Her booklet is interesting as she had access to the archives of the Institution des Jeunes Aveugles (INJA) created by Valentin Haüy, the Bibliothèque National de France, - the Bibliothèque Association Valentin Haüy, as well as those of the Archive du C.N.H.O. des Quinze-Vingt. - Her booklet is only a foretaste of her doctoral thesis, La Cécité et les Aveugles dans la Société Française: Représentations et Institution du Moyen Âge aux Premières - Années du XIX Siècle, published in March 2000. - Weygand married shortly after the Paris Congress and now uses a double surname, Didier-Weygand. - Her sources include documents from archives, press cuttings and documents and letters written by Haüy himself. - She is the only researcher to have made use of the minutes kept by the various revolutionary committees in Paris during the 1790s. - She does not, however, write about Haüy's years in Russia. -

    -
    -

    - To illustrate Haüy's influence on the development of education for the blind in other countries, I have chosen D.G. - Pritchard's Education and the Handicapped 1760-1960 (1963) as my main source since it is considered a standard work. - My sources on the work of pioneers in the education of the blind in Sweden are O.E. - Borg's Minnen från den svenska blindundervisningens70-årsjubileum den 21 maj 1883, Kjell-åke Johanssons research report Om - blindundervisningen i Sverige från 1809 (1974) and Staffan Förhammar's doctoral thesis Från tärande till närande (1991). -

    -

    - I have also consulted press articles, amongst them Marlene Jantsch's article on Maria Theresia von Paradis, in the Wiener Medizinische Wochenschrift 47/1955. -

    -
    - - \ No newline at end of file + + + + + + Valentin Haüy - the father of the education for the blind + + + + + +
    +

    2. Purpose, method and sources

    +

    + My purpose in this paper is to shed some light on Valentin Haüy, the person, and the role he played in the history of education for the blind, and to attempt to ascertain + whether he was influential in the introduction of education for the blind in other countries, particularly in Sweden. +

    +

    + For obvious reasons, I have chosen a hermeneutic method. + I was unable, of course, to interview Valentin Haüy in person; he has been dead for nearly 200 years. + Initially, I had in mind the idea of adopting an idiographic approach to my investigation but found this difficult to apply to an historical personage such as Haüy. + However, it was, above all, the lack of first-hand sources which most discouraged me. +

    +

    + In historical research, one must have access to the remains or traces of "reality in the past tense," as Sjöstrand (1972) put it. + The researcher pieces together, in a manner of speaking, a mosaic from the fragments he manages to find. + + These remains and traces may be many and varied; in the case of Haüy, they are mainly written sources + 1 + . + +

    +

    + One of the purposes of this paper is to create a portrait in writing of Valentin Haüy. + In other words, a biography. + + When writing a biography, one should make use of material which directly or indirectly, in part or completely provides information about the life of one or several + people + 2 + . + + This may or may not be written material. + Written material produced by the investigated person himself or herself is, according to Engström, "first-person documentation," while material about the person + investigated is "third-person documentation". + + The lack of first-hand sources naturally means that the validity of this type of documentation is questionable + 3 + . + + However, some of the documentation I have used does in fact quote from first-hand sources or "first-person documents". + To judge from the literature available on the subject, I am one of the very few (if not the only) researchers who have used Skrébitsky as a source. +

    +
    +

    + I did have access to a single first-hand source - the information I use to describe Haüy's pedagogical methods was, in part, gleaned from his own Essai sur l'Education + des Aveugles. +

    +

    + I have hunted for sources in museums and archives where most of the material available was in printed form. + The few hand-written documents in existence are in the possession of the Association Valentin Haüy in Paris. +

    +

    + Most of the documents I have used for this paper are in the library at the Danish Museum of the Blind, which is the only Nordic library that possesses a copy of Valentin + Haüy's Essai de l'Education des Jeunes Aveugles, together with the Institution des Jeunes Aveugles' annual reports. + One of these reports merits special attention since it contains a relatively early biographical article on Valentin Haüy written by the director of the institute, Dr P-A + Dufau. + The report is dated 1852, when the institute transferred to its present location in the Boulevard des Invalides. + The article in question was written in 1844 and was published separately. + Dufau's main source is a letter written by Valentin Haüy to his son. +

    +

    + Paul Henri, head of the Association Valentin Haüy in the 1950s, in his biography of Louis Braille (The Life and Work of Louis Braille 1809-1852) dedicated an ample + section to Valentin Haüy and his pioneering work in the field of education for the blind. + His biography first appeared in France in the 1950s in a Braille version and was later, on the decision of the World Blind Union, translated into English and published by + the South African National Council for the Blind in 1987. + According to Didier-Weygand (2000), Henri also published a separate biography of Valentin Haüy (Paris, 1984), but unfortunately this information reached me only when the + present paper was to all intents and purposes completed. +

    +

    + Existing literature tends to ignore Valentin Haüy's stay in St Petersburg. so I have paid particular attention to that period in his life. + A valuable source was the Russian ophtalmologist Alexander Skrébitsky's little publication, Valentin Haüy à St. + Petersbourg (1884). + Skrébitsky can be said to have rediscovered Haüy in Russia during his own attempts to improve conditions for the blind. + Haüy's institute for the blind in St Petersburg had by then been closed and forgotten for many years, but Skrébitsky found material in its archives on which he based his + book. + There was, for example, a box full of documents dating from the period 1807-1809, but only a few documents from the latter part of Haüy's stay in Russia. + + Skrébitsky managed to smuggle the box out of Russia and donated it to the Valentin Haüy Museum in Paris where it is still kept + 4 + . + + I have been able to ascertain that this information is correct, but have not had the opportunity to consult these documents personally. + I trust that Skrébitsky's quotations from them are accurate. +

    +

    + The French historian Zina Weygand published a booklet entitled Les Temps des Fondateurs 1784-1844 for the second Congress on the history of the blind in Paris in 1998. + Her booklet is interesting as she had access to the archives of the Institution des Jeunes Aveugles (INJA) created by Valentin Haüy, the Bibliothèque National de France, + the Bibliothèque Association Valentin Haüy, as well as those of the Archive du C.N.H.O. des Quinze-Vingt. + Her booklet is only a foretaste of her doctoral thesis, La Cécité et les Aveugles dans la Société Française: Représentations et Institution du Moyen Âge aux Premières + Années du XIX Siècle, published in March 2000. + Weygand married shortly after the Paris Congress and now uses a double surname, Didier-Weygand. + Her sources include documents from archives, press cuttings and documents and letters written by Haüy himself. + She is the only researcher to have made use of the minutes kept by the various revolutionary committees in Paris during the 1790s. + She does not, however, write about Haüy's years in Russia. +

    +
    +

    + To illustrate Haüy's influence on the development of education for the blind in other countries, I have chosen D.G. + Pritchard's Education and the Handicapped 1760-1960 (1963) as my main source since it is considered a standard work. + My sources on the work of pioneers in the education of the blind in Sweden are O.E. + Borg's Minnen från den svenska blindundervisningens70-årsjubileum den 21 maj 1883, Kjell-åke Johanssons research report Om + blindundervisningen i Sverige från 1809 (1974) and Staffan Förhammar's doctoral thesis Från tärande till närande (1991). +

    +

    + I have also consulted press articles, amongst them Marlene Jantsch's article on Maria Theresia von Paradis, in the Wiener Medizinische Wochenschrift 47/1955. +

    +
    + + diff --git a/src/test/resources/2020-1/C00000/EPUB/C00000-06-chapter.xhtml b/src/test/resources/2020-1/C00000/EPUB/C00000-06-chapter.xhtml index 72e84dd2..8260cf88 100644 --- a/src/test/resources/2020-1/C00000/EPUB/C00000-06-chapter.xhtml +++ b/src/test/resources/2020-1/C00000/EPUB/C00000-06-chapter.xhtml @@ -1,1194 +1,1194 @@ - - - - - - Valentin Haüy - the father of the education for the blind - - - - - -
    -

    3. Valentin Haüy

    -
    -

    3.1 Introduction

    -

    - Special education for the deaf, the visually handicapped and the disabled has its roots in the France of the Enlightenment, a period of growing interest in the - creation of organised education for the handicapped. - - In 1760, the abbé l'épée founded the first school for the deaf, where his educational methods were based on the teaching of sign language - 5 - . - - - Interest in education methods for the disabled began to develop seriously in the early years of the 19th century - 6 - . - -

    -

    - - The debate on the social value of the handicapped and their learning capacity began with John Locke (1632-1704) and his essay "The Molyneux Problem," included in - "An Essay Concerning Human Understanding" - 7 - . - - Locke received a letter from William Molyneux, an Irishman, dated 2nd March 1693, in which the following question was posed: "If a person who was born blind, and who - has learnt to distinguish by touch between a cube and a sphere regains vision after an operation, will he then be able to distinguish the cube from the sphere by sight alone?" - - 8 - . - -

    -

    - Locke had a great influence on the French philosophers of the Enlightenment, and the famous debate on the "Molyneux problem" inspired the French philosopher Denis - Diderot (1713-1784) to make contact with blind people and later publish his experiences in a pamphlet, Lettre sur les Aveugles pour Ceux qui voient (A Letter to the Blind for Those - Who Can See). - His letter served several purposes. - On the one hand, Diderot exposed a fraud which had taken place in the drawing-room of the scientist S.A. - - Réaumur , while on the other he made a number of observations which were a radical criticism of the conventional ideas of the time - 9 - . - - The fraud in question consisted of a performance by a girl who claimed to be blind in Réaumur's drawing-room during which she played, sang and answered a series of - general knowledge questions (for example, the length of certain rivers, the names of European cities, etc.). - Diderot unmasked this humbug, but also pointed out that fraudulent performances were unnecessary, since the blind could in fact be educated. - As an example of this, he mentioned the blind English mathematician Nicholas Saunderson. - - In the second half of his letter, Diderot has Saunderson express, in an imaginary dialogue, his own atheistic philosophy of life, for which Diderot paid with a - brief sojourn in prison - 10 - . - -

    -

    - Diderot's letter made the bourgeoisie of the time aware that the blind could in fact be educated. - - He went on to found a philanthrophic society in 1780 - the Société Philanthropique - 11 - , which opened up homes for the blind where they were taught handicrafts. - - - These "homes for the blind" -"Maisons des Enfans-Aveugles"- took in blind persons between the ages of 20 and 25 - 12 - . - -

    -
    -

    - With the support of the Société Philanthropique,Valentin Haüy founded the first special school for blind children and adolescents in 1784. -

    -

    - - Diderot himself had a blind pupil, Mélanie de Salignac (1741-1763), who was his friend Sophie Volland's niece - 13 - . - - He wrote about her in Addition de Lettre sur les Aveugles. - Salignac was mainly taught, however, by her mother. - She could read and write and, what is particularly interesting, she wrote in raised print, which Haüy then experimented with on a larger scale. -

    -
    -
    -

    3.2 Biographical background

    -

    - Valentin Haüy was born on 13th November 1745 in Saint-Just en Chaussé (Picardy), a small village approximately 35 km east of Paris. - His father was a weaver. - - Haüy's elder brother, the abbé René Just Haüy (1743-1822), was the pioneer of crystallography (the science of the structure, forms and property of crystals) and - played an important role in the introduction of the metric system - 14 - . - -

    -

    - In 1751, the family took up residence in Paris and the two brothers began to attend a school run by a Catholic order. - Later, both of them studied at the Sorbonne; Valentin studied Latin, Greek and Hebrew and was said to be fluent in about ten modern languages. - He earned a living as a translator of private and public documents and was soon able to boast the title of Royal Interpreter. - He was also interpreter to the city council of Paris and the Admiralty. - Before his appointment as royal interpreter he had become senior master in a secondary school. - - He later became a member of the Bureau Académique des écritures, founded by Louis XVI, probably because he had invented a method of deciphering secret codes and - military code systems - 15 - . - - In 1771, the French police began to take an interest in deciphering codes, and during the following ten years, Valentin Haüy worked for the secret police, where his - task was to investigate all foreign correspondence carried by the French postal service and to decipher secret documents. - He continued these activities under the various revolutionary governments in the latter part of the century. -

    -

    - Haüy was also interested in the education of the deaf. - - He is said to have been actively involved in the teaching of deaf pupils and to have worked from time to time with the abbé l'épée - 16 - . - - - We can assume that his interest in the handicapped had already been aroused in 1771 when he visited one of the public performances given by the abbé's deaf pupils - 17 - . - -

    -
    -
    -

    3.3 The market in St Ovid's Square

    -

    - - In a letter to his son, Haüy tells how during the annual market in St Ovid's Square in Paris, he saw blind musicians from the Quinze-Vingt asylum perform - 18 - . - - He was sitting at a café when he saw some very strange creatures fitted with huge paper spectacles and pointed hats with donkey's ears affixed to them. - Sheet music was placed upside down on the blind musicians' music stands while they banged, blew, and squeezed noises out of their worn-out instruments. -

    -

    - Haüy was shocked by the way the disabled musicians' wretchedness was exaggerated by their ridiculous outfits. - He was also upset by the callousness of the audience, who howled with laughter at this shambles of an orchestra. - Haüy did not see any reason to laugh at people just because they had a physical impediment. -

    -
    -

    - From that day he decided to dedicate his life to improving the conditions of the blind. -

    -

    - In his letter, he reflects: -

    -
    -

    - "We asked ourselves: does not a blind person recognise objects by their different shapes? - Is he mistaken as to the value of a coin? - Why should it be impossible for him to distinguish between a C and a G, or between an A and an F, if those letters were made easier to distinguish? - We sometimes reflected on the use of this performance (...) -

    -

    - We soon saw various examples that convinced us how useful it would be for the blind to have access to teaching methods which could increase their knowledge so - that they would not have to wait for help or sometimes ask the sighted to help them, often to no avail" -

    -
    -

    - - 19 - . - -

    -
    -
    -

    3.4 Maria Theresia von Paradis (1733-1808)

    -

    - Maria Theresia von Paradis was a woman who had a significant influence on Haüy and his teaching methods. - They met in Paris in 1785 while Paradis was on a concert tour of Europe. - Weygand (1998) says that Haüy read an article in a Parisian newspaper informing the public that the blind child prodigy Mara Theresia von Paradis was in the city and - decided to contact her. - - Maria Theresia von Paradis was born in Vienna and became blind at about 4 years of age - 20 - . - - Jantsch suggests that the girl's blindness had hysterical origins. - Her father was a well-to-do lawyer. - Maria Theresia was extremely musical and became a virtuoso on the piano; she had her own school in Vienna where she taught piano and singing. - Between 1784 and 1785, she toured Europe, playing at the courts of Paris, London, Brussels, Hanover and Berlin, and giving concerts in several other cities. - Mozart composed a concerto for piano and orchestra especially for her European tour and von Paradis also wrote her own music, using a system for writing musical notes - which she had had specially invented. -

    -

    - Before von Paradis set off on her grand tour of Europe, she had relief maps made of the different countries and cities she was to visit. - On these maps, frontiers and rivers were embroidered in backstitch, while cities and towns were represented by different-sized buttons; large buttons for capitals, - smaller buttons for smaller cities or towns. - - Von Paradis had raised texts printed; a special printing press was made for her by Wolfgang Ritter von Kempelen - 21 - . - -

    -

    - Von Paradis corresponded with Johan Ludwig Weissenburg, who was also blind and who himself used raised maps and writing. - Their letters show that they discussed how raised pictures and maps could be made. - For mathematical calculations, Paradis used an arithmetic board made in England by Saunderson. -

    -

    - - Haüy's meeting with Maria Theresia von Paradis gave him the inspiration and encouragement he so desperately needed at that time to develop an educational - programme for blind children - 22 - . - - - He presented his plan, "Plan de l'Education à l'Usage des Aveugles," to the Philanthropic Society, which at that time sponsored twelve children from poor families - 23 - . - -

    -

    - - In his Essai sur l'Education des Enfans-Aveugles - 24 - , Haüy repeatedly mentions that several of the tools he recommended for the teaching of blind children had been used by Maria Theresia von Paradis. - -

    -
    -
    -
    -

    3.5 Haüy's meeting with Lesueur and the founding of l'Institution des Jeunes Aveugles

    -

    - - Haüy was convinced that the blind deserved a better life than begging and performing in market places - 25 - . - - They ought to enjoy the same right to education and work as the sighted. - Not until thirteen years after the market in St Ovid's Square did he have an opportunity to demonstrate that the blind could be educated. - This occurred when he was invited to teach François Lesueur, or Le Sueur, as Didier-Weygand sometimes writes his name. -

    -

    - - Haüy first met Lesueur, standing begging at the entrance to the church of Saint-Germain-des Prés - 26 - . - - - Lesueur was a professional beggar who supported himself, his parents and four siblings with the money he was given by churchgoers (since the Middle Ages, the - Catholic Church had allowed the blind to beg outside churches) - 27 - . - -

    -

    - - The story goes on to tell how Haüy, when he gave Lesueur some money, was told, "You thought you gave me a measly sou when in fact it was an écu " - 28 - . - - From this incident Haüy immediately drew conclusions regarding the fine sense of touch the blind possess. - If we compare this version of their meeting with Haüy's own words in section 3.3, we can guess how the story originated. -

    -

    - Haüy started by teaching Lesueur good manners, grammatically correct speech and arithmetic. - Haüy's main interest, however, was teaching the blind to read. - He had wooden letters made so that Lesueur could learn the alphabet and later learn to read. - This was achieved by forming the letters into words in a wooden frame. - In a similar way, Lesueur learned the four arithmetical rules; in this case, wooden numbers were placed in different compartments in a frame. - A major problem proved to be a supply of books for Lesueur. - Haüy soon realised that his pupil could recognise raised letters, so he began to produce raised letters on waxed paper. - Haüy had started teaching Lesueur on 31st May 1784. - - By September of the same year, he was able to announce his progress in an article in the Journal de Paris - 29 - . - - On November 18th, both teacher and pupil appeared before the Académie de l'écriture. - It was common practice at that time for pupils to appear before the Academy and the Court, and not just "handicapped prodigies". - - The Academy apparently fulfilled some kind of educational inspecting and authorising function - 30 - . - -

    -

    - Lesueur could read, recognise countries on a map and identify raised numbers on cardboard. - This made Haüy's name as a teacher of the blind. - - The Academy decided to recommend his methods of teaching the blind - 31 - . - - Thanks to Haüy's brother René-Just, the French Academy of Science became interested in his teaching methods. - Four members of the Academy studied Haüy's methods and expressed their approval. - - Their report was registered by the Academy on 16th February 1785 - 32 - . - -

    -

    - In January 1785, Haüy became a member of the Société Philanthropique which also entrusted him with the teaching of their twelve blind protégés. - - These were all young adults aged between 20 and 30 - 33 - . - - Haüy could now rent a house in the Rue Coquillère where he taught his pupils. - A year later, when the number of pupils had increased, he moved into a house in the Rue Notre-Dame-des-Victoires, where the Société Philanthropique had its workshop - for the blind, and so l'Institution des Jeunes Aveugles (the Institute for Blind Children ) was born. - - The pupils who now arrived at the institute were young children - 34 - . - -

    -
    -

    - Twice a year the blind children performed before the Court. - Louis XVI was patron of the institute and also contributed economically to its upkeep. - In an appendix to Haüy's pamphlet, Essai sur l'éducation des Aveugles, there is a list of the first twelve pupils to perform at the Court. -

    -

    - Boys and girls alike attended the institute. - The blind children came from poor homes and were not charged for their tuition. - Haüy did, however, accept sighted children from well-to-do families who paid for their children's education. - - Haüy believed that sighted and blind children should be educated together without restriction - 35 - . - -

    -
    -
    -

    3.6 Valentin Haüy's teaching methods

    -

    - Valentin Haüy's first and only pamphlet on his teaching methods was published in 1786 with the long title of Essai sur l'éducation des aveugles ou Exposé de différens - moyens, vérifiés par l'expérience, pour les mettre en état de lire, à l'aide du tact, d'imprimer des livres dans lesquels ils puissent prendre des connaissances des langues, - d'histoire, de la Géographie, de la Musique, &c., d'exécuter différens travaux relatifs aux Métiers, &c., Dédié au Roi, par M. - Haüy. - It was printed by Haüy's blind pupils. - Only the preface was set in normal type; the main text was set in the type created by Haüy for use with ink print or raised print. - It was dedicated to the French king, Louis XVI. - The title page reads, "Au Roi", followed by a brief preface dedicated to the king: -

    -
    -

    - "To the KING OF FRANCE -

    -

    - SIRE, -

    -

    - THE Protection with which your Majesty honours distinguished Talents ascertains your Claim to their Reverence and Respect. - But when their Productions have a Tendency to console the Miseries of suffering Humanity, they have still a more powerful Title to attract the attention of Louis - the Beneficent. - It was under the influence of Sentiments inspired by a Title so amiable, which is deeply engraven on all the Hearts of France, that I conceived the desire of - presenting to your Majesty the Fruits of my Labours ; if they have any Value, they will owe it to the double Advantage of appearing under a Patronage so august, and of becoming - Vehicles to the Bounty expected from Sovereign by the Young and unhappy, who have been early deprived of the Benefit of Light with all its numerous and important - Resources. -

    -

    - I am, With the profoundest respect, -

    -

    - Sire, -

    -

    - Your Majesty’s most humble, -

    -

    - must obedient -

    -

    - and most faithful subject and Servant, -

    -

    - HAÙY". -

    -
    -

    - In his essay Haüy expounds his pedagogical theories and presents a programme of studies for blind children. - His basic premise was that the "unfortunate Blind," who until then had been deprived of education, could in fact be educated and ought therefore to be given the - opportunity to attend school and learn a trade by which they could later make a living. -

    -

    - Each subject is dealt with in a short chapter. - Haüy gives simple, practical advice on teaching methods and on the production of material for use in object lessons and of a variety of teaching aids. -

    -
    -

    - He lays particular stress on the methods to be used to teach blind children to read and write and on how to produce raised print books. - An entire chapter is dedicated to explaining how blind pupils can be trained as compositors. - He also attempts to demonstrate that those blind pupils who did learn some kind of handicraft (at Quinze-Vingt, for example) were able to earn their own living. - Haüy therefore recommends that teaching of the blind should include activities such as the production of walking sticks and hairnets, sewing, bookbinding, etc. -

    -

    - Haüy also insists that blind pupils should study history, geography and music. - In the chapter on the teaching of geography, he mentions Maria Theresia von Paradis and stresses the importance of tactile maps and the terrestrial globe to - illustrate the concepts of countries, lakes, rivers, mountains, etc. - - He goes on to describe the method of producing maps developed by von Paradis and Weissenburg - 36 - . - - - As for music and the possibility of a blind person's earning his living as a musician, Haüy points to von Paradis's success and her system of raised musical notes - 37 - . - -

    -

    - When he touches on the teaching of mathematics, Haüy affirms that although he admires Saunderson and Weissenburg's "arithmetic boards", he firmly believes that blind - and sighted children should be taught together and for this reason he does not agree with the use of special mathematical teaching aids for blind children. - Haüy does recognise that blind pupils may need some kind of assistance when drawing geometrical figures, for example, and had paper templates for this purpose. -

    -

    - - Haüy's invention, a method of producing raised letters on paper with the types he had cast, was completely new - 38 - . - - He now saw as his principle task to attempt to produce as many copies of books for the blind as possible. - He wanted every blind child to have his or her own collection of raised print books. - In time he designed and had made a printing press which could produce raised print and to which he added a device for dyeing the raised letters black. - - The first two books printed by Haüy for his blind pupils were produced in this way - 39 - . - - One was his own treatise on education for the blind: Essai sur l'Education des Enfans-Aveugles (1786); the other a historical review of the institute's first five - years of existence entitled Notice Historique de l'Institution des Enfans-Aveugles (1791). -

    -

    - Haüy believed that his printing method would make it possible for the blind to print books not only for their own use but also for the sighted. - He dreamed of a time when his blind pupils would become teachers of sighted children; the blind teacher and the sighted pupils would read from the same book. - Haüy's method was, however, a form of printing, that is, it involved typographic composition, so to enable the blind to correspond with the sighted in a simpler - fashion, Haüy designed a "writing board" on which the writer wrote with a steel pen which had an undivided nib. - His idea was that the blind person should write his letter by hand on the one side of a suitable type of paper. - This would produce raised letters on the other side of the paper, letters which the writer himself would be able to read by touch. - - Unfortunately, his apparatus was not of much use to those who had never seen letters - 40 - . - -

    -

    - The school in the Rue Victoires did more than provide its blind pupils with a basic education, it also taught them a useful trade. - Their teachers believed in the positive value of work. - The children spun thread, wove, knitted, made leather belts and hairnets, etc. - They produced raised print but also printed in ink. - - Towards the end of his essay on the education of the blind, - 41 - there are ten or so examples of the blind children's printing activities (invitation cards, announcements, invoices, prospectuses, etc.). - - Although Haüy had raised scores made, he did not at first consider music to be anything more than an entertainment for the blind. -

    -
    -

    - - He changed his opinion later when he discovered that the blind could learn to play the organ and thus could be employed as church organists - 42 - . - -

    -

    - - The aim behind Haüy's teaching methods was to enable his blind pupils to communicate satisfactorily with the sighted - 43 - . - - He therefore rejected all writing systems for the blind which did not use the Roman alphabet. - He would probably never have approved of Braille's system. -

    -

    - - At first, boys and girls were taught together in mixed classes, but some years later, after Haüy had been severely criticised for the co-educational organisation - of his school, the sexes were segregated - 44 - . - -

    -

    - - Haüy's successor at the institute, Guillé, was himself severely criticised for his harsh methods of punishment - 45 - . - - In the accusations made against Guillé, his severity was compared with Haüy's mild methods and his concern for his pupils. - It is not clear, however, whether the critics implied by this that Haüy never used corporal punishment. -

    -
    -
    -

    3.7 The French Revolution

    -

    - Louis XVI was Haüy's patron and the institute's most important financial sponsor. - When the monarchy was overthrown in 1791, the Institute for the Blind came under the authority of the new revolutionary government. - Education at the institute, however, continued along the same lines as it had done under the monarchy. - - The various revolutionary governments for their part believed that all forms of education should be free of charge and controlled by the State - 46 - . - -

    -

    - The National Convention issued a decree on 28th September 1791 which nationalised the Institute for the Blind. - The need to reduce financial costs was responsible for the fusion of the Institute for the Blind and L'épée's Institute for the Deaf. - - The resulting institute was moved to a monastery - 47 - . - - This fusion, however, was unsuccessful, and in 1794 the National Convention decided to separate the two schools once more. - Haüy played an important part in this decision. - He attacked l'épée's successor, Sicard, because he had criticised his teaching methods. - Haüy was at that time a member of one of the revolutionary committees in Paris and was able to have Sicard arrested (Didier Weygand). - Sicard was soon released, however, and two years later (1796) he had his revenge when he accused Haüy of belonging to an illegal secret society. - Haüy was arrested and spent a brief spell in prison. -

    -

    - - After the break-up, the Institute for the Blind moved to a former convent at 34, Rue Denis, where it was renamed l'Institut National des Aveugles Travailleurs , - that is The National Institute for Blind Craftsmen - 48 - . - - Coinciding with the move, the institute was reorganised and the pupils now had to contribute to the upkeep of the new, revolutionary France (28th July, 1795). - The blind pupils' first task was to make 86 purses. - - At this point, the revolutionary committees began to debate whether institutes for the disabled should be classed as schools or asylums - 49 - . - -

    -

    - Haüy initially sided with the Revolution. - - He was, as we said, an active member of one of the revolutionary committees - 50 - , and on 8th of June 1794, "the Day of Pure Reason", he did not hesitate to have his blind musicians appear on a mobile platform from which he, in revolutionary - language, urged them to follow Robespierre, who was dressed as the high priest of Pure Reason - 51 - . - -

    -
    -

    - Under the monarchy, his blind pupils regularly appeared in public to demonstrate their progress and these performances continued during the revolutionary period. - Haüy's ability to adapt to the different régimes would later go against him, however. - - During the Directorate, Haüy founded what was called a theophilanthropic cult with two other revolutionaries, La Revellère-Lepeaux and Chemin-Dupontè - 52 - . - - This could be described as a development of the cult of pure reason in which the magistrate assumed the role of the priest. - - The theophilanthropists substituted the head of the family for the priest; their philosophy was a mixture of theodicy and belief in the good individual - 53 - . - - Haüy's successor as director of the institute (Guillé) was a strict Catholic who was horrified by Haüy's philosophical ideas. - He later accused Haüy of heresy (amongst other things) as one of his reasons for not permitting Haüy to visit the institute. -

    -

    - At the end of the revolutionary decade, the institute was bankrupt. - The State owed the institute30 000francs, apart from nine months' salary to teachers and other staff. - Teachers and pupils alike starved and froze. - Haüy lodged a complaint with the consular government but this was rejected outright; no money was forthcoming. - - His activities during the Reign of Terror and the Directorate spoke against him - 54 - . - - - On 14th March 1801, Napoleon Bonaparte, now First Consul, decided that the Institute for Blind Craftsmen should be integrated into the Quinze-Vingt Hospital, an - asylum for elderly blind people which had existed since the end of the 13th Century - 55 - . - - Napoleon furthermore forbade the theophilanthropists to practise their cult. - Teaching at the institute was now reduced to two hours a day; during the rest of the day the blind children worked with sighted adults in the Quinze-Vingt workshops. - Haüy was extremely affected and protested in three letters to the Minister of Interior Affairs (Lucien Bonaparte, one of Napoleon's brothers and Second Consul during - the Second Consulate). - - The minister answered that the State was responsible for the education of the blind; Haüy's role was simply to carry out the State's orders - 56 - . - - The answer to the last of the letters (dated 12th February 1802) was Haüy's dismissal, although he was granted a pension of 2000 livres a year. -

    -
    -
    -

    3.8 Musée des Aveugles

    -

    - In spite of this adversity, Haüy did not give up. - - He was now assured of an annual income of 2000 livres, so it was not long before he founded a private institute for the blind which he called the Musée des - Aveugles - 57 - . - - He planned that the new institute should complement the National Institute for the Blind. - It was divided into two departments: one for pre-school children aged between four and seven years of age, the other for pupils over the age of sixteen who were - taught a trade. - Haüy was thus a precursor of Fröbel as far as pre-school education is concerned. - The new institute fulfilled another of Haüy's dreams. - His blind adolescent pupils taught the sighted children who boarded in an annexe of the Musée des Aveugles. - In the long run, however, Haüy could not make ends meet and had to close the institute in 1806. - According to Weygand (1998), he simply did not have enough pupils. -

    -

    - Skrébitsky says that Haüy was very heavily in debt when he eventually arrived in St Petersburg. - - A Maltese banker, amongst others, demanded payment which was deducted from his salary in Russia - 58 - . - -

    -
    -
    -
    -

    3.9 Valentin Haüy in Russia

    -
    -

    3.9.1 An invitation from Alexander I

    -

    - Word of Valentin Haüy's success soon spread throughout Europe. - - Several of the enlightened rulers were interested in acquiring his services - 59 - . - - Teaching of the blind had started both in Vienna and in Berlin and Haüy exported his typographic cases and material for use in object lessons to institutes for - the blind in these two capitals and in other European cities. - When his finances were so depleted that he had to close down the Musée des Aveugles, a number of welcome invitations arrived, one of them from Tsar Alexander I of - Russia. - - The tsar, himself educated in the spirit of Enlightenment - 60 - , invited Haüy to come to Russia for the purpose of founding an institute for the blind - 61 - . - -

    -

    - According to Skrébitsky (1884), Alexander I employed a number of agents who informed him of every new idea that could successfully be introduced into Russia. - Negotiations with Haüy were arranged by General Hitrowo, and plans were drawn up for the creation of an institute for the blind in St Petersburg. - These plans show that Haüy had no intention of remaining in St Petersburg for any length of time. - The project basically involved: -

    -

    - 1. - The supervision, in Paris, of the production of all the teaching material destined for use in the education and occupation of blind children and adults in Russia. - Haüy promised to take with him to Russia educational material such as letters and numbers for reading, counting and printing, maps, writing boards, etc. -

    -

    - 2. - Haüy would travel to Russia the following Spring (1804) and remain there for about a year, accompanied by one of his blind pupils who had been taught by his - methods. - Haüy believed that his visit would bring success to the new institute and the ideas behind it and that it would encourage competition amongst the young - Russians. -

    -

    - 3. - - Haüy, whose idea the project was, agreed to teach his methods faithfully to the person appointed by His Imperial Highness Alexander I to direct the St - Petersburg Institute for the Blind - 62 - . - -

    -

    - According to Skrébitsky, the Russian government asked Haüy's advice on the personal qualities and qualifications required of the new director of the St Petersburg - institute for the blind, and on the economic compensation Haüy was willing to accept to take on the responsibility of setting up the institute. - The Russian government also wanted to know how much the project would cost. - As to the necessary qualities and qualifications of the director of the institute, Haüy (according to Skrébitsky) would have answered that this person should be - selected from amongst those teachers who had a good knowledge of Russian and French and, if possible, German. - The Director must also have an elementary knowledge of practical activities such as spinning, knitting, the making of hairnets, different kinds of weaving, etc. - Haüy furthermore pointed out that the director must be familiar with the art of printing if he was to fulfil his task. - Only an amateur's knowledge of music was required, however. - Haüy added that apart from these basic qualifications, the director must have a good head on his shoulders, be gentle and patient and have a love for mankind in - general. -

    -

    - Haüy asked his imperial highness for an annual salary of at least40 000roubles, of which half would be paid - in advance when Haüy began his work. - He also asked the crown to provide, at no cost to himself, a furnished house, light and fuel. -

    -
    -

    - Finally, he asked for2 000roubles in advance, as travel allowance for himself and his blind pupil. - Haüy did not ask for travel allowances for his wife and son, who accompanied him to Russia. - He estimated the costs of inventories, including teaching material such as maps and a globe, at4 500francs - and the annual operating costs, including salaries, at54 700francs. - The institute should be staffed by three teachers, one of them a music teacher, and a manager for the printing works. -

    -

    - Haüy estimated that costs would decrease as the pupils progressed in their activities. - This he based on his experience in Paris where his pupils, once they had acquired a certain degree of skill in handicrafts and printing were able to make a profit - for the institute. - Haüy was convinced that his experience in Paris could be transferred to St Petersburg, which shows how little he knew about the country he was about to - visit. -

    -
    -
    -

    3.9.2 Berlin

    -

    - Haüy made a stop in Berlin en route to Russia in 1806. - He had already received a request from the king of Prussia who wondered if Haüy would be interested in founding a school for the blind in Berlin. - - In Prussia initiatives had already been taken in the 1780s to gain State control of all educational activities - 63 - . - - King Frederick William III introduced Haüy to professor Johan August Zeune (1778-1853), who was already engaged in teaching blind children. - - Haüy and Zeune together designed a curriculum for an institute for the blind in Berlin - 64 - . - - Professor Zeune later became the director of the institute. - - In Berlin as in Paris attempts were made to fulfil an important pedagogical objective: the combination of a theoretical-humanistic education and practical - activities - 65 - . - - - The battle of Jena and Auerstedt delayed Haüy's departure for St Petersburg, but in spite of this delay, he took time during the journey from Berlin to make a - detour to Mitau in Kurland (today Jelgava in Latvia), where the Bourbon pretender to the French throne, Louis XVIII, was living in exile - 66 - . - - Haüy paid his respects to Louis XVIII, who assured him of his support when he returned to France. -

    -
    -
    -

    3.9.3 In St Petersburg

    -

    - Haüy arrived in St Petersburg on September 9th 1806, and five days later sent a letter to the Tsar in which he sought an audience for himself and his - seventeen-year-old blind pupil. - He wrote that he thought the Tsar would be interested in meeting a blind person who was not only skilled in a handicraft but could also read and write and was - well-versed in academic subjects such as history and geography. - - Haüy also wished to demonstrate an invention of his, the "advanced telegraph" - 67 - . - - Skrébitsky states that he was unable to find any sources indicating that the Tsar actually received Haüy. -

    -

    - Haüy's financial problems increased since none of the promises he had been given of compensation, a house, etc., were fulfilled. - On 11th October 1806, he wrote a petition to the Tsar in which he set out his complaints. - - Skrébitsky says that he has found the letter in question and that it had a note in the margin (with a signature which probably belonged to the Minister of the - General Education, Count Zawadowsky) which read, "The Tsar ordered this bill to be paid, premises to be found for the institute and a director who would learn Haüy's - teaching methods to be selected and appointed to the institute" - 68 - . - - Eight days after Haüy presented his petition, the money he had been promised was paid. -

    -
    -

    - The person who became head of the new institute for the blind was a certain Bouchoueff, who taught at a school in St Petersburg and claimed he was sufficiently - fluent in French to be able to converse with Haüy and learn his pedagogical ideas. - Bouchoueff was to live in Haüy's house. - A report from the ministry dated 10th March 1807 shows that Haüy employed two assistants to work with Bouchoueff and himself. - Fournier, Haüy's blind pupil, helped to instruct these assistants. - Haüy invited public officials and members of the Russian Academy of Science to be present during Fournier's lectures, hoping to enlist their support. - However, there were still no blind pupils. - Haüy was told that the lack of pupils arose from the fact that there were no blind people in Russia. - To this, Haüy replied: -

    -
    -

    - "If no blind people are to be seen on the streets, this is because the head of the family keeps them at home and because orphans and the children of imperial - serfs are placed in asylums. - It was not long before events proved my assumption to be correct, not to mention the blind beggars who had escaped the surveillance of the police and to whom - I hastened to give alms. - I would gladly have quadrupled the alms had they consented to regard the money as a daily wage in exchange for their work." -

    -
    -

    - - 69 - . - -

    -

    - At this time, St Petersburg was a town with a multicultural population. - There were many families of French origin; French was, in fact, the language used by the educated classes; reviews and newspapers were published in French. - In his quest for pupils, Haüy placed advertisements in Le Lycée, a review, and in the daily Gazette de Petersbourg. - These advertisements brought him two new pupils, both of foreign extraction. -

    -

    - After some time, a Russian woman came to Haüy asking him to help her blind son who was an inmate of the asylum in Smolny . - Haüy went to Smolny where he found several blind children living with the aged and the handicapped inmates. - He took the son of the woman who had asked for his help back to St Petersburg with him and asked the authorities for permission to teach the other blind children - in Smolny. - The children were to be picked up by coach, in twos, and later returned to the asylum. - Haüy himself would undertake to teach the boys, while his wife would teach the little girls. - The director of the Smolny asylum, however, refused to give his permission. - Haüy then sent a written request to the "Committee for General Beneficence" and later to the "Civil Governor", who promised to grant Haüy's request as soon as he - found time to do so. - He never had, however, any spare time. - In the same document (dated 10th March 1807), Haüy also complained about his cramped lodgings which made it impossible for him to take in more than one blind - pupil at a time. - His other pupil, from Moscow, had to lodge elsewhere in the town. - Haüy asked the authorities to provide him with the house he had been promised to enable him to establish his school under more suitable conditions. - - In his letter Haüy also mentioned his two assistants and praised Bouchoueff, but complained about the latter's " weak health, which permitted him to dedicate - only half-days to studies which required at least a year of continuous dedication" - 70 - . - -

    -

    - Was it for tactical reasons that Haüy praised Bouchoueff, who obviously did not make any major contribution to the work of the institute? - - Haüy did not receive much help from his two assistants either, since they drank and turned out to be generally inept - 71 - . - - Two other persons, however, announced their interest in teaching at Haüy's school. - They were Galitch, a student at the Institute of Pedagogy in St Petersburg, and Louet, a French immigrant (a naturalized Russian citizen), who offered to give - music classes. -

    -
    -

    - Galitch taught a pupil who came from the Kronstadt fortress in the Bay of Finland and who spoke only Russian. - According to Skrébitsky, Bouchoueff had already lost heart in his work. -

    -

    - Haüy had intended to reproduce the printing works he had had at the Institution des Jeunes Aveugles. - A printing press was a major investment, but it had paid off well in Paris, and had, in fact, been the means of earning a regular income for the blind pupils and - the institute. - Haüy valued very highly the trades associated with printing. - In the document dated 10th March 1807, he asked permission to establish a printing works at the institute, where not only ordinary books and books in raised print - for the blind could be produced, but also such articles as visiting cards and other texts not subject to official censorship. - Finally, he asked to be given the use of one of the crown's empty buildings for his institute, and to be allowed to select young blind people who could benefit - from his teaching methods from the asylums, especially the Smolny asylum. - He also wished to appoint staff to take charge of the administration of the institute. -

    -

    - In his petition, Haüy also stressed that he had agreed to teach according to his methods for a period of one year, but that to date he had only been allowed to - teach one pupil. - By May 1807, Haüy still had no premises and once again sent a petition to the Minister of General Education in which he referred to former unfulfilled promises. - He had been given a building, but it turned out to be unsuitable for a school. - He further mentioned that attempts were still being made to convince him that there were no blind people in Russia, but that he had seen the many blind beggars - for himself and had also seen many blind children in Smolny whom he would gladly teach. -

    -

    - It has already been said that Haüy did have a few pupils, one of whom lived in his house. - As there was no reaction from the minister, Haüy, who now only had four months of his contract left, decided to occupy the building offered in spite of the fact - that it was not in a fit condition to house a school. - Bouchoueff was still unwell and of little use to him. - His two assistants, Galitch and Louet, however, did an excellent job. -

    -

    - Once again Haüy asked to be allowed to select some blind children from the Smolny asylum as pupils. - Skrébitsky states that he found no answer to this letter, although he did discover a decision by the tsar, dated 10th August 1807, giving Haüy permission to teach - 15 pupils at an annual cost of14 150roubles with an extra allowance of5 - 185roubles, but this did not solve Haüy's problems. - Now the authorities concerned began to harass him and demand that he should deduct the amount granted from what he had previously received. - In addition, a heated debate ensued on the carriage required by Haüy to transport his purchases to the institute. - The discussion ended when the tsar ordered General Hitrowo to tell Haüy to conduct himself in a proper manner. -

    -

    - Prior to that curt, rather perfunctory decision, Baron Dolst, director of secondary schools, had been ordered to inspect Haüy's school. - The inspection was preceded by a letter from Haüy to the minister of education, in which he wrote: -

    -
    -

    - "In answer to the objections expressed over the fact that I have undertaken to prepare my successor to take charge of the institute in six months or a year, I - answer that this is quite correct but that the note referred to clearly states that there were two conditions: 1. - That I would be given a sufficient number of blind pupils;2. - That my colleague would be chosen in competition amongst those who in a special examination would be tested to see whether they possessed the talents required - for this kind of education, which demands knowledge beyond what is expected in ordinary schools. -

    -
    -
    -
    -

    - I remain in your service as temporary head of the institute only because my colleague, who at an inopportune moment assured the ministry that he could manage - the institute by himself, is far from fit to do so. - I have, for several reasons, twenty times addressed M. - De Novossilzeff at the chancellery, as my colleague has not dedicated sufficient time to his teaching. - It would be beneficial if he would show his talents today rather than wait until tomorrow! - I am in haste to leave a difficult profession, which I have exercised for 37 years and as my wishes now have been fulfilled and I can no longer be of any use, - not even to Russia, I will enjoy the rest I am truly in need of. -

    -

    - When I finally plead the justness of my demands, it is no criticism of the Tsar, the ministry or any of its respected officials. - M. - Bouchoueff alone is the reason why the Government, without realising it, has neglected its obligations to me." -

    -
    -

    - - 72 - . - -

    -

    - This letter clearly shows that at this time relations between Haüy and Bouchoueff were extremely strained. -

    -

    - Baron Dolst admitted in his report after his inspection of the institute (13th August 1808) that the premises to which it had moved were not suitable, located as - they were on the fourth floor, with the dormitories next to the earth closets. - As to the teaching at the institute, Dolst affirmed that he could find no differences in knowledge between the pupils taught by Haüy and those taught by - Bouchoueff. - He did find that a few pupils had made considerable progress in reading after following Haüy's methods, but that printing had had to be abandoned for lack of - typecast. - Basket-making and straw plaiting for chair bottoms were taught at the institute; the girls learned how to make hairnets and to knit. - Dolst considered that the teaching of handicrafts had achieved good results. -

    -

    - As for the teaching of music, however, Dolst was not satisfied. - The children had learnt only three French and two Italian songs. - The Baron did not find this lack of progress so remarkable, since the songs were all in foreign languages. - He therefore suggested that the immigrant Louet should be replaced by a Russian music teacher who would be assisted by a blind person by the name of - Shiline. -

    -

    - After the inspection, Haüy asked Dolst if he might hand in his resignation and leave the institute together with Fournier and Louet. - Dolst submitted Haüy's letter of resignation to the minister of education. - In it he asked to be relieved of his duties because of the serious conflict between himself and Bouchoueff. -

    -

    - According to Skrébitsky, neither Dolst's report nor Haüy's letter of resignation had any effect, and Haüy continued as head of the institute until 1817. - Bouchoueff, too, retained his post at the institute and shortly afterwards disbanded the girls' section (which consisted of three pupils). -

    -

    - Skrébitsky claims to have found notes by an anonymous writer in one of the archives. - These notes proved that the original intention was to admit two categories of pupils to the institute: the poor, who would learn reading, writing, typesetting, - music and handicrafts, and the well-to-do, who would learn writing, geography, poetry, etc. - Religion would be a compulsory subject for both social groups. -

    -

    - The author of the note was of the opinion that the Rosminazoffs' house, where the institute was located, was very suitable in spite of the fact that both Baron - Dolst and Haüy thought the contrary. - He was also very critical of Haüy, who he found had made improper use of his position by appropriating the best rooms for his own personal use. -

    -
    -

    - The children's dormitory was cold in winter and stiflingly hot in summer. - To make matters worse, they were obliged to pass through the bedroom to empty their chamber pots. - Music classes, study and a variety of activities were held in the general classroom while normal classes were going on. - At one table, pupils were taught reading or grammar, at another arithmetic. - The space for printing works was in one corner, while in the centre of the room, pupils played the piano or the violin. - The anonymous author added that Haüy's son or his pupil Fournier sometimes amused themselves by adding to the general noise by starting up the lathe in order to - disturb the Russian teachers at their work, and so that later they would be able to criticise their methods. -

    -

    - The unknown critic also took a very negative view of the teaching of handicrafts. - It had, for example, taken a whole year to teach a pupil to plait and the finished result was a mere half archine which would only fetch 10 kopeks. - He also noted that the printing press was used only to print brochures about Haüy's telegraph, with the result that the type was worn and could not be used for - its original purpose. - The author accused Fournier, who was in charge of these activities, of deliberately destroying the type. - The lathe was in equally bad shape, the music teaching deficient, etc. - The author ends by suggesting that the French teachers should be dismissed and replaced by Russians. -

    -

    - Haüy very much resented what he considered to be harassment which Skrébitsky believes Bouchoueff was responsible for. - In a letter dated 19th August 1808, Haüy asked Count Zawadowsky (the minister of education) to order Baron Dolst to continue his inspections and demanded that - examinations should be held in French in the presence of witnesses. - Haüy wanted to be able to refute any criticism which might be made of his work and had no desire to be at the mercy of the caprice of a single judge. - This letter was followed by another to Baron Dolst, in which Haüy asked to be allowed to participate in decisions concerning the final organisation of the - institute. - He yet again asked to be moved to more suitable premises and requested a list of poor blind children who might be admitted to the institute and another of - well-to-do children who might be potential pupils. -

    -

    - Bouchoueff died before Haüy left Russia. - According to Skrébitsky, there are no sources which might explain why Haüy stayed in Russia for as long as eleven years, in spite of all adversities. - An official document dated 6th May 1817 makes it clear that Haüy wished to leave the institute. - It is a letter is addressed to Prince Galitzin (who had replaced Zawadowsky as minister of education). - In it, Haüy asks to be removed from office or to be granted six months leave for himself and Fournier. - As Haüy was in a state of ill health by this time, Galitzin agreed to his dismissal, stating that he would thus be able to end his days in the bosom of his - family. - The French ambassador requested permission to take Haüy and Fournier back to France aboard a warship which was soon to leave. - The Tsar gave his approval to the application and on Haüy's departure decorated him with the Order of Saint Vladimir, fourth class. -

    -
    -
    -

    3.9.4 Haüy's last will and testament

    -

    - Before returning to France, Haüy wrote one more letter to the minister of education, Prince Galitzin, which Skrébitsky sees as Haüy's last will and - testament: -

    -
    -

    - "It is urgent -

    -

    - 1) that you appoint in my place Mr. - Protopopoff, an honest family man who has really made himself familiar with all aspects of our work. -

    -

    - (2) The ministry must provide him with a worthy collaborator who can assist him by behaving appropriately and who possesses the necessary talents for the - post. - I have already nominated young Vaganoff as a worthy successor to this post. -

    -
    -

    - (3) The minister, rather than the inspector, who does more harm than good, must appoint a person who will direct only the teaching of such handicrafts as may - prepare the blind pupils for a trade. (4) For Fournier's post, the ministry should appoint the three blind pupils Smourof, Vemblad and Stiaguine and have them divide his - honoraries into three equal parts. - I take advantage of this occasion to ask the minister to persist in encouraging these three blind pupils and the three sighted members of the staff to manage - the institute without external help. (5) The ministry must increase the number of pupils so that the institute Haüy founded can function successfully. - The number of blind pupils has been restricted to 15, which is too few. - This fact has constituted a major impediment to the institute's success, as we, for example, have had to allow our pupils to carry out a number of activities - for which, to be successful, at least 60 pupils would have been necessary." -

    -
    -

    - - 73 - . - -

    -
    -
    -

    3.9.5 The education of deaf pupils in St Petersburg

    -

    - At an early date, Haüy had become interested in the abbé l'épée's teaching of the deaf. - Skrébitsky (1884) says that in 1784, the abbé l'épée on one occasion himself entrusted Haüy with the teaching of a deaf person. - Skrébitsky's source was probably a footnote in Haüy's Essai sur l'Education des Aveugles. - In one chapter, Haüy writes that he wished to compare the teaching of the blind with that of the deaf. - This chapter, however, is mainly a panegyric dedicated to the abbé l'épée. - In passing, however, Haüy says that he can testify to the fact that it is much easier to teach the blind than the deaf. - In the footnote mentioned, Haüy states that he had had the opportunity of following the progress of a young deaf man who had been shipwrecked and washed ashore on - the coast of Normandy. - Haüy also promised that the partially deaf man would write his autobiography and that his blind pupils would print it. - That promise, to the best of my knowledge, was never kept. -

    -

    - In October 1807, a Russian lady approached Haüy and asked him to teach her deaf daughter. - According to Skrébitsky's sources, Haüy commented on this as follows: -

    -
    -

    - "She imagined that I would agree to teach her daughter, Eugénie, who had been tormented by deafness since her early years. - In vain I tried to dissuade her, on the pretext of my lack of practical experience of this difficult art, which often surpasses the capacity of even the very - well-prepared. - Eventually I had to give in and accept. - The very limited progress I made with her soon attracted attention and further pupils were sent to me." -

    -
    -

    - - 74 - -

    -

    - Haüy invited the public to observe his efforts in order to show the progress which could be made by means of methods of teaching the deaf which had developed in - France. - His work aroused great surprise and admiration, although there were also sceptics. - Skrébitsky quotes Haüy, who recounts an incident which occurred during one of his public classes: -

    -
    -

    - "One day, during one of my classes, when I had just finished praising the abbé l'épée and the abbé Sicard and was commenting on my admiration of the - intelligence usually shown by my deaf-dumb pupils, a member of the audience pointed out that these children, whom Nature had treated so unkindly, only repeated, in - parrot-fashion, what had been poured into their minds by their teachers. - The person in question was suggesting that it was useless to teach this type of pupil. - Considering all that has been achieved by the famous men who developed these teaching methods, this asseveration appeared to me a mockery of their talents and - I was filled with a desire to defend them to the utmost, if they should indeed require my help. -

    -
    -
    -
    -

    - M. l'abbé Sicard receives daily proof of the intelligence of the deaf-dumb when he gives them written exercises, when he makes them understand and when he - sets them questions on subjects such as physics and morale..." -

    -
    -

    - - 75 - . - -

    -

    - Haüy did not become deeply involved in the teaching of the deaf, but did manage to arouse the interest of the Dowager Tsarina who had experts brought from France. - Among them was a M. - Jouffret, who became the most prominent figure in the teaching of the deaf during its pioneering years. - However, writes Skrébitsky, after the initial period of interest, the teaching of the blind and the deaf was soon forgotten. -

    -
    -
    -
    -

    3.10 Haüy's telegraph

    -

    - During his years of teaching, Haüy continued to take an interest in ciphers and codes. - - He was, for example, very interested in the telegraph and its use in military intelligence - 76 - (this was before electricity was in general use). - - Haüy also probably saw the telegraph as a means of earning money. - The criticisms made against him by his opponents (section 3.9.3) are proof that telegraphic experimentation and the printing of brochures took place at the institute. - When Haüy first arrived in St Petersburg, he tried to interest the tsar in his telegraphic invention. - - In a letter dated 1st July 1807, he described his invention and enclosed a brochure entitled Mémoire historique abrévé sur les télégraphes en général et sur les - télégraphes de St Pétersbourg 1801 - 77 - . - -

    -

    - Haüy called his telegraph the "pasigraph". - It was based on a system of writing in which the symbols corresponded not to sounds but to concepts such as numbers or musical notes. - He explained that the system could be used during the day and at night by a simple addition to the machine. - The pasigraph was based on five elements of information: -

    -
    -

    - "1. - A stenographic and sound alphabet; -

    -

    - 2. - A numerical element -

    -

    - 3. - A word element. -

    -

    - 4. - A grammatical element and -

    -

    - 5. finally, a format. -

    -

    - These five elements of information, which together can be fitted onto a surface of about 4 archines in length and 1 archine in width, are sufficient to permit - simple and rapid communication of all forms of speech, regardless of the language used. - I ascribe to the secretaries and interpreters a knowledge of grammar and of the most important languages, for which the Russians show great skill. - This prior knowledge permits them, in just a few days, to learn my system, my five elements of information and their use" -

    -
    -

    - - 78 - . - -

    -

    - To support his idea, Haüy contracted a mechanic by the name of Winzelmeyer to construct a small model of the pasigraph. - He demonstrated his invention to the head of the Russian Academy of Science, Novossiltzeff. - When the Minister of the Navy, Tchitchagoff, appointed a commission in 1808 to express its opinion on the British and French telegraphic systems, Haüy was present. - He was given the opportunity to test his pasigraph between the fortress of Kronstad and a frigate anchored seven verst off the coast of St Petersburg. - - The experiment was successful as to speed and precision; however, it is not known what became of Haüy's telegraph - 79 - . - -

    -
    -
    -

    3.11 The final years

    -

    - After the defeat of Napoleon at Waterloo in 1814, the National Institute in Paris became once more an autonomous entity. - - The new director was Sebastien Guillé, a doctor of medicine, a fanatical royalist and an orthodox Roman Catholic - 80 - . - - He forbade Haüy to visit the school since he considered that he had betrayed the French monarchy during the Revolution. - - He was particularly critical of Haüy's attitude to religion - 81 - . - -

    -
    -

    - Not until 1821 was Valentin Haüy able to revisit his old school, which had then been extended to admit some 60 pupils. - During a ceremony held on 21st August 1821, Haüy was honoured for his pioneering work in the education of the blind. - One of the participants in that ceremony was the young Louis Braille, who had joined the institute in 1819. - Valentin Haüy died on 18th March 1822, at his brother's home in Paris. -

    -
    -
    - - \ No newline at end of file + + + + + + Valentin Haüy - the father of the education for the blind + + + + + +
    +

    3. Valentin Haüy

    +
    +

    3.1 Introduction

    +

    + Special education for the deaf, the visually handicapped and the disabled has its roots in the France of the Enlightenment, a period of growing interest in the + creation of organised education for the handicapped. + + In 1760, the abbé l'épée founded the first school for the deaf, where his educational methods were based on the teaching of sign language + 5 + . + + + Interest in education methods for the disabled began to develop seriously in the early years of the 19th century + 6 + . + +

    +

    + + The debate on the social value of the handicapped and their learning capacity began with John Locke (1632-1704) and his essay "The Molyneux Problem," included in + "An Essay Concerning Human Understanding" + 7 + . + + Locke received a letter from William Molyneux, an Irishman, dated 2nd March 1693, in which the following question was posed: "If a person who was born blind, and who + has learnt to distinguish by touch between a cube and a sphere regains vision after an operation, will he then be able to distinguish the cube from the sphere by sight alone?" + + 8 + . + +

    +

    + Locke had a great influence on the French philosophers of the Enlightenment, and the famous debate on the "Molyneux problem" inspired the French philosopher Denis + Diderot (1713-1784) to make contact with blind people and later publish his experiences in a pamphlet, Lettre sur les Aveugles pour Ceux qui voient (A Letter to the Blind for Those + Who Can See). + His letter served several purposes. + On the one hand, Diderot exposed a fraud which had taken place in the drawing-room of the scientist S.A. + + Réaumur , while on the other he made a number of observations which were a radical criticism of the conventional ideas of the time + 9 + . + + The fraud in question consisted of a performance by a girl who claimed to be blind in Réaumur's drawing-room during which she played, sang and answered a series of + general knowledge questions (for example, the length of certain rivers, the names of European cities, etc.). + Diderot unmasked this humbug, but also pointed out that fraudulent performances were unnecessary, since the blind could in fact be educated. + As an example of this, he mentioned the blind English mathematician Nicholas Saunderson. + + In the second half of his letter, Diderot has Saunderson express, in an imaginary dialogue, his own atheistic philosophy of life, for which Diderot paid with a + brief sojourn in prison + 10 + . + +

    +

    + Diderot's letter made the bourgeoisie of the time aware that the blind could in fact be educated. + + He went on to found a philanthrophic society in 1780 - the Société Philanthropique + 11 + , which opened up homes for the blind where they were taught handicrafts. + + + These "homes for the blind" -"Maisons des Enfans-Aveugles"- took in blind persons between the ages of 20 and 25 + 12 + . + +

    +
    +

    + With the support of the Société Philanthropique,Valentin Haüy founded the first special school for blind children and adolescents in 1784. +

    +

    + + Diderot himself had a blind pupil, Mélanie de Salignac (1741-1763), who was his friend Sophie Volland's niece + 13 + . + + He wrote about her in Addition de Lettre sur les Aveugles. + Salignac was mainly taught, however, by her mother. + She could read and write and, what is particularly interesting, she wrote in raised print, which Haüy then experimented with on a larger scale. +

    +
    +
    +

    3.2 Biographical background

    +

    + Valentin Haüy was born on 13th November 1745 in Saint-Just en Chaussé (Picardy), a small village approximately 35 km east of Paris. + His father was a weaver. + + Haüy's elder brother, the abbé René Just Haüy (1743-1822), was the pioneer of crystallography (the science of the structure, forms and property of crystals) and + played an important role in the introduction of the metric system + 14 + . + +

    +

    + In 1751, the family took up residence in Paris and the two brothers began to attend a school run by a Catholic order. + Later, both of them studied at the Sorbonne; Valentin studied Latin, Greek and Hebrew and was said to be fluent in about ten modern languages. + He earned a living as a translator of private and public documents and was soon able to boast the title of Royal Interpreter. + He was also interpreter to the city council of Paris and the Admiralty. + Before his appointment as royal interpreter he had become senior master in a secondary school. + + He later became a member of the Bureau Académique des écritures, founded by Louis XVI, probably because he had invented a method of deciphering secret codes and + military code systems + 15 + . + + In 1771, the French police began to take an interest in deciphering codes, and during the following ten years, Valentin Haüy worked for the secret police, where his + task was to investigate all foreign correspondence carried by the French postal service and to decipher secret documents. + He continued these activities under the various revolutionary governments in the latter part of the century. +

    +

    + Haüy was also interested in the education of the deaf. + + He is said to have been actively involved in the teaching of deaf pupils and to have worked from time to time with the abbé l'épée + 16 + . + + + We can assume that his interest in the handicapped had already been aroused in 1771 when he visited one of the public performances given by the abbé's deaf pupils + 17 + . + +

    +
    +
    +

    3.3 The market in St Ovid's Square

    +

    + + In a letter to his son, Haüy tells how during the annual market in St Ovid's Square in Paris, he saw blind musicians from the Quinze-Vingt asylum perform + 18 + . + + He was sitting at a café when he saw some very strange creatures fitted with huge paper spectacles and pointed hats with donkey's ears affixed to them. + Sheet music was placed upside down on the blind musicians' music stands while they banged, blew, and squeezed noises out of their worn-out instruments. +

    +

    + Haüy was shocked by the way the disabled musicians' wretchedness was exaggerated by their ridiculous outfits. + He was also upset by the callousness of the audience, who howled with laughter at this shambles of an orchestra. + Haüy did not see any reason to laugh at people just because they had a physical impediment. +

    +
    +

    + From that day he decided to dedicate his life to improving the conditions of the blind. +

    +

    + In his letter, he reflects: +

    +
    +

    + "We asked ourselves: does not a blind person recognise objects by their different shapes? + Is he mistaken as to the value of a coin? + Why should it be impossible for him to distinguish between a C and a G, or between an A and an F, if those letters were made easier to distinguish? + We sometimes reflected on the use of this performance (...) +

    +

    + We soon saw various examples that convinced us how useful it would be for the blind to have access to teaching methods which could increase their knowledge so + that they would not have to wait for help or sometimes ask the sighted to help them, often to no avail" +

    +
    +

    + + 19 + . + +

    +
    +
    +

    3.4 Maria Theresia von Paradis (1733-1808)

    +

    + Maria Theresia von Paradis was a woman who had a significant influence on Haüy and his teaching methods. + They met in Paris in 1785 while Paradis was on a concert tour of Europe. + Weygand (1998) says that Haüy read an article in a Parisian newspaper informing the public that the blind child prodigy Mara Theresia von Paradis was in the city and + decided to contact her. + + Maria Theresia von Paradis was born in Vienna and became blind at about 4 years of age + 20 + . + + Jantsch suggests that the girl's blindness had hysterical origins. + Her father was a well-to-do lawyer. + Maria Theresia was extremely musical and became a virtuoso on the piano; she had her own school in Vienna where she taught piano and singing. + Between 1784 and 1785, she toured Europe, playing at the courts of Paris, London, Brussels, Hanover and Berlin, and giving concerts in several other cities. + Mozart composed a concerto for piano and orchestra especially for her European tour and von Paradis also wrote her own music, using a system for writing musical notes + which she had had specially invented. +

    +

    + Before von Paradis set off on her grand tour of Europe, she had relief maps made of the different countries and cities she was to visit. + On these maps, frontiers and rivers were embroidered in backstitch, while cities and towns were represented by different-sized buttons; large buttons for capitals, + smaller buttons for smaller cities or towns. + + Von Paradis had raised texts printed; a special printing press was made for her by Wolfgang Ritter von Kempelen + 21 + . + +

    +

    + Von Paradis corresponded with Johan Ludwig Weissenburg, who was also blind and who himself used raised maps and writing. + Their letters show that they discussed how raised pictures and maps could be made. + For mathematical calculations, Paradis used an arithmetic board made in England by Saunderson. +

    +

    + + Haüy's meeting with Maria Theresia von Paradis gave him the inspiration and encouragement he so desperately needed at that time to develop an educational + programme for blind children + 22 + . + + + He presented his plan, "Plan de l'Education à l'Usage des Aveugles," to the Philanthropic Society, which at that time sponsored twelve children from poor families + 23 + . + +

    +

    + + In his Essai sur l'Education des Enfans-Aveugles + 24 + , Haüy repeatedly mentions that several of the tools he recommended for the teaching of blind children had been used by Maria Theresia von Paradis. + +

    +
    +
    +
    +

    3.5 Haüy's meeting with Lesueur and the founding of l'Institution des Jeunes Aveugles

    +

    + + Haüy was convinced that the blind deserved a better life than begging and performing in market places + 25 + . + + They ought to enjoy the same right to education and work as the sighted. + Not until thirteen years after the market in St Ovid's Square did he have an opportunity to demonstrate that the blind could be educated. + This occurred when he was invited to teach François Lesueur, or Le Sueur, as Didier-Weygand sometimes writes his name. +

    +

    + + Haüy first met Lesueur, standing begging at the entrance to the church of Saint-Germain-des Prés + 26 + . + + + Lesueur was a professional beggar who supported himself, his parents and four siblings with the money he was given by churchgoers (since the Middle Ages, the + Catholic Church had allowed the blind to beg outside churches) + 27 + . + +

    +

    + + The story goes on to tell how Haüy, when he gave Lesueur some money, was told, "You thought you gave me a measly sou when in fact it was an écu " + 28 + . + + From this incident Haüy immediately drew conclusions regarding the fine sense of touch the blind possess. + If we compare this version of their meeting with Haüy's own words in section 3.3, we can guess how the story originated. +

    +

    + Haüy started by teaching Lesueur good manners, grammatically correct speech and arithmetic. + Haüy's main interest, however, was teaching the blind to read. + He had wooden letters made so that Lesueur could learn the alphabet and later learn to read. + This was achieved by forming the letters into words in a wooden frame. + In a similar way, Lesueur learned the four arithmetical rules; in this case, wooden numbers were placed in different compartments in a frame. + A major problem proved to be a supply of books for Lesueur. + Haüy soon realised that his pupil could recognise raised letters, so he began to produce raised letters on waxed paper. + Haüy had started teaching Lesueur on 31st May 1784. + + By September of the same year, he was able to announce his progress in an article in the Journal de Paris + 29 + . + + On November 18th, both teacher and pupil appeared before the Académie de l'écriture. + It was common practice at that time for pupils to appear before the Academy and the Court, and not just "handicapped prodigies". + + The Academy apparently fulfilled some kind of educational inspecting and authorising function + 30 + . + +

    +

    + Lesueur could read, recognise countries on a map and identify raised numbers on cardboard. + This made Haüy's name as a teacher of the blind. + + The Academy decided to recommend his methods of teaching the blind + 31 + . + + Thanks to Haüy's brother René-Just, the French Academy of Science became interested in his teaching methods. + Four members of the Academy studied Haüy's methods and expressed their approval. + + Their report was registered by the Academy on 16th February 1785 + 32 + . + +

    +

    + In January 1785, Haüy became a member of the Société Philanthropique which also entrusted him with the teaching of their twelve blind protégés. + + These were all young adults aged between 20 and 30 + 33 + . + + Haüy could now rent a house in the Rue Coquillère where he taught his pupils. + A year later, when the number of pupils had increased, he moved into a house in the Rue Notre-Dame-des-Victoires, where the Société Philanthropique had its workshop + for the blind, and so l'Institution des Jeunes Aveugles (the Institute for Blind Children ) was born. + + The pupils who now arrived at the institute were young children + 34 + . + +

    +
    +

    + Twice a year the blind children performed before the Court. + Louis XVI was patron of the institute and also contributed economically to its upkeep. + In an appendix to Haüy's pamphlet, Essai sur l'éducation des Aveugles, there is a list of the first twelve pupils to perform at the Court. +

    +

    + Boys and girls alike attended the institute. + The blind children came from poor homes and were not charged for their tuition. + Haüy did, however, accept sighted children from well-to-do families who paid for their children's education. + + Haüy believed that sighted and blind children should be educated together without restriction + 35 + . + +

    +
    +
    +

    3.6 Valentin Haüy's teaching methods

    +

    + Valentin Haüy's first and only pamphlet on his teaching methods was published in 1786 with the long title of Essai sur l'éducation des aveugles ou Exposé de différens + moyens, vérifiés par l'expérience, pour les mettre en état de lire, à l'aide du tact, d'imprimer des livres dans lesquels ils puissent prendre des connaissances des langues, + d'histoire, de la Géographie, de la Musique, &c., d'exécuter différens travaux relatifs aux Métiers, &c., Dédié au Roi, par M. + Haüy. + It was printed by Haüy's blind pupils. + Only the preface was set in normal type; the main text was set in the type created by Haüy for use with ink print or raised print. + It was dedicated to the French king, Louis XVI. + The title page reads, "Au Roi", followed by a brief preface dedicated to the king: +

    +
    +

    + "To the KING OF FRANCE +

    +

    + SIRE, +

    +

    + THE Protection with which your Majesty honours distinguished Talents ascertains your Claim to their Reverence and Respect. + But when their Productions have a Tendency to console the Miseries of suffering Humanity, they have still a more powerful Title to attract the attention of Louis + the Beneficent. + It was under the influence of Sentiments inspired by a Title so amiable, which is deeply engraven on all the Hearts of France, that I conceived the desire of + presenting to your Majesty the Fruits of my Labours ; if they have any Value, they will owe it to the double Advantage of appearing under a Patronage so august, and of becoming + Vehicles to the Bounty expected from Sovereign by the Young and unhappy, who have been early deprived of the Benefit of Light with all its numerous and important + Resources. +

    +

    + I am, With the profoundest respect, +

    +

    + Sire, +

    +

    + Your Majesty’s most humble, +

    +

    + must obedient +

    +

    + and most faithful subject and Servant, +

    +

    + HAÙY". +

    +
    +

    + In his essay Haüy expounds his pedagogical theories and presents a programme of studies for blind children. + His basic premise was that the "unfortunate Blind," who until then had been deprived of education, could in fact be educated and ought therefore to be given the + opportunity to attend school and learn a trade by which they could later make a living. +

    +

    + Each subject is dealt with in a short chapter. + Haüy gives simple, practical advice on teaching methods and on the production of material for use in object lessons and of a variety of teaching aids. +

    +
    +

    + He lays particular stress on the methods to be used to teach blind children to read and write and on how to produce raised print books. + An entire chapter is dedicated to explaining how blind pupils can be trained as compositors. + He also attempts to demonstrate that those blind pupils who did learn some kind of handicraft (at Quinze-Vingt, for example) were able to earn their own living. + Haüy therefore recommends that teaching of the blind should include activities such as the production of walking sticks and hairnets, sewing, bookbinding, etc. +

    +

    + Haüy also insists that blind pupils should study history, geography and music. + In the chapter on the teaching of geography, he mentions Maria Theresia von Paradis and stresses the importance of tactile maps and the terrestrial globe to + illustrate the concepts of countries, lakes, rivers, mountains, etc. + + He goes on to describe the method of producing maps developed by von Paradis and Weissenburg + 36 + . + + + As for music and the possibility of a blind person's earning his living as a musician, Haüy points to von Paradis's success and her system of raised musical notes + 37 + . + +

    +

    + When he touches on the teaching of mathematics, Haüy affirms that although he admires Saunderson and Weissenburg's "arithmetic boards", he firmly believes that blind + and sighted children should be taught together and for this reason he does not agree with the use of special mathematical teaching aids for blind children. + Haüy does recognise that blind pupils may need some kind of assistance when drawing geometrical figures, for example, and had paper templates for this purpose. +

    +

    + + Haüy's invention, a method of producing raised letters on paper with the types he had cast, was completely new + 38 + . + + He now saw as his principle task to attempt to produce as many copies of books for the blind as possible. + He wanted every blind child to have his or her own collection of raised print books. + In time he designed and had made a printing press which could produce raised print and to which he added a device for dyeing the raised letters black. + + The first two books printed by Haüy for his blind pupils were produced in this way + 39 + . + + One was his own treatise on education for the blind: Essai sur l'Education des Enfans-Aveugles (1786); the other a historical review of the institute's first five + years of existence entitled Notice Historique de l'Institution des Enfans-Aveugles (1791). +

    +

    + Haüy believed that his printing method would make it possible for the blind to print books not only for their own use but also for the sighted. + He dreamed of a time when his blind pupils would become teachers of sighted children; the blind teacher and the sighted pupils would read from the same book. + Haüy's method was, however, a form of printing, that is, it involved typographic composition, so to enable the blind to correspond with the sighted in a simpler + fashion, Haüy designed a "writing board" on which the writer wrote with a steel pen which had an undivided nib. + His idea was that the blind person should write his letter by hand on the one side of a suitable type of paper. + This would produce raised letters on the other side of the paper, letters which the writer himself would be able to read by touch. + + Unfortunately, his apparatus was not of much use to those who had never seen letters + 40 + . + +

    +

    + The school in the Rue Victoires did more than provide its blind pupils with a basic education, it also taught them a useful trade. + Their teachers believed in the positive value of work. + The children spun thread, wove, knitted, made leather belts and hairnets, etc. + They produced raised print but also printed in ink. + + Towards the end of his essay on the education of the blind, + 41 + there are ten or so examples of the blind children's printing activities (invitation cards, announcements, invoices, prospectuses, etc.). + + Although Haüy had raised scores made, he did not at first consider music to be anything more than an entertainment for the blind. +

    +
    +

    + + He changed his opinion later when he discovered that the blind could learn to play the organ and thus could be employed as church organists + 42 + . + +

    +

    + + The aim behind Haüy's teaching methods was to enable his blind pupils to communicate satisfactorily with the sighted + 43 + . + + He therefore rejected all writing systems for the blind which did not use the Roman alphabet. + He would probably never have approved of Braille's system. +

    +

    + + At first, boys and girls were taught together in mixed classes, but some years later, after Haüy had been severely criticised for the co-educational organisation + of his school, the sexes were segregated + 44 + . + +

    +

    + + Haüy's successor at the institute, Guillé, was himself severely criticised for his harsh methods of punishment + 45 + . + + In the accusations made against Guillé, his severity was compared with Haüy's mild methods and his concern for his pupils. + It is not clear, however, whether the critics implied by this that Haüy never used corporal punishment. +

    +
    +
    +

    3.7 The French Revolution

    +

    + Louis XVI was Haüy's patron and the institute's most important financial sponsor. + When the monarchy was overthrown in 1791, the Institute for the Blind came under the authority of the new revolutionary government. + Education at the institute, however, continued along the same lines as it had done under the monarchy. + + The various revolutionary governments for their part believed that all forms of education should be free of charge and controlled by the State + 46 + . + +

    +

    + The National Convention issued a decree on 28th September 1791 which nationalised the Institute for the Blind. + The need to reduce financial costs was responsible for the fusion of the Institute for the Blind and L'épée's Institute for the Deaf. + + The resulting institute was moved to a monastery + 47 + . + + This fusion, however, was unsuccessful, and in 1794 the National Convention decided to separate the two schools once more. + Haüy played an important part in this decision. + He attacked l'épée's successor, Sicard, because he had criticised his teaching methods. + Haüy was at that time a member of one of the revolutionary committees in Paris and was able to have Sicard arrested (Didier Weygand). + Sicard was soon released, however, and two years later (1796) he had his revenge when he accused Haüy of belonging to an illegal secret society. + Haüy was arrested and spent a brief spell in prison. +

    +

    + + After the break-up, the Institute for the Blind moved to a former convent at 34, Rue Denis, where it was renamed l'Institut National des Aveugles Travailleurs , + that is The National Institute for Blind Craftsmen + 48 + . + + Coinciding with the move, the institute was reorganised and the pupils now had to contribute to the upkeep of the new, revolutionary France (28th July, 1795). + The blind pupils' first task was to make 86 purses. + + At this point, the revolutionary committees began to debate whether institutes for the disabled should be classed as schools or asylums + 49 + . + +

    +

    + Haüy initially sided with the Revolution. + + He was, as we said, an active member of one of the revolutionary committees + 50 + , and on 8th of June 1794, "the Day of Pure Reason", he did not hesitate to have his blind musicians appear on a mobile platform from which he, in revolutionary + language, urged them to follow Robespierre, who was dressed as the high priest of Pure Reason + 51 + . + +

    +
    +

    + Under the monarchy, his blind pupils regularly appeared in public to demonstrate their progress and these performances continued during the revolutionary period. + Haüy's ability to adapt to the different régimes would later go against him, however. + + During the Directorate, Haüy founded what was called a theophilanthropic cult with two other revolutionaries, La Revellère-Lepeaux and Chemin-Dupontè + 52 + . + + This could be described as a development of the cult of pure reason in which the magistrate assumed the role of the priest. + + The theophilanthropists substituted the head of the family for the priest; their philosophy was a mixture of theodicy and belief in the good individual + 53 + . + + Haüy's successor as director of the institute (Guillé) was a strict Catholic who was horrified by Haüy's philosophical ideas. + He later accused Haüy of heresy (amongst other things) as one of his reasons for not permitting Haüy to visit the institute. +

    +

    + At the end of the revolutionary decade, the institute was bankrupt. + The State owed the institute30 000francs, apart from nine months' salary to teachers and other staff. + Teachers and pupils alike starved and froze. + Haüy lodged a complaint with the consular government but this was rejected outright; no money was forthcoming. + + His activities during the Reign of Terror and the Directorate spoke against him + 54 + . + + + On 14th March 1801, Napoleon Bonaparte, now First Consul, decided that the Institute for Blind Craftsmen should be integrated into the Quinze-Vingt Hospital, an + asylum for elderly blind people which had existed since the end of the 13th Century + 55 + . + + Napoleon furthermore forbade the theophilanthropists to practise their cult. + Teaching at the institute was now reduced to two hours a day; during the rest of the day the blind children worked with sighted adults in the Quinze-Vingt workshops. + Haüy was extremely affected and protested in three letters to the Minister of Interior Affairs (Lucien Bonaparte, one of Napoleon's brothers and Second Consul during + the Second Consulate). + + The minister answered that the State was responsible for the education of the blind; Haüy's role was simply to carry out the State's orders + 56 + . + + The answer to the last of the letters (dated 12th February 1802) was Haüy's dismissal, although he was granted a pension of 2000 livres a year. +

    +
    +
    +

    3.8 Musée des Aveugles

    +

    + In spite of this adversity, Haüy did not give up. + + He was now assured of an annual income of 2000 livres, so it was not long before he founded a private institute for the blind which he called the Musée des + Aveugles + 57 + . + + He planned that the new institute should complement the National Institute for the Blind. + It was divided into two departments: one for pre-school children aged between four and seven years of age, the other for pupils over the age of sixteen who were + taught a trade. + Haüy was thus a precursor of Fröbel as far as pre-school education is concerned. + The new institute fulfilled another of Haüy's dreams. + His blind adolescent pupils taught the sighted children who boarded in an annexe of the Musée des Aveugles. + In the long run, however, Haüy could not make ends meet and had to close the institute in 1806. + According to Weygand (1998), he simply did not have enough pupils. +

    +

    + Skrébitsky says that Haüy was very heavily in debt when he eventually arrived in St Petersburg. + + A Maltese banker, amongst others, demanded payment which was deducted from his salary in Russia + 58 + . + +

    +
    +
    +
    +

    3.9 Valentin Haüy in Russia

    +
    +

    3.9.1 An invitation from Alexander I

    +

    + Word of Valentin Haüy's success soon spread throughout Europe. + + Several of the enlightened rulers were interested in acquiring his services + 59 + . + + Teaching of the blind had started both in Vienna and in Berlin and Haüy exported his typographic cases and material for use in object lessons to institutes for + the blind in these two capitals and in other European cities. + When his finances were so depleted that he had to close down the Musée des Aveugles, a number of welcome invitations arrived, one of them from Tsar Alexander I of + Russia. + + The tsar, himself educated in the spirit of Enlightenment + 60 + , invited Haüy to come to Russia for the purpose of founding an institute for the blind + 61 + . + +

    +

    + According to Skrébitsky (1884), Alexander I employed a number of agents who informed him of every new idea that could successfully be introduced into Russia. + Negotiations with Haüy were arranged by General Hitrowo, and plans were drawn up for the creation of an institute for the blind in St Petersburg. + These plans show that Haüy had no intention of remaining in St Petersburg for any length of time. + The project basically involved: +

    +

    + 1. + The supervision, in Paris, of the production of all the teaching material destined for use in the education and occupation of blind children and adults in Russia. + Haüy promised to take with him to Russia educational material such as letters and numbers for reading, counting and printing, maps, writing boards, etc. +

    +

    + 2. + Haüy would travel to Russia the following Spring (1804) and remain there for about a year, accompanied by one of his blind pupils who had been taught by his + methods. + Haüy believed that his visit would bring success to the new institute and the ideas behind it and that it would encourage competition amongst the young + Russians. +

    +

    + 3. + + Haüy, whose idea the project was, agreed to teach his methods faithfully to the person appointed by His Imperial Highness Alexander I to direct the St + Petersburg Institute for the Blind + 62 + . + +

    +

    + According to Skrébitsky, the Russian government asked Haüy's advice on the personal qualities and qualifications required of the new director of the St Petersburg + institute for the blind, and on the economic compensation Haüy was willing to accept to take on the responsibility of setting up the institute. + The Russian government also wanted to know how much the project would cost. + As to the necessary qualities and qualifications of the director of the institute, Haüy (according to Skrébitsky) would have answered that this person should be + selected from amongst those teachers who had a good knowledge of Russian and French and, if possible, German. + The Director must also have an elementary knowledge of practical activities such as spinning, knitting, the making of hairnets, different kinds of weaving, etc. + Haüy furthermore pointed out that the director must be familiar with the art of printing if he was to fulfil his task. + Only an amateur's knowledge of music was required, however. + Haüy added that apart from these basic qualifications, the director must have a good head on his shoulders, be gentle and patient and have a love for mankind in + general. +

    +

    + Haüy asked his imperial highness for an annual salary of at least40 000roubles, of which half would be paid + in advance when Haüy began his work. + He also asked the crown to provide, at no cost to himself, a furnished house, light and fuel. +

    +
    +

    + Finally, he asked for2 000roubles in advance, as travel allowance for himself and his blind pupil. + Haüy did not ask for travel allowances for his wife and son, who accompanied him to Russia. + He estimated the costs of inventories, including teaching material such as maps and a globe, at4 500francs + and the annual operating costs, including salaries, at54 700francs. + The institute should be staffed by three teachers, one of them a music teacher, and a manager for the printing works. +

    +

    + Haüy estimated that costs would decrease as the pupils progressed in their activities. + This he based on his experience in Paris where his pupils, once they had acquired a certain degree of skill in handicrafts and printing were able to make a profit + for the institute. + Haüy was convinced that his experience in Paris could be transferred to St Petersburg, which shows how little he knew about the country he was about to + visit. +

    +
    +
    +

    3.9.2 Berlin

    +

    + Haüy made a stop in Berlin en route to Russia in 1806. + He had already received a request from the king of Prussia who wondered if Haüy would be interested in founding a school for the blind in Berlin. + + In Prussia initiatives had already been taken in the 1780s to gain State control of all educational activities + 63 + . + + King Frederick William III introduced Haüy to professor Johan August Zeune (1778-1853), who was already engaged in teaching blind children. + + Haüy and Zeune together designed a curriculum for an institute for the blind in Berlin + 64 + . + + Professor Zeune later became the director of the institute. + + In Berlin as in Paris attempts were made to fulfil an important pedagogical objective: the combination of a theoretical-humanistic education and practical + activities + 65 + . + + + The battle of Jena and Auerstedt delayed Haüy's departure for St Petersburg, but in spite of this delay, he took time during the journey from Berlin to make a + detour to Mitau in Kurland (today Jelgava in Latvia), where the Bourbon pretender to the French throne, Louis XVIII, was living in exile + 66 + . + + Haüy paid his respects to Louis XVIII, who assured him of his support when he returned to France. +

    +
    +
    +

    3.9.3 In St Petersburg

    +

    + Haüy arrived in St Petersburg on September 9th 1806, and five days later sent a letter to the Tsar in which he sought an audience for himself and his + seventeen-year-old blind pupil. + He wrote that he thought the Tsar would be interested in meeting a blind person who was not only skilled in a handicraft but could also read and write and was + well-versed in academic subjects such as history and geography. + + Haüy also wished to demonstrate an invention of his, the "advanced telegraph" + 67 + . + + Skrébitsky states that he was unable to find any sources indicating that the Tsar actually received Haüy. +

    +

    + Haüy's financial problems increased since none of the promises he had been given of compensation, a house, etc., were fulfilled. + On 11th October 1806, he wrote a petition to the Tsar in which he set out his complaints. + + Skrébitsky says that he has found the letter in question and that it had a note in the margin (with a signature which probably belonged to the Minister of the + General Education, Count Zawadowsky) which read, "The Tsar ordered this bill to be paid, premises to be found for the institute and a director who would learn Haüy's + teaching methods to be selected and appointed to the institute" + 68 + . + + Eight days after Haüy presented his petition, the money he had been promised was paid. +

    +
    +

    + The person who became head of the new institute for the blind was a certain Bouchoueff, who taught at a school in St Petersburg and claimed he was sufficiently + fluent in French to be able to converse with Haüy and learn his pedagogical ideas. + Bouchoueff was to live in Haüy's house. + A report from the ministry dated 10th March 1807 shows that Haüy employed two assistants to work with Bouchoueff and himself. + Fournier, Haüy's blind pupil, helped to instruct these assistants. + Haüy invited public officials and members of the Russian Academy of Science to be present during Fournier's lectures, hoping to enlist their support. + However, there were still no blind pupils. + Haüy was told that the lack of pupils arose from the fact that there were no blind people in Russia. + To this, Haüy replied: +

    +
    +

    + "If no blind people are to be seen on the streets, this is because the head of the family keeps them at home and because orphans and the children of imperial + serfs are placed in asylums. + It was not long before events proved my assumption to be correct, not to mention the blind beggars who had escaped the surveillance of the police and to whom + I hastened to give alms. + I would gladly have quadrupled the alms had they consented to regard the money as a daily wage in exchange for their work." +

    +
    +

    + + 69 + . + +

    +

    + At this time, St Petersburg was a town with a multicultural population. + There were many families of French origin; French was, in fact, the language used by the educated classes; reviews and newspapers were published in French. + In his quest for pupils, Haüy placed advertisements in Le Lycée, a review, and in the daily Gazette de Petersbourg. + These advertisements brought him two new pupils, both of foreign extraction. +

    +

    + After some time, a Russian woman came to Haüy asking him to help her blind son who was an inmate of the asylum in Smolny . + Haüy went to Smolny where he found several blind children living with the aged and the handicapped inmates. + He took the son of the woman who had asked for his help back to St Petersburg with him and asked the authorities for permission to teach the other blind children + in Smolny. + The children were to be picked up by coach, in twos, and later returned to the asylum. + Haüy himself would undertake to teach the boys, while his wife would teach the little girls. + The director of the Smolny asylum, however, refused to give his permission. + Haüy then sent a written request to the "Committee for General Beneficence" and later to the "Civil Governor", who promised to grant Haüy's request as soon as he + found time to do so. + He never had, however, any spare time. + In the same document (dated 10th March 1807), Haüy also complained about his cramped lodgings which made it impossible for him to take in more than one blind + pupil at a time. + His other pupil, from Moscow, had to lodge elsewhere in the town. + Haüy asked the authorities to provide him with the house he had been promised to enable him to establish his school under more suitable conditions. + + In his letter Haüy also mentioned his two assistants and praised Bouchoueff, but complained about the latter's " weak health, which permitted him to dedicate + only half-days to studies which required at least a year of continuous dedication" + 70 + . + +

    +

    + Was it for tactical reasons that Haüy praised Bouchoueff, who obviously did not make any major contribution to the work of the institute? + + Haüy did not receive much help from his two assistants either, since they drank and turned out to be generally inept + 71 + . + + Two other persons, however, announced their interest in teaching at Haüy's school. + They were Galitch, a student at the Institute of Pedagogy in St Petersburg, and Louet, a French immigrant (a naturalized Russian citizen), who offered to give + music classes. +

    +
    +

    + Galitch taught a pupil who came from the Kronstadt fortress in the Bay of Finland and who spoke only Russian. + According to Skrébitsky, Bouchoueff had already lost heart in his work. +

    +

    + Haüy had intended to reproduce the printing works he had had at the Institution des Jeunes Aveugles. + A printing press was a major investment, but it had paid off well in Paris, and had, in fact, been the means of earning a regular income for the blind pupils and + the institute. + Haüy valued very highly the trades associated with printing. + In the document dated 10th March 1807, he asked permission to establish a printing works at the institute, where not only ordinary books and books in raised print + for the blind could be produced, but also such articles as visiting cards and other texts not subject to official censorship. + Finally, he asked to be given the use of one of the crown's empty buildings for his institute, and to be allowed to select young blind people who could benefit + from his teaching methods from the asylums, especially the Smolny asylum. + He also wished to appoint staff to take charge of the administration of the institute. +

    +

    + In his petition, Haüy also stressed that he had agreed to teach according to his methods for a period of one year, but that to date he had only been allowed to + teach one pupil. + By May 1807, Haüy still had no premises and once again sent a petition to the Minister of General Education in which he referred to former unfulfilled promises. + He had been given a building, but it turned out to be unsuitable for a school. + He further mentioned that attempts were still being made to convince him that there were no blind people in Russia, but that he had seen the many blind beggars + for himself and had also seen many blind children in Smolny whom he would gladly teach. +

    +

    + It has already been said that Haüy did have a few pupils, one of whom lived in his house. + As there was no reaction from the minister, Haüy, who now only had four months of his contract left, decided to occupy the building offered in spite of the fact + that it was not in a fit condition to house a school. + Bouchoueff was still unwell and of little use to him. + His two assistants, Galitch and Louet, however, did an excellent job. +

    +

    + Once again Haüy asked to be allowed to select some blind children from the Smolny asylum as pupils. + Skrébitsky states that he found no answer to this letter, although he did discover a decision by the tsar, dated 10th August 1807, giving Haüy permission to teach + 15 pupils at an annual cost of14 150roubles with an extra allowance of5 + 185roubles, but this did not solve Haüy's problems. + Now the authorities concerned began to harass him and demand that he should deduct the amount granted from what he had previously received. + In addition, a heated debate ensued on the carriage required by Haüy to transport his purchases to the institute. + The discussion ended when the tsar ordered General Hitrowo to tell Haüy to conduct himself in a proper manner. +

    +

    + Prior to that curt, rather perfunctory decision, Baron Dolst, director of secondary schools, had been ordered to inspect Haüy's school. + The inspection was preceded by a letter from Haüy to the minister of education, in which he wrote: +

    +
    +

    + "In answer to the objections expressed over the fact that I have undertaken to prepare my successor to take charge of the institute in six months or a year, I + answer that this is quite correct but that the note referred to clearly states that there were two conditions: 1. + That I would be given a sufficient number of blind pupils;2. + That my colleague would be chosen in competition amongst those who in a special examination would be tested to see whether they possessed the talents required + for this kind of education, which demands knowledge beyond what is expected in ordinary schools. +

    +
    +
    +
    +

    + I remain in your service as temporary head of the institute only because my colleague, who at an inopportune moment assured the ministry that he could manage + the institute by himself, is far from fit to do so. + I have, for several reasons, twenty times addressed M. + De Novossilzeff at the chancellery, as my colleague has not dedicated sufficient time to his teaching. + It would be beneficial if he would show his talents today rather than wait until tomorrow! + I am in haste to leave a difficult profession, which I have exercised for 37 years and as my wishes now have been fulfilled and I can no longer be of any use, + not even to Russia, I will enjoy the rest I am truly in need of. +

    +

    + When I finally plead the justness of my demands, it is no criticism of the Tsar, the ministry or any of its respected officials. + M. + Bouchoueff alone is the reason why the Government, without realising it, has neglected its obligations to me." +

    +
    +

    + + 72 + . + +

    +

    + This letter clearly shows that at this time relations between Haüy and Bouchoueff were extremely strained. +

    +

    + Baron Dolst admitted in his report after his inspection of the institute (13th August 1808) that the premises to which it had moved were not suitable, located as + they were on the fourth floor, with the dormitories next to the earth closets. + As to the teaching at the institute, Dolst affirmed that he could find no differences in knowledge between the pupils taught by Haüy and those taught by + Bouchoueff. + He did find that a few pupils had made considerable progress in reading after following Haüy's methods, but that printing had had to be abandoned for lack of + typecast. + Basket-making and straw plaiting for chair bottoms were taught at the institute; the girls learned how to make hairnets and to knit. + Dolst considered that the teaching of handicrafts had achieved good results. +

    +

    + As for the teaching of music, however, Dolst was not satisfied. + The children had learnt only three French and two Italian songs. + The Baron did not find this lack of progress so remarkable, since the songs were all in foreign languages. + He therefore suggested that the immigrant Louet should be replaced by a Russian music teacher who would be assisted by a blind person by the name of + Shiline. +

    +

    + After the inspection, Haüy asked Dolst if he might hand in his resignation and leave the institute together with Fournier and Louet. + Dolst submitted Haüy's letter of resignation to the minister of education. + In it he asked to be relieved of his duties because of the serious conflict between himself and Bouchoueff. +

    +

    + According to Skrébitsky, neither Dolst's report nor Haüy's letter of resignation had any effect, and Haüy continued as head of the institute until 1817. + Bouchoueff, too, retained his post at the institute and shortly afterwards disbanded the girls' section (which consisted of three pupils). +

    +

    + Skrébitsky claims to have found notes by an anonymous writer in one of the archives. + These notes proved that the original intention was to admit two categories of pupils to the institute: the poor, who would learn reading, writing, typesetting, + music and handicrafts, and the well-to-do, who would learn writing, geography, poetry, etc. + Religion would be a compulsory subject for both social groups. +

    +

    + The author of the note was of the opinion that the Rosminazoffs' house, where the institute was located, was very suitable in spite of the fact that both Baron + Dolst and Haüy thought the contrary. + He was also very critical of Haüy, who he found had made improper use of his position by appropriating the best rooms for his own personal use. +

    +
    +

    + The children's dormitory was cold in winter and stiflingly hot in summer. + To make matters worse, they were obliged to pass through the bedroom to empty their chamber pots. + Music classes, study and a variety of activities were held in the general classroom while normal classes were going on. + At one table, pupils were taught reading or grammar, at another arithmetic. + The space for printing works was in one corner, while in the centre of the room, pupils played the piano or the violin. + The anonymous author added that Haüy's son or his pupil Fournier sometimes amused themselves by adding to the general noise by starting up the lathe in order to + disturb the Russian teachers at their work, and so that later they would be able to criticise their methods. +

    +

    + The unknown critic also took a very negative view of the teaching of handicrafts. + It had, for example, taken a whole year to teach a pupil to plait and the finished result was a mere half archine which would only fetch 10 kopeks. + He also noted that the printing press was used only to print brochures about Haüy's telegraph, with the result that the type was worn and could not be used for + its original purpose. + The author accused Fournier, who was in charge of these activities, of deliberately destroying the type. + The lathe was in equally bad shape, the music teaching deficient, etc. + The author ends by suggesting that the French teachers should be dismissed and replaced by Russians. +

    +

    + Haüy very much resented what he considered to be harassment which Skrébitsky believes Bouchoueff was responsible for. + In a letter dated 19th August 1808, Haüy asked Count Zawadowsky (the minister of education) to order Baron Dolst to continue his inspections and demanded that + examinations should be held in French in the presence of witnesses. + Haüy wanted to be able to refute any criticism which might be made of his work and had no desire to be at the mercy of the caprice of a single judge. + This letter was followed by another to Baron Dolst, in which Haüy asked to be allowed to participate in decisions concerning the final organisation of the + institute. + He yet again asked to be moved to more suitable premises and requested a list of poor blind children who might be admitted to the institute and another of + well-to-do children who might be potential pupils. +

    +

    + Bouchoueff died before Haüy left Russia. + According to Skrébitsky, there are no sources which might explain why Haüy stayed in Russia for as long as eleven years, in spite of all adversities. + An official document dated 6th May 1817 makes it clear that Haüy wished to leave the institute. + It is a letter is addressed to Prince Galitzin (who had replaced Zawadowsky as minister of education). + In it, Haüy asks to be removed from office or to be granted six months leave for himself and Fournier. + As Haüy was in a state of ill health by this time, Galitzin agreed to his dismissal, stating that he would thus be able to end his days in the bosom of his + family. + The French ambassador requested permission to take Haüy and Fournier back to France aboard a warship which was soon to leave. + The Tsar gave his approval to the application and on Haüy's departure decorated him with the Order of Saint Vladimir, fourth class. +

    +
    +
    +

    3.9.4 Haüy's last will and testament

    +

    + Before returning to France, Haüy wrote one more letter to the minister of education, Prince Galitzin, which Skrébitsky sees as Haüy's last will and + testament: +

    +
    +

    + "It is urgent +

    +

    + 1) that you appoint in my place Mr. + Protopopoff, an honest family man who has really made himself familiar with all aspects of our work. +

    +

    + (2) The ministry must provide him with a worthy collaborator who can assist him by behaving appropriately and who possesses the necessary talents for the + post. + I have already nominated young Vaganoff as a worthy successor to this post. +

    +
    +

    + (3) The minister, rather than the inspector, who does more harm than good, must appoint a person who will direct only the teaching of such handicrafts as may + prepare the blind pupils for a trade. (4) For Fournier's post, the ministry should appoint the three blind pupils Smourof, Vemblad and Stiaguine and have them divide his + honoraries into three equal parts. + I take advantage of this occasion to ask the minister to persist in encouraging these three blind pupils and the three sighted members of the staff to manage + the institute without external help. (5) The ministry must increase the number of pupils so that the institute Haüy founded can function successfully. + The number of blind pupils has been restricted to 15, which is too few. + This fact has constituted a major impediment to the institute's success, as we, for example, have had to allow our pupils to carry out a number of activities + for which, to be successful, at least 60 pupils would have been necessary." +

    +
    +

    + + 73 + . + +

    +
    +
    +

    3.9.5 The education of deaf pupils in St Petersburg

    +

    + At an early date, Haüy had become interested in the abbé l'épée's teaching of the deaf. + Skrébitsky (1884) says that in 1784, the abbé l'épée on one occasion himself entrusted Haüy with the teaching of a deaf person. + Skrébitsky's source was probably a footnote in Haüy's Essai sur l'Education des Aveugles. + In one chapter, Haüy writes that he wished to compare the teaching of the blind with that of the deaf. + This chapter, however, is mainly a panegyric dedicated to the abbé l'épée. + In passing, however, Haüy says that he can testify to the fact that it is much easier to teach the blind than the deaf. + In the footnote mentioned, Haüy states that he had had the opportunity of following the progress of a young deaf man who had been shipwrecked and washed ashore on + the coast of Normandy. + Haüy also promised that the partially deaf man would write his autobiography and that his blind pupils would print it. + That promise, to the best of my knowledge, was never kept. +

    +

    + In October 1807, a Russian lady approached Haüy and asked him to teach her deaf daughter. + According to Skrébitsky's sources, Haüy commented on this as follows: +

    +
    +

    + "She imagined that I would agree to teach her daughter, Eugénie, who had been tormented by deafness since her early years. + In vain I tried to dissuade her, on the pretext of my lack of practical experience of this difficult art, which often surpasses the capacity of even the very + well-prepared. + Eventually I had to give in and accept. + The very limited progress I made with her soon attracted attention and further pupils were sent to me." +

    +
    +

    + + 74 + +

    +

    + Haüy invited the public to observe his efforts in order to show the progress which could be made by means of methods of teaching the deaf which had developed in + France. + His work aroused great surprise and admiration, although there were also sceptics. + Skrébitsky quotes Haüy, who recounts an incident which occurred during one of his public classes: +

    +
    +

    + "One day, during one of my classes, when I had just finished praising the abbé l'épée and the abbé Sicard and was commenting on my admiration of the + intelligence usually shown by my deaf-dumb pupils, a member of the audience pointed out that these children, whom Nature had treated so unkindly, only repeated, in + parrot-fashion, what had been poured into their minds by their teachers. + The person in question was suggesting that it was useless to teach this type of pupil. + Considering all that has been achieved by the famous men who developed these teaching methods, this asseveration appeared to me a mockery of their talents and + I was filled with a desire to defend them to the utmost, if they should indeed require my help. +

    +
    +
    +
    +

    + M. l'abbé Sicard receives daily proof of the intelligence of the deaf-dumb when he gives them written exercises, when he makes them understand and when he + sets them questions on subjects such as physics and morale..." +

    +
    +

    + + 75 + . + +

    +

    + Haüy did not become deeply involved in the teaching of the deaf, but did manage to arouse the interest of the Dowager Tsarina who had experts brought from France. + Among them was a M. + Jouffret, who became the most prominent figure in the teaching of the deaf during its pioneering years. + However, writes Skrébitsky, after the initial period of interest, the teaching of the blind and the deaf was soon forgotten. +

    +
    +
    +
    +

    3.10 Haüy's telegraph

    +

    + During his years of teaching, Haüy continued to take an interest in ciphers and codes. + + He was, for example, very interested in the telegraph and its use in military intelligence + 76 + (this was before electricity was in general use). + + Haüy also probably saw the telegraph as a means of earning money. + The criticisms made against him by his opponents (section 3.9.3) are proof that telegraphic experimentation and the printing of brochures took place at the institute. + When Haüy first arrived in St Petersburg, he tried to interest the tsar in his telegraphic invention. + + In a letter dated 1st July 1807, he described his invention and enclosed a brochure entitled Mémoire historique abrévé sur les télégraphes en général et sur les + télégraphes de St Pétersbourg 1801 + 77 + . + +

    +

    + Haüy called his telegraph the "pasigraph". + It was based on a system of writing in which the symbols corresponded not to sounds but to concepts such as numbers or musical notes. + He explained that the system could be used during the day and at night by a simple addition to the machine. + The pasigraph was based on five elements of information: +

    +
    +

    + "1. + A stenographic and sound alphabet; +

    +

    + 2. + A numerical element +

    +

    + 3. + A word element. +

    +

    + 4. + A grammatical element and +

    +

    + 5. finally, a format. +

    +

    + These five elements of information, which together can be fitted onto a surface of about 4 archines in length and 1 archine in width, are sufficient to permit + simple and rapid communication of all forms of speech, regardless of the language used. + I ascribe to the secretaries and interpreters a knowledge of grammar and of the most important languages, for which the Russians show great skill. + This prior knowledge permits them, in just a few days, to learn my system, my five elements of information and their use" +

    +
    +

    + + 78 + . + +

    +

    + To support his idea, Haüy contracted a mechanic by the name of Winzelmeyer to construct a small model of the pasigraph. + He demonstrated his invention to the head of the Russian Academy of Science, Novossiltzeff. + When the Minister of the Navy, Tchitchagoff, appointed a commission in 1808 to express its opinion on the British and French telegraphic systems, Haüy was present. + He was given the opportunity to test his pasigraph between the fortress of Kronstad and a frigate anchored seven verst off the coast of St Petersburg. + + The experiment was successful as to speed and precision; however, it is not known what became of Haüy's telegraph + 79 + . + +

    +
    +
    +

    3.11 The final years

    +

    + After the defeat of Napoleon at Waterloo in 1814, the National Institute in Paris became once more an autonomous entity. + + The new director was Sebastien Guillé, a doctor of medicine, a fanatical royalist and an orthodox Roman Catholic + 80 + . + + He forbade Haüy to visit the school since he considered that he had betrayed the French monarchy during the Revolution. + + He was particularly critical of Haüy's attitude to religion + 81 + . + +

    +
    +

    + Not until 1821 was Valentin Haüy able to revisit his old school, which had then been extended to admit some 60 pupils. + During a ceremony held on 21st August 1821, Haüy was honoured for his pioneering work in the education of the blind. + One of the participants in that ceremony was the young Louis Braille, who had joined the institute in 1819. + Valentin Haüy died on 18th March 1822, at his brother's home in Paris. +

    +
    +
    + + diff --git a/src/test/resources/2020-1/C00000/EPUB/C00000-07-rearnotes.xhtml b/src/test/resources/2020-1/C00000/EPUB/C00000-07-rearnotes.xhtml index 361ab970..118281a3 100644 --- a/src/test/resources/2020-1/C00000/EPUB/C00000-07-rearnotes.xhtml +++ b/src/test/resources/2020-1/C00000/EPUB/C00000-07-rearnotes.xhtml @@ -1,23 +1,23 @@ - - - - - - Valentin Haüy - the father of the education for the blind - - - - - -
    -
    -

    Rearnotes

    -

    See[1].

    -
      -
    1. -

      REARNOTE

      -
    2. -
    -
    - - \ No newline at end of file + + + + + + Valentin Haüy - the father of the education for the blind + + + + + +
    +
    +

    Rearnotes

    +

    See[1].

    +
      +
    1. +

      REARNOTE

      +
    2. +
    +
    + + diff --git a/src/test/resources/2020-1/C00000/EPUB/C00000-08-chapter.xhtml b/src/test/resources/2020-1/C00000/EPUB/C00000-08-chapter.xhtml index af742fdb..1c12d2b4 100644 --- a/src/test/resources/2020-1/C00000/EPUB/C00000-08-chapter.xhtml +++ b/src/test/resources/2020-1/C00000/EPUB/C00000-08-chapter.xhtml @@ -1,278 +1,278 @@ - - - - - - Valentin Haüy - the father of the education for the blind - - - - - -
    -

    4. The importance of Haüy in the education of the blind in Sweden and elsewhere extra long title extra long title extra long title extra long title

    -

    - - Blind individuals have probably been educated to some degree or other in a number of countries throughout the world for many centuries - 82 - . - - Organised education of the blind, however, did not exist before the end of the 18th century and the beginning of the 19th century. -

    -

    - D.G. - Pritchard (1965) demonstrated that organised education of the blind began in Britain in the 1780s, independent of Haüy, but that rumours of his work reached that country - after a few years. - Education of the blind in Britain, which was entirely private, initially only aimed at teaching the pupils some sort of handicraft while education proper can be said to - have commenced in 1800. -

    -

    - Education of the blind in the German-speaking world began, give or take a few years, at the period when Haüy initiated his activities. - In both cases John Locke and other Enlightenment philosophers exerted a powerful influence over the pioneers of education for the blind. - - Another pioneer in this field was Johan Wilhelm Klein, who in 1804 founded an institute for the blind in Vienna - 83 - . - - - From the first, Klein regarded his school as a public concern - 84 - and his real wish was to integrate blind children into ordinary classes. - - Klein's institute was from the outset financed by the State, while the institute which Haüy and Zeune founded in Berlin in 1806 also received State funds. -

    -

    - - The birth of Swedish education for the blind is usually considered to have occurred in 1807 - 85 - . - - At that time, the Keeper of Royal Records, Pär Aron Borg, received a visit from the 24- year old Charlotta Seijerling, who had become blind at the age of four and later - boarded with the Borg family where she was taught music, writing, arithmetic, German, French, etc. - - In Berättelse om den i Maj månad 1808 med en blind Elev hållne första Examen (The story of the first exam taken by a blind pupil in May 1808), Pär Aron Borg describes - the public examination of Charlotta Seijerling, who was able to demonstrate her skill in reading, singing, playing the piano and the harp and also in "a number of handicrafts, - which she had been taught such as spinning, knitting and needlework; and she had, particularly in the latter crafts, acquired such skill that she was able to show a sweater which - she had made for herself". - 86 - . - - This examination was held prior to the funding of the institute. - Borg points out that he had only been able to teach her in his "spare moments" and that Seijerling would probably have achieved much better results if she had been able - to dedicate more time to her education. -

    -

    - After this public examination, Borg asked the king, King Gustav IV Adolf, to contribute financially to extending the institute's activities so that greater numbers of - blind persons could be taught. - In his letter to the king, he also requested permission to teach the deaf. - - Borg's petition met with approval and he was granted an annual personal allowance of 450 riksdaler banco - 87 - . - - Johansson is of the opinion that this decision led to the establishment in Sweden of an institute for the blind, the deaf and the mentally infirm. -

    -
    -

    - The allowance continued to be paid after the events of March 1809, when Gustav IV Adolf was forced to abdicate in favour of his uncle (Carl XIII). -

    -

    - - In his application to the monarch for funds, Borg also committed himself to holding annual public examinations of the institute's pupils, as demanded by the new - régime, which at the same time had increased the institute's funding - 88 - . - -

    -

    - During the Autumn and Winter of 1808 to 1809, Borg initiated teaching activities on a larger scale, by accepting six deaf pupils and one blind pupil. - - Borg claimed that he was familiar with the educational methods in vogue in other countries in Europe, but that he preferred to follow his own ideas - 89 - . - - With regard to the deaf, however, he allowed himself to be oriented by l'épée in his use of sign language and the finger alphabet. - Handicrafts formed an important part of his teaching methods, as they had for Haüy. -

    -

    - Johansson (1974) believes that it is difficult to form an idea of how the handicapped pupils were taught during the institute's early years on the basis of the material - which has survived. - - Because of the shortage of blind pupils, the institute eventually accepted only deaf children - 90 - . - - Pär Aron Borg left the institute in 1818, after a series of conflicts, to found a private institute for the deaf in Manhem. -

    -

    - Serious debate on organised education for the blind and deaf did not develop until the introduction of the Elementary Schools Law in 1842. - - During the parliamentary session of 1844 to 1845, education for the disabled was discussed, and in the course of that debate it was in fact suggested that this type - of education should be integrated into the general elementary school system - 91 - . - - The decision to create a separate school for the blind was taken in the Riddarhus (House of the Nobility) by Nils af Zellén, head of department at the Ministry of - Education and Ecclesiastic Affairs. - In this debate, Zellén particularly emphasised the element of self-sufficiency and referred to the fact that most civilised countries in Europe had developed a system of - education which helped the blind to become self-supporting. -

    -

    - - Ossian Edmund Borg, the son of Pär Aron Borg, had become director of the General Institute for the Deaf at Manilla and was sent on a tour of Denmark, Germany, Belgium - and France for the purpose of studying the progress of the education for the blind in these countries - 92 - . - - In 1846, the Riksdag (Swedish parliament) decided that a new department for the blind should be established at Manilla. - This regulation of education for the deaf and blind was a symptom, in Förhammars opinion, of the socializing ideas which had inspired the Elementary School Law of 1842. - The blind were offered 13 free places (one from each diocese) at the Manilla institute. - The curriculum was to include reading, writing, Luther's catechism and handicrafts. - Musical skills would also be taught. - - The children would attend the institute from 12 to 18 years of age - 93 - . - - Prior to that, they would be admitted to the school in the locality in which they officially resided. -

    -

    - In Denmark, the situation was somewhat different. - - The Kjaeden Order had been founded towards the end of the 18th century; one of its activities was helping the blind - 94 - . - - Originally the Order ran an asylum which admitted a certain number of blind persons who were taught handicrafts. - This idea originated in France, where the Philanthropic Society carried out similar activities. -

    -

    - Word of the school for the blind in Paris reached Copenhagen, and in 1803, a young doctor by the name of P.A. - Castberg was commissioned by the Danish government (Cancelliet) to travel to Paris to study in the first place the education of the blind but also to "investigate the - organisation of the institutes for the blind which exist in Paris, where the blind, each according to his capacity, are educated to become useful citizens since they are taught - different skills in the production of a variety of articles." -

    -
    -

    - Castberg spent the winter of 1804 to 1805 in Paris but there is no written testimony of his having informed the Institute for Blind Youth in Copenhagen of what he had - observed. - This is probably because the institute was not efficiently organised at that time. - - A letter from Castberg, however, contains an interesting piece of information; he mentions that during his stay in Paris he tried to buy Haüy's book but that only - second-hand copies were to be had - 95 - . - - He bought three copies, one of which he kept for himself. - One of the other copies eventually arrived in Dresden, where it was translated into German. -

    -

    - - A pamphlet entitled Journal udgiven til Fordel for Blinde was published in 1811 in Copenhagen in which an article on Haüy, written by Daniel Fürst, a merchant, - appeared - 96 - . - - Fürst writes that he spent six months in 1805 in daily contact with Haüy and that he had learned how to teach the blind from him. - It is not known whether Castberg and Fürst knew each other or whether they had met in Paris. - Castberg eventually became a leading figure in education for the deaf in Denmark and in 1818 was appointed head of the Manilla Institute in Stockholm. -

    -

    - Johansen states that in 1810 the Kjaeden Order was interested in expanding its activities and that one of its members, Brother C.F. - Brorson, suggested the creation of a school for blind children. - Frederick VI supported the project and personally contributed funds towards it. - He himself inaugurated the institute and named it "The Royal Institute for the Blind". - Johansen could find no evidence to indicate that Fürst was a member of the Kjaeden Order, although he did find proof that he had approached Brorson after the creation of - the institute for the blind and offered to teach there without compensation. - The institute's curriculum included reading and writing and Fürst is said to have taught those subjects. - Johansen, however, believes that education at the institute could not have been very successful, as Brorson was a decided opponent of the purchase of a printing press for - the production of raised print books. - The Danish Museum for the Blind, in spite of this opposition to the printing press, contains both a typographic case produced by Haüy and a copy of his famous essay. - Were they perhaps Fürst's? - Is the book one of the three copies Castberg bought in Paris? - These questions remain unanswered. - In the 1850s, management of the institute was taken over by the State. - Nationalisation was preceded by a commission headed by Professor N.G. - Melchior who had visited the institute in Paris in 1852 and seen for himself that blind pupils could learn to read with the help of raised print books. - - He later stated in his report that the Danish institute had not kept up with developments in this field - 97 - . - - As a result of Melchior's report, the commission suggested that the institute should employ special teachers to teach the blind pupils to read and write. - They should learn not only to write in ink in order to be able to communicate with the sighted, but also the Braille system so that they could communicate with one - another. - It was further suggested in the report that in their own interest blind children should be taught in their local school during their early years. - They would then be admitted to the Institute for the Blind at the age of eleven. -

    -

    - Melchior later travelled to England to acquire suitable writing aids for the blind pupils. -

    -
    - -
    -
    - image -
    -
    -
    - image -
    -
    -
    - image -
    -
    -
    -

    - In 1855, Haüy's Essai sur l'Education des Aveugles was translated into Danish by a young blind man by the name of Hans S/ondring. - The Danish translation was called Om de Blinde (About the Blind). - The National Institute for the Blind was inaugurated in 1856; the Kjaeden Order's final contribution to the education of blind children was to assume the costs of the new - school building. - The Order is still in existence and funds research into the history of the blind. - From all this, it is obvious that Haüy's methods did not reach Denmark until the middle of the 19th century, in spite of Fürst's activities. -

    -
    -

    - `alpha` -

    -

    - `10 " cm"^2` -

    -

    - `0.5 * 100 * 1500 - 65000 = 10000` -

    -

    - `"Lutningen" = "höjden av ett trappsteg"/"bredden av ett trappsteg" = 3/5 = 0.6` -

    -

    - `p^2 > 5q` -

    -

    - `p^2 < 5q` -

    -

    - `3x - 2 >= 20` -

    -

    - `0 < x <= 10` -

    -

    - `(4x^3)/(3x)` -

    -

    - `(5a)/5=125/5` -

    -

    - `(n - 2)^2 = "---" - 5n + "---"` -

    -

    - `sqrt 43` -

    -

    - `sqrt (43 * 4)` -

    -
    -
    - - \ No newline at end of file + + + + + + Valentin Haüy - the father of the education for the blind + + + + + +
    +

    4. The importance of Haüy in the education of the blind in Sweden and elsewhere extra long title extra long title extra long title extra long title

    +

    + + Blind individuals have probably been educated to some degree or other in a number of countries throughout the world for many centuries + 82 + . + + Organised education of the blind, however, did not exist before the end of the 18th century and the beginning of the 19th century. +

    +

    + D.G. + Pritchard (1965) demonstrated that organised education of the blind began in Britain in the 1780s, independent of Haüy, but that rumours of his work reached that country + after a few years. + Education of the blind in Britain, which was entirely private, initially only aimed at teaching the pupils some sort of handicraft while education proper can be said to + have commenced in 1800. +

    +

    + Education of the blind in the German-speaking world began, give or take a few years, at the period when Haüy initiated his activities. + In both cases John Locke and other Enlightenment philosophers exerted a powerful influence over the pioneers of education for the blind. + + Another pioneer in this field was Johan Wilhelm Klein, who in 1804 founded an institute for the blind in Vienna + 83 + . + + + From the first, Klein regarded his school as a public concern + 84 + and his real wish was to integrate blind children into ordinary classes. + + Klein's institute was from the outset financed by the State, while the institute which Haüy and Zeune founded in Berlin in 1806 also received State funds. +

    +

    + + The birth of Swedish education for the blind is usually considered to have occurred in 1807 + 85 + . + + At that time, the Keeper of Royal Records, Pär Aron Borg, received a visit from the 24- year old Charlotta Seijerling, who had become blind at the age of four and later + boarded with the Borg family where she was taught music, writing, arithmetic, German, French, etc. + + In Berättelse om den i Maj månad 1808 med en blind Elev hållne första Examen (The story of the first exam taken by a blind pupil in May 1808), Pär Aron Borg describes + the public examination of Charlotta Seijerling, who was able to demonstrate her skill in reading, singing, playing the piano and the harp and also in "a number of handicrafts, + which she had been taught such as spinning, knitting and needlework; and she had, particularly in the latter crafts, acquired such skill that she was able to show a sweater which + she had made for herself". + 86 + . + + This examination was held prior to the funding of the institute. + Borg points out that he had only been able to teach her in his "spare moments" and that Seijerling would probably have achieved much better results if she had been able + to dedicate more time to her education. +

    +

    + After this public examination, Borg asked the king, King Gustav IV Adolf, to contribute financially to extending the institute's activities so that greater numbers of + blind persons could be taught. + In his letter to the king, he also requested permission to teach the deaf. + + Borg's petition met with approval and he was granted an annual personal allowance of 450 riksdaler banco + 87 + . + + Johansson is of the opinion that this decision led to the establishment in Sweden of an institute for the blind, the deaf and the mentally infirm. +

    +
    +

    + The allowance continued to be paid after the events of March 1809, when Gustav IV Adolf was forced to abdicate in favour of his uncle (Carl XIII). +

    +

    + + In his application to the monarch for funds, Borg also committed himself to holding annual public examinations of the institute's pupils, as demanded by the new + régime, which at the same time had increased the institute's funding + 88 + . + +

    +

    + During the Autumn and Winter of 1808 to 1809, Borg initiated teaching activities on a larger scale, by accepting six deaf pupils and one blind pupil. + + Borg claimed that he was familiar with the educational methods in vogue in other countries in Europe, but that he preferred to follow his own ideas + 89 + . + + With regard to the deaf, however, he allowed himself to be oriented by l'épée in his use of sign language and the finger alphabet. + Handicrafts formed an important part of his teaching methods, as they had for Haüy. +

    +

    + Johansson (1974) believes that it is difficult to form an idea of how the handicapped pupils were taught during the institute's early years on the basis of the material + which has survived. + + Because of the shortage of blind pupils, the institute eventually accepted only deaf children + 90 + . + + Pär Aron Borg left the institute in 1818, after a series of conflicts, to found a private institute for the deaf in Manhem. +

    +

    + Serious debate on organised education for the blind and deaf did not develop until the introduction of the Elementary Schools Law in 1842. + + During the parliamentary session of 1844 to 1845, education for the disabled was discussed, and in the course of that debate it was in fact suggested that this type + of education should be integrated into the general elementary school system + 91 + . + + The decision to create a separate school for the blind was taken in the Riddarhus (House of the Nobility) by Nils af Zellén, head of department at the Ministry of + Education and Ecclesiastic Affairs. + In this debate, Zellén particularly emphasised the element of self-sufficiency and referred to the fact that most civilised countries in Europe had developed a system of + education which helped the blind to become self-supporting. +

    +

    + + Ossian Edmund Borg, the son of Pär Aron Borg, had become director of the General Institute for the Deaf at Manilla and was sent on a tour of Denmark, Germany, Belgium + and France for the purpose of studying the progress of the education for the blind in these countries + 92 + . + + In 1846, the Riksdag (Swedish parliament) decided that a new department for the blind should be established at Manilla. + This regulation of education for the deaf and blind was a symptom, in Förhammars opinion, of the socializing ideas which had inspired the Elementary School Law of 1842. + The blind were offered 13 free places (one from each diocese) at the Manilla institute. + The curriculum was to include reading, writing, Luther's catechism and handicrafts. + Musical skills would also be taught. + + The children would attend the institute from 12 to 18 years of age + 93 + . + + Prior to that, they would be admitted to the school in the locality in which they officially resided. +

    +

    + In Denmark, the situation was somewhat different. + + The Kjaeden Order had been founded towards the end of the 18th century; one of its activities was helping the blind + 94 + . + + Originally the Order ran an asylum which admitted a certain number of blind persons who were taught handicrafts. + This idea originated in France, where the Philanthropic Society carried out similar activities. +

    +

    + Word of the school for the blind in Paris reached Copenhagen, and in 1803, a young doctor by the name of P.A. + Castberg was commissioned by the Danish government (Cancelliet) to travel to Paris to study in the first place the education of the blind but also to "investigate the + organisation of the institutes for the blind which exist in Paris, where the blind, each according to his capacity, are educated to become useful citizens since they are taught + different skills in the production of a variety of articles." +

    +
    +

    + Castberg spent the winter of 1804 to 1805 in Paris but there is no written testimony of his having informed the Institute for Blind Youth in Copenhagen of what he had + observed. + This is probably because the institute was not efficiently organised at that time. + + A letter from Castberg, however, contains an interesting piece of information; he mentions that during his stay in Paris he tried to buy Haüy's book but that only + second-hand copies were to be had + 95 + . + + He bought three copies, one of which he kept for himself. + One of the other copies eventually arrived in Dresden, where it was translated into German. +

    +

    + + A pamphlet entitled Journal udgiven til Fordel for Blinde was published in 1811 in Copenhagen in which an article on Haüy, written by Daniel Fürst, a merchant, + appeared + 96 + . + + Fürst writes that he spent six months in 1805 in daily contact with Haüy and that he had learned how to teach the blind from him. + It is not known whether Castberg and Fürst knew each other or whether they had met in Paris. + Castberg eventually became a leading figure in education for the deaf in Denmark and in 1818 was appointed head of the Manilla Institute in Stockholm. +

    +

    + Johansen states that in 1810 the Kjaeden Order was interested in expanding its activities and that one of its members, Brother C.F. + Brorson, suggested the creation of a school for blind children. + Frederick VI supported the project and personally contributed funds towards it. + He himself inaugurated the institute and named it "The Royal Institute for the Blind". + Johansen could find no evidence to indicate that Fürst was a member of the Kjaeden Order, although he did find proof that he had approached Brorson after the creation of + the institute for the blind and offered to teach there without compensation. + The institute's curriculum included reading and writing and Fürst is said to have taught those subjects. + Johansen, however, believes that education at the institute could not have been very successful, as Brorson was a decided opponent of the purchase of a printing press for + the production of raised print books. + The Danish Museum for the Blind, in spite of this opposition to the printing press, contains both a typographic case produced by Haüy and a copy of his famous essay. + Were they perhaps Fürst's? + Is the book one of the three copies Castberg bought in Paris? + These questions remain unanswered. + In the 1850s, management of the institute was taken over by the State. + Nationalisation was preceded by a commission headed by Professor N.G. + Melchior who had visited the institute in Paris in 1852 and seen for himself that blind pupils could learn to read with the help of raised print books. + + He later stated in his report that the Danish institute had not kept up with developments in this field + 97 + . + + As a result of Melchior's report, the commission suggested that the institute should employ special teachers to teach the blind pupils to read and write. + They should learn not only to write in ink in order to be able to communicate with the sighted, but also the Braille system so that they could communicate with one + another. + It was further suggested in the report that in their own interest blind children should be taught in their local school during their early years. + They would then be admitted to the Institute for the Blind at the age of eleven. +

    +

    + Melchior later travelled to England to acquire suitable writing aids for the blind pupils. +

    +
    + +
    +
    + image +
    +
    +
    + image +
    +
    +
    + image +
    +
    +
    +

    + In 1855, Haüy's Essai sur l'Education des Aveugles was translated into Danish by a young blind man by the name of Hans S/ondring. + The Danish translation was called Om de Blinde (About the Blind). + The National Institute for the Blind was inaugurated in 1856; the Kjaeden Order's final contribution to the education of blind children was to assume the costs of the new + school building. + The Order is still in existence and funds research into the history of the blind. + From all this, it is obvious that Haüy's methods did not reach Denmark until the middle of the 19th century, in spite of Fürst's activities. +

    +
    +

    + `alpha` +

    +

    + `10 " cm"^2` +

    +

    + `0.5 * 100 * 1500 - 65000 = 10000` +

    +

    + `"Lutningen" = "höjden av ett trappsteg"/"bredden av ett trappsteg" = 3/5 = 0.6` +

    +

    + `p^2 > 5q` +

    +

    + `p^2 < 5q` +

    +

    + `3x - 2 >= 20` +

    +

    + `0 < x <= 10` +

    +

    + `(4x^3)/(3x)` +

    +

    + `(5a)/5=125/5` +

    +

    + `(n - 2)^2 = "---" - 5n + "---"` +

    +

    + `sqrt 43` +

    +

    + `sqrt (43 * 4)` +

    +
    +
    + + diff --git a/src/test/resources/2020-1/C00000/EPUB/C00000-09-part.xhtml b/src/test/resources/2020-1/C00000/EPUB/C00000-09-part.xhtml index fafff4bf..79a12137 100644 --- a/src/test/resources/2020-1/C00000/EPUB/C00000-09-part.xhtml +++ b/src/test/resources/2020-1/C00000/EPUB/C00000-09-part.xhtml @@ -1,27 +1,27 @@ - - - - - - Valentin Haüy - the father of the education for the blind - - - - - -
    -

    Poem test

    -
    -

    Poem headline

    -
    -

    ...verse line...

    -

    ...verse line...

    -
    -
    -

    ...verse line...

    -

    ...verse line...

    -
    -
    -
    - - \ No newline at end of file + + + + + + Valentin Haüy - the father of the education for the blind + + + + + +
    +

    Poem test

    +
    +

    Poem headline

    +
    +

    ...verse line...

    +

    ...verse line...

    +
    +
    +

    ...verse line...

    +

    ...verse line...

    +
    +
    +
    + + diff --git a/src/test/resources/2020-1/C00000/EPUB/C00000-10-chapter.xhtml b/src/test/resources/2020-1/C00000/EPUB/C00000-10-chapter.xhtml index 505e0ac4..50caa83d 100644 --- a/src/test/resources/2020-1/C00000/EPUB/C00000-10-chapter.xhtml +++ b/src/test/resources/2020-1/C00000/EPUB/C00000-10-chapter.xhtml @@ -1,17 +1,17 @@ - - - - - - Valentin Haüy - the father of the education for the blind - - - - - -
    -

    Chapter in poem part

    -

    Should be a separate file in EPUB.

    -
    - - \ No newline at end of file + + + + + + Valentin Haüy - the father of the education for the blind + + + + + +
    +

    Chapter in poem part

    +

    Should be a separate file in EPUB.

    +
    + + diff --git a/src/test/resources/2020-1/C00000/EPUB/C00000-11-conclusion.xhtml b/src/test/resources/2020-1/C00000/EPUB/C00000-11-conclusion.xhtml index d590a8a0..8418fa5c 100644 --- a/src/test/resources/2020-1/C00000/EPUB/C00000-11-conclusion.xhtml +++ b/src/test/resources/2020-1/C00000/EPUB/C00000-11-conclusion.xhtml @@ -1,170 +1,170 @@ - - - - - - Valentin Haüy - the father of the education for the blind - - - - - -
    -

    5. Discussion and conclusions

    -

    - In Chapter 1, I posed a number of questions. - Have I answered them successfully? -

    -

    - By contrasting information from different sources, I have managed to compile a biography of Valentin Haüy. - During my studies, further questions emerged: -

    -

    - - What factors can be said to have determined Haüy's abandoning his work as a translator and interpreter in order to dedicate his efforts to the education of the - blind? -

    -

    - My answer is: There were probably several factors involved. - We can assume that the first proof Haüy had that the disabled were educable was when he witnessed deaf pupils from the abbé l'épée's institute performing in public. - As he himself said, his encounter with the blind musicians at the St Ovid market was of decisive importance to his commitment to the blind. - That incident may in fact be seen as an epiphany (moment of revelation), a turning-point in Haüy's life. - Another such critical incident was his meeting with Lésueur. - Denzin (1989) in Engström (1995), describes epiphanies as "interactional moments and experiences which leave marks on people's lives". -

    -

    - - What is the characteristic feature of Haüy's life? -

    -

    - If I dared to classify Haüy's life at all, I would say that in many ways it was dramatic. - Initially, Haüy appears to have been a monarchist, but at the same time he belonged to the Age of Enlightenment. - Louis XVI was his benefactor, and in fact Haüy's pedagogic work, Essai sur l'education des aveugles, is dedicated to him. - Later, Haüy became an active revolutionary. - But is this so remarkable? - - He moved in precisely those circles - mainly composed of academics and public officials - from which the French Revolution sprang - 98 - . - -

    -

    - Haüy's behaviour to Sicard was certainly not particularly friendly, but on the other hand, Sicard had his revenge when he denounced Haüy to the police. - In any case, it would seem that Haüy's activities during the French Revolution did not perturb Alexander I or Louis XVIII to any great degree. -

    -

    - Haüy was also a utilitarian (a term coined by Jeremy Bentham). - He believed wholeheartedly that the blind should taught to be self-sufficient. - This utilitarian view characterised teaching of the blind for a long time and is still the basis of education for the blind in theUSA, Canada and several Asian countries where the aim of the education for the blind is that they should - eventually be able to fend for themselves in life. - - Haüy does not stand alone amongst his contemporaries in taking this utilitarian view of education for the visually impaired: it was characteristic of all teaching - during the period of the French Revolution - 99 - . - -

    -

    - - Can we rightly call Haüy the father of education for the blind? -

    -

    - I have shown that experimentation in education for visually impaired pupils originated in several countries; there are thus several persons, contemporaries of Haüy, who - might well be called pioneers of education for the blind. -

    -
    -

    - Pritchard (1963), however, emphasises that Haüy was unique in that he created a system of organised education for the blind based on a carefully thought-out method. - The outstanding feature of Haüy's enterprise - which sets him apart from British pedagogues of the time - was the founding of a school in the true sense, which imparted - free education to all blind children, regardless of sex or social class. - A pupil did not have to be rich or highly intelligent to be admitted to his school. - All previous attempts at educating the visually handicapped had been limited to children of well-to-do families and a few "blind child prodigies". - Haüy was also a pioneer of integration and equal opportunities. - At the Paris institute, blind and sighted children were taught side by side. - Haüy was convinced that his blind pupils, in time, would be capable of teaching the sighted. - Furthermore, Haüy's methods involved co-education, which must be considered quite radical for the time. - Haüy was, too, a pioneer of education for young children; he was teaching small children at the Musée des Aveugles long before Fröbel founded his school at Kilham in - Germany in 1816. - The idea of integration crops up repeatedly in his Essai sur l'Education des Aveugles. - He insisted in postponing for as long as possible the use of special teaching aids for the blind in such subjects as arithmetic since he wished the blind and the sighted - to be taught together. -

    -

    - One of the most basic elements in the education of the blind is the teaching of reading and writing. - Today we describe visual impairment as "an information handicap". - Haüy's greatest claim to fame is that he genuinely attempted to solve this enormous obstacle to learning by producing raised print books. -

    -

    - Folke Johansen (1983) believes that Valentin Haüy's raised letters were very difficult to read, but that his printing method was a unique invention. - It remained in use until modern computer technology made it possible to produce tactile writing. - - Indeed, Haüy has sometimes been called "The Gutenberg of the Blind" - 100 - . - -

    -

    - - Haüy was not a pioneer of object lessons for blind children, although he did continue what others before him had begun - 101 - . - - He was more practical in his approach to the problems involved in educating blind children, producing useful material and equipment (such as his printing press) which he - exported to other institutes for the blind in Europe. -

    -

    - Chapter 4 demonstrates Haüy's indirect influence on education for the blind in Sweden and Denmark in the early 19th century. - Pär Aron Borg was unwilling to recognise that he had learned anything from other pedagogues, although we find ample evidence that he was in fact influenced by Haüy. - In Denmark, Brorson consciously opposed Haüy's ideas when he refused to introduce his methods of teaching the blind to read and write. - In the wider perspective, however, it is clearly the case that Haüy's teaching methods formed the basis of the organised education of the blind which developed in the - Nordic countries in the 1850s and 1860s. - A general interest in the education of blind children in Sweden and Denmark is not evident, however, before the introduction of elementary schooling. -

    -

    - Pierre Henri (1987) suggests that Haüy's teaching methods were in many aspects rather naïve and indicated serious deficiencies in his knowledge of the blind. - Henri underlines the fact that Haüy's successor and critic, Guillé, in his Essai sur l'instruction des aveugles, ou exposé analytique des procédés employés pour les - instruire (1819) developed a much more sophisticated theoretical approach to the education of the blind. - - While he was director of the institute, however, Guillé did not increase the number of textbooks or teaching aids for use in object lessons - 102 - . - -

    -
    -

    - Then we come to the question: Did Haüy in fact found an institute for the blind in St Petersburg? -

    -

    - It is clear that during his stay in Russia Haüy did found a school for the blind in St Petersburg in spite of considerable difficulties, one of which was the fact that - he had no knowledge of the Russian language. - I ask myself how a man who was said to possess a gift for languages and who was fluent, it was also said, in ten or so modern languages, could have travelled to Russia - without knowing any Russian, although it is possible that he learned the language during the period which Skrébitsky was unable to document (1811-1817). - It is highly probable that Haüy's difficulties in Russia were in fact caused by his lack of knowledge of Russian and by the fact that he was not familiar with the - religion or culture of that country. - One illustration of his lack of knowledge of Russian society is that he tried to teach blind students to play the organ while in St Petersburg, in his ignorance of the - fact that organ music does not form part of the Greek Orthodox Church's rites. - Skrébitsky (1884) also believes that Haüy was completely taken in by the public officials at the ministry and became a victim of Russian bureaucracy. -

    -

    - Skrébitsky proves that Haüy brought his wife and son to Russia although he never requested any extra travel allowance for them. - Madame Haüy remains a mystery and it is impossible to judge her contribution as a teacher. - - All we know is that she taught at both the Musée des Aveugles - 103 - and the institute in St Petersburg. - -

    -

    - Finally, I am convinced that this brief outline of the life of Valentin Haüy demonstrates beyond doubt his importance in the history of education of the blind and that - he is truly worthy to be called "the father of education for the blind". -

    -

    - The Riksdag (Swedish parliament) and the government's policy concerning handicapped children towards the end of the 1970s and early 1980s stated, amongst other things, - that the latter should be integrated into the general educational system. - Underlying this policy is a belief in equality and fraternity, two of the fundamental values of the Enlightenment. - The Swedish government recently presented the draft of a proposed law (pro. 1999/2000:79) to the Riksdag: Från patient till medborgare - en nationell handlingsplan för - handikappolitiken (From patient to citizen - a national policy for the handicapped). - This was a consequence of Sweden's adoption of theUNstandard - legislation on the right of the handicapped to participation and equality and other amendments to the Declaration of Human Rights. - Haüy's ideas on integration and participation in society were thus strikingly modern. -

    -
    - - \ No newline at end of file + + + + + + Valentin Haüy - the father of the education for the blind + + + + + +
    +

    5. Discussion and conclusions

    +

    + In Chapter 1, I posed a number of questions. + Have I answered them successfully? +

    +

    + By contrasting information from different sources, I have managed to compile a biography of Valentin Haüy. + During my studies, further questions emerged: +

    +

    + - What factors can be said to have determined Haüy's abandoning his work as a translator and interpreter in order to dedicate his efforts to the education of the + blind? +

    +

    + My answer is: There were probably several factors involved. + We can assume that the first proof Haüy had that the disabled were educable was when he witnessed deaf pupils from the abbé l'épée's institute performing in public. + As he himself said, his encounter with the blind musicians at the St Ovid market was of decisive importance to his commitment to the blind. + That incident may in fact be seen as an epiphany (moment of revelation), a turning-point in Haüy's life. + Another such critical incident was his meeting with Lésueur. + Denzin (1989) in Engström (1995), describes epiphanies as "interactional moments and experiences which leave marks on people's lives". +

    +

    + - What is the characteristic feature of Haüy's life? +

    +

    + If I dared to classify Haüy's life at all, I would say that in many ways it was dramatic. + Initially, Haüy appears to have been a monarchist, but at the same time he belonged to the Age of Enlightenment. + Louis XVI was his benefactor, and in fact Haüy's pedagogic work, Essai sur l'education des aveugles, is dedicated to him. + Later, Haüy became an active revolutionary. + But is this so remarkable? + + He moved in precisely those circles - mainly composed of academics and public officials - from which the French Revolution sprang + 98 + . + +

    +

    + Haüy's behaviour to Sicard was certainly not particularly friendly, but on the other hand, Sicard had his revenge when he denounced Haüy to the police. + In any case, it would seem that Haüy's activities during the French Revolution did not perturb Alexander I or Louis XVIII to any great degree. +

    +

    + Haüy was also a utilitarian (a term coined by Jeremy Bentham). + He believed wholeheartedly that the blind should taught to be self-sufficient. + This utilitarian view characterised teaching of the blind for a long time and is still the basis of education for the blind in theUSA, Canada and several Asian countries where the aim of the education for the blind is that they should + eventually be able to fend for themselves in life. + + Haüy does not stand alone amongst his contemporaries in taking this utilitarian view of education for the visually impaired: it was characteristic of all teaching + during the period of the French Revolution + 99 + . + +

    +

    + - Can we rightly call Haüy the father of education for the blind? +

    +

    + I have shown that experimentation in education for visually impaired pupils originated in several countries; there are thus several persons, contemporaries of Haüy, who + might well be called pioneers of education for the blind. +

    +
    +

    + Pritchard (1963), however, emphasises that Haüy was unique in that he created a system of organised education for the blind based on a carefully thought-out method. + The outstanding feature of Haüy's enterprise - which sets him apart from British pedagogues of the time - was the founding of a school in the true sense, which imparted + free education to all blind children, regardless of sex or social class. + A pupil did not have to be rich or highly intelligent to be admitted to his school. + All previous attempts at educating the visually handicapped had been limited to children of well-to-do families and a few "blind child prodigies". + Haüy was also a pioneer of integration and equal opportunities. + At the Paris institute, blind and sighted children were taught side by side. + Haüy was convinced that his blind pupils, in time, would be capable of teaching the sighted. + Furthermore, Haüy's methods involved co-education, which must be considered quite radical for the time. + Haüy was, too, a pioneer of education for young children; he was teaching small children at the Musée des Aveugles long before Fröbel founded his school at Kilham in + Germany in 1816. + The idea of integration crops up repeatedly in his Essai sur l'Education des Aveugles. + He insisted in postponing for as long as possible the use of special teaching aids for the blind in such subjects as arithmetic since he wished the blind and the sighted + to be taught together. +

    +

    + One of the most basic elements in the education of the blind is the teaching of reading and writing. + Today we describe visual impairment as "an information handicap". + Haüy's greatest claim to fame is that he genuinely attempted to solve this enormous obstacle to learning by producing raised print books. +

    +

    + Folke Johansen (1983) believes that Valentin Haüy's raised letters were very difficult to read, but that his printing method was a unique invention. + It remained in use until modern computer technology made it possible to produce tactile writing. + + Indeed, Haüy has sometimes been called "The Gutenberg of the Blind" + 100 + . + +

    +

    + + Haüy was not a pioneer of object lessons for blind children, although he did continue what others before him had begun + 101 + . + + He was more practical in his approach to the problems involved in educating blind children, producing useful material and equipment (such as his printing press) which he + exported to other institutes for the blind in Europe. +

    +

    + Chapter 4 demonstrates Haüy's indirect influence on education for the blind in Sweden and Denmark in the early 19th century. + Pär Aron Borg was unwilling to recognise that he had learned anything from other pedagogues, although we find ample evidence that he was in fact influenced by Haüy. + In Denmark, Brorson consciously opposed Haüy's ideas when he refused to introduce his methods of teaching the blind to read and write. + In the wider perspective, however, it is clearly the case that Haüy's teaching methods formed the basis of the organised education of the blind which developed in the + Nordic countries in the 1850s and 1860s. + A general interest in the education of blind children in Sweden and Denmark is not evident, however, before the introduction of elementary schooling. +

    +

    + Pierre Henri (1987) suggests that Haüy's teaching methods were in many aspects rather naïve and indicated serious deficiencies in his knowledge of the blind. + Henri underlines the fact that Haüy's successor and critic, Guillé, in his Essai sur l'instruction des aveugles, ou exposé analytique des procédés employés pour les + instruire (1819) developed a much more sophisticated theoretical approach to the education of the blind. + + While he was director of the institute, however, Guillé did not increase the number of textbooks or teaching aids for use in object lessons + 102 + . + +

    +
    +

    + Then we come to the question: Did Haüy in fact found an institute for the blind in St Petersburg? +

    +

    + It is clear that during his stay in Russia Haüy did found a school for the blind in St Petersburg in spite of considerable difficulties, one of which was the fact that + he had no knowledge of the Russian language. + I ask myself how a man who was said to possess a gift for languages and who was fluent, it was also said, in ten or so modern languages, could have travelled to Russia + without knowing any Russian, although it is possible that he learned the language during the period which Skrébitsky was unable to document (1811-1817). + It is highly probable that Haüy's difficulties in Russia were in fact caused by his lack of knowledge of Russian and by the fact that he was not familiar with the + religion or culture of that country. + One illustration of his lack of knowledge of Russian society is that he tried to teach blind students to play the organ while in St Petersburg, in his ignorance of the + fact that organ music does not form part of the Greek Orthodox Church's rites. + Skrébitsky (1884) also believes that Haüy was completely taken in by the public officials at the ministry and became a victim of Russian bureaucracy. +

    +

    + Skrébitsky proves that Haüy brought his wife and son to Russia although he never requested any extra travel allowance for them. + Madame Haüy remains a mystery and it is impossible to judge her contribution as a teacher. + + All we know is that she taught at both the Musée des Aveugles + 103 + and the institute in St Petersburg. + +

    +

    + Finally, I am convinced that this brief outline of the life of Valentin Haüy demonstrates beyond doubt his importance in the history of education of the blind and that + he is truly worthy to be called "the father of education for the blind". +

    +

    + The Riksdag (Swedish parliament) and the government's policy concerning handicapped children towards the end of the 1970s and early 1980s stated, amongst other things, + that the latter should be integrated into the general educational system. + Underlying this policy is a belief in equality and fraternity, two of the fundamental values of the Enlightenment. + The Swedish government recently presented the draft of a proposed law (pro. 1999/2000:79) to the Riksdag: Från patient till medborgare - en nationell handlingsplan för + handikappolitiken (From patient to citizen - a national policy for the handicapped). + This was a consequence of Sweden's adoption of theUNstandard + legislation on the right of the handicapped to participation and equality and other amendments to the Declaration of Human Rights. + Haüy's ideas on integration and participation in society were thus strikingly modern. +

    +
    + + diff --git a/src/test/resources/2020-1/C00000/EPUB/C00000-12-footnotes.xhtml b/src/test/resources/2020-1/C00000/EPUB/C00000-12-footnotes.xhtml index 3d82ad0a..b0db2802 100644 --- a/src/test/resources/2020-1/C00000/EPUB/C00000-12-footnotes.xhtml +++ b/src/test/resources/2020-1/C00000/EPUB/C00000-12-footnotes.xhtml @@ -1,547 +1,547 @@ - - - - - - Valentin Haüy - the father of the education for the blind - - - - - -
    -
    -

    Footnotes

    -
      -
    1. -

      - Sjöstrand 1972 -

      -
    2. -
    3. -

      - Engström 1995 -

      -
    4. -
    5. -

      - Sjöstrand 1972 -

      -
    6. -
    7. -

      - Skrébitsky 1884 -

      -
    8. -
    9. -

      - Didier-Weygand 2000 -

      -
    10. -
    11. -

      - Förhammar 1991 -

      -
    12. -
    13. -

      - Lowe 1995 -

      -
    14. -
    15. -

      - Lowe 1995 -

      -
    16. -
    17. -

      - Helldén 1994 -

      -
    18. -
    19. -

      - Helldén 1994, Didier-Weygand 2000 -

      -
    20. -
    21. -

      - Helldén 1994 -

      -
    22. -
    23. -

      - Didier-Weygand -

      -
    24. -
    25. -

      - Eriksson 1998, Helldén 1994 -

      -
    26. -
    27. -

      - Dufau 1852, Henri 1987, Sakula 1998, Weygand 1998 -

      -
    28. -
    29. -

      - Henri 1987 -

      -
    30. -
    31. -

      - Skrébitsky 1884; see below, section 3.9 -

      -
    32. -
    33. -

      - Weygand 1998 -

      -
    34. -
    35. -

      - Borg 1883, Dufau 1852, Didier-Weygand 2000 -

      -
    36. -
    37. -

      - Weygand, 1998 p. 8 -

      -
    38. -
    39. -

      - Jantsch 1955, Eriksson, 1998 -

      -
    40. -
    41. -

      - Jantsch 1955 -

      -
    42. -
    43. -

      - Eriksson 1998, Didier-Weygand 2000 -

      -
    44. -
    45. -

      - Weygand 1998 -

      -
    46. -
    47. -

      - cf. section 3.7 -

      -
    48. -
    49. -

      - Dufau 1844, Henri 1987 -

      -
    50. -
    51. -

      - Didier-Weygand 2000 -

      -
    52. -
    53. -

      - Kretschmer 1937 -

      -
    54. -
    55. -

      - Webster 1964 -

      -
    56. -
    57. -

      - Weygand 1998, Henri 1987 -

      -
    58. -
    59. -

      - Didier-Weygand -

      -
    60. -
    61. -

      - Weygand 1998 -

      -
    62. -
    63. -

      - Weygand 1998 -

      -
    64. -
    65. -

      - Didier-Weygand -

      -
    66. -
    67. -

      - Didier-Weygand -

      -
    68. -
    69. -

      - Weygand 1998 -

      -
    70. -
    71. -

      - see section 3.4 -

      -
    72. -
    73. -

      - cf. - Section 3.4 -

      -
    74. -
    75. -

      - Weygand 1998 -

      -
    76. -
    77. -

      - see above -

      -
    78. -
    79. -

      - Didier-Weygand -

      -
    80. -
    81. -

      - Haüy 1786 -

      -
    82. -
    83. -

      - Skrébitsky 1884 -

      -
    84. -
    85. -

      - Haüy 1786 -

      -
    86. -
    87. -

      - Didier-Weygand -

      -
    88. -
    89. -

      - Weygand 1998 -

      -
    90. -
    91. -

      - Förhammar 1991, Weygand 1998 -

      -
    92. -
    93. -

      - Weygand 1998 -

      -
    94. -
    95. -

      - Didier-Weygand, 2000 -

      -
    96. -
    97. -

      - Weygand 1998 -

      -
    98. -
    99. -

      - Weygand 1998 -

      -
    100. -
    101. -

      - Henri 1987, Didier-Weygand 2000 -

      -
    102. -
    103. -

      - Henri 1987, Weygand 1998, Didier-Weygand 2000 -

      -
    104. -
    105. -

      - Didier-Weygand -

      -
    106. -
    107. -

      - Weygand 1998 -

      -
    108. -
    109. -

      - Kretschmer 1937, Weygand 1998 -

      -
    110. -
    111. -

      - Didier-Weygand -

      -
    112. -
    113. -

      - Kretschmer 1937, Weygand 1998, Didier-Weygand 2000 -

      -
    114. -
    115. -

      - Skrébitsky 1884 -

      -
    116. -
    117. -

      - Skrébitsky 1884 -

      -
    118. -
    119. -

      - Troyat 1977, p. 324 f -

      -
    120. -
    121. -

      - Skrébitsky 1884 -

      -
    122. -
    123. -

      - Skrébitsky 1884, p. 11 -

      -
    124. -
    125. -

      - Sjöstrand, 1968 -

      -
    126. -
    127. -

      - Skrébitsky 1884, Rath 1991 -

      -
    128. -
    129. -

      - Rath 1991 -

      -
    130. -
    131. -

      - Skrébitsky 1884 -

      -
    132. -
    133. -

      - see section 3.11 below -

      -
    134. -
    135. -

      - Skrébitsky 1884, page 21 -

      -
    136. -
    137. -

      - Skrébitsky 1884, p. 23 -

      -
    138. -
    139. -

      - Skrébitsky 1884, p. 24 -

      -
    140. -
    141. -

      - Skrébitsky 1884 -

      -
    142. -
    143. -

      - Skrébitsky 1884, p. 28 -

      -
    144. -
    145. -

      - Skrébitsky 1884, p.42 -

      -
    146. -
    147. -

      - Skrébitsky, 1884, p. 44 -

      -
    148. -
    149. -

      - Skrébitsky 1884, p. 45 f -

      -
    150. -
    151. -

      - Skrébitsky 1884 -

      -
    152. -
    153. -

      - Skrébitsky 1884, p. 49 f -

      -
    154. -
    155. -

      - Skrébitsky 1884, p. 50 f -

      -
    156. -
    157. -

      - Skrébitsky 1884 -

      -
    158. -
    159. -

      - cf. - Section 3.7 -

      -
    160. -
    161. -

      - Henri 1987 -

      -
    162. -
    163. -

      - Johansson 1974, Kretschmer 1937, Pritchard 1963 -

      -
    164. -
    165. -

      - Eriksson 1998 -

      -
    166. -
    167. -

      - Förhammar 1991 -

      -
    168. -
    169. -

      - Förhammar 1991 -

      -
    170. -
    171. -

      - Borg 1883, p. 11 f -

      -
    172. -
    173. -

      - Borg 1883, Johansson 1974 -

      -
    174. -
    175. -

      - Johansson, 1974 -

      -
    176. -
    177. -

      - Förhammar 1991 -

      -
    178. -
    179. -

      - Johansson 1974 -

      -
    180. -
    181. -

      - Förhammar 1991 -

      -
    182. -
    183. -

      - Förhammar 1991 -

      -
    184. -
    185. -

      - Förhammar 1991 -

      -
    186. -
    187. -

      - Förhammar 1991, Johansen 1983 -

      -
    188. -
    189. -

      - Johansen, 1983 -

      -
    190. -
    191. -

      - Johansen 1983 -

      -
    192. -
    193. -

      - Johansen 1983 -

      -
    194. -
    195. -

      - Didier-Weygand 2000, Nationalencyklopedin volume 6, 1996 -

      -
    196. -
    197. -

      - Didier-Weygand -

      -
    198. -
    199. -

      - Johansen 1983 -

      -
    200. -
    201. -

      - Eriksson 1998 -

      -
    202. -
    203. -

      - Henri 1987 -

      -
    204. -
    205. -

      - Didier-Weygand 2000 -

      -
    206. -
    -
    -

    Footnotes level2

    -

    - Noteref to footnote level2. -

    -
      -
    1. -

      Footnote level2

      -
    2. -
    -
    -
    - - \ No newline at end of file + + + + + + Valentin Haüy - the father of the education for the blind + + + + + +
    +
    +

    Footnotes

    +
      +
    1. +

      + Sjöstrand 1972 +

      +
    2. +
    3. +

      + Engström 1995 +

      +
    4. +
    5. +

      + Sjöstrand 1972 +

      +
    6. +
    7. +

      + Skrébitsky 1884 +

      +
    8. +
    9. +

      + Didier-Weygand 2000 +

      +
    10. +
    11. +

      + Förhammar 1991 +

      +
    12. +
    13. +

      + Lowe 1995 +

      +
    14. +
    15. +

      + Lowe 1995 +

      +
    16. +
    17. +

      + Helldén 1994 +

      +
    18. +
    19. +

      + Helldén 1994, Didier-Weygand 2000 +

      +
    20. +
    21. +

      + Helldén 1994 +

      +
    22. +
    23. +

      + Didier-Weygand +

      +
    24. +
    25. +

      + Eriksson 1998, Helldén 1994 +

      +
    26. +
    27. +

      + Dufau 1852, Henri 1987, Sakula 1998, Weygand 1998 +

      +
    28. +
    29. +

      + Henri 1987 +

      +
    30. +
    31. +

      + Skrébitsky 1884; see below, section 3.9 +

      +
    32. +
    33. +

      + Weygand 1998 +

      +
    34. +
    35. +

      + Borg 1883, Dufau 1852, Didier-Weygand 2000 +

      +
    36. +
    37. +

      + Weygand, 1998 p. 8 +

      +
    38. +
    39. +

      + Jantsch 1955, Eriksson, 1998 +

      +
    40. +
    41. +

      + Jantsch 1955 +

      +
    42. +
    43. +

      + Eriksson 1998, Didier-Weygand 2000 +

      +
    44. +
    45. +

      + Weygand 1998 +

      +
    46. +
    47. +

      + cf. section 3.7 +

      +
    48. +
    49. +

      + Dufau 1844, Henri 1987 +

      +
    50. +
    51. +

      + Didier-Weygand 2000 +

      +
    52. +
    53. +

      + Kretschmer 1937 +

      +
    54. +
    55. +

      + Webster 1964 +

      +
    56. +
    57. +

      + Weygand 1998, Henri 1987 +

      +
    58. +
    59. +

      + Didier-Weygand +

      +
    60. +
    61. +

      + Weygand 1998 +

      +
    62. +
    63. +

      + Weygand 1998 +

      +
    64. +
    65. +

      + Didier-Weygand +

      +
    66. +
    67. +

      + Didier-Weygand +

      +
    68. +
    69. +

      + Weygand 1998 +

      +
    70. +
    71. +

      + see section 3.4 +

      +
    72. +
    73. +

      + cf. + Section 3.4 +

      +
    74. +
    75. +

      + Weygand 1998 +

      +
    76. +
    77. +

      + see above +

      +
    78. +
    79. +

      + Didier-Weygand +

      +
    80. +
    81. +

      + Haüy 1786 +

      +
    82. +
    83. +

      + Skrébitsky 1884 +

      +
    84. +
    85. +

      + Haüy 1786 +

      +
    86. +
    87. +

      + Didier-Weygand +

      +
    88. +
    89. +

      + Weygand 1998 +

      +
    90. +
    91. +

      + Förhammar 1991, Weygand 1998 +

      +
    92. +
    93. +

      + Weygand 1998 +

      +
    94. +
    95. +

      + Didier-Weygand, 2000 +

      +
    96. +
    97. +

      + Weygand 1998 +

      +
    98. +
    99. +

      + Weygand 1998 +

      +
    100. +
    101. +

      + Henri 1987, Didier-Weygand 2000 +

      +
    102. +
    103. +

      + Henri 1987, Weygand 1998, Didier-Weygand 2000 +

      +
    104. +
    105. +

      + Didier-Weygand +

      +
    106. +
    107. +

      + Weygand 1998 +

      +
    108. +
    109. +

      + Kretschmer 1937, Weygand 1998 +

      +
    110. +
    111. +

      + Didier-Weygand +

      +
    112. +
    113. +

      + Kretschmer 1937, Weygand 1998, Didier-Weygand 2000 +

      +
    114. +
    115. +

      + Skrébitsky 1884 +

      +
    116. +
    117. +

      + Skrébitsky 1884 +

      +
    118. +
    119. +

      + Troyat 1977, p. 324 f +

      +
    120. +
    121. +

      + Skrébitsky 1884 +

      +
    122. +
    123. +

      + Skrébitsky 1884, p. 11 +

      +
    124. +
    125. +

      + Sjöstrand, 1968 +

      +
    126. +
    127. +

      + Skrébitsky 1884, Rath 1991 +

      +
    128. +
    129. +

      + Rath 1991 +

      +
    130. +
    131. +

      + Skrébitsky 1884 +

      +
    132. +
    133. +

      + see section 3.11 below +

      +
    134. +
    135. +

      + Skrébitsky 1884, page 21 +

      +
    136. +
    137. +

      + Skrébitsky 1884, p. 23 +

      +
    138. +
    139. +

      + Skrébitsky 1884, p. 24 +

      +
    140. +
    141. +

      + Skrébitsky 1884 +

      +
    142. +
    143. +

      + Skrébitsky 1884, p. 28 +

      +
    144. +
    145. +

      + Skrébitsky 1884, p.42 +

      +
    146. +
    147. +

      + Skrébitsky, 1884, p. 44 +

      +
    148. +
    149. +

      + Skrébitsky 1884, p. 45 f +

      +
    150. +
    151. +

      + Skrébitsky 1884 +

      +
    152. +
    153. +

      + Skrébitsky 1884, p. 49 f +

      +
    154. +
    155. +

      + Skrébitsky 1884, p. 50 f +

      +
    156. +
    157. +

      + Skrébitsky 1884 +

      +
    158. +
    159. +

      + cf. + Section 3.7 +

      +
    160. +
    161. +

      + Henri 1987 +

      +
    162. +
    163. +

      + Johansson 1974, Kretschmer 1937, Pritchard 1963 +

      +
    164. +
    165. +

      + Eriksson 1998 +

      +
    166. +
    167. +

      + Förhammar 1991 +

      +
    168. +
    169. +

      + Förhammar 1991 +

      +
    170. +
    171. +

      + Borg 1883, p. 11 f +

      +
    172. +
    173. +

      + Borg 1883, Johansson 1974 +

      +
    174. +
    175. +

      + Johansson, 1974 +

      +
    176. +
    177. +

      + Förhammar 1991 +

      +
    178. +
    179. +

      + Johansson 1974 +

      +
    180. +
    181. +

      + Förhammar 1991 +

      +
    182. +
    183. +

      + Förhammar 1991 +

      +
    184. +
    185. +

      + Förhammar 1991 +

      +
    186. +
    187. +

      + Förhammar 1991, Johansen 1983 +

      +
    188. +
    189. +

      + Johansen, 1983 +

      +
    190. +
    191. +

      + Johansen 1983 +

      +
    192. +
    193. +

      + Johansen 1983 +

      +
    194. +
    195. +

      + Didier-Weygand 2000, Nationalencyklopedin volume 6, 1996 +

      +
    196. +
    197. +

      + Didier-Weygand +

      +
    198. +
    199. +

      + Johansen 1983 +

      +
    200. +
    201. +

      + Eriksson 1998 +

      +
    202. +
    203. +

      + Henri 1987 +

      +
    204. +
    205. +

      + Didier-Weygand 2000 +

      +
    206. +
    +
    +

    Footnotes level2

    +

    + Noteref to footnote level2. +

    +
      +
    1. +

      Footnote level2

      +
    2. +
    +
    +
    + + diff --git a/src/test/resources/2020-1/C00000/EPUB/nav.xhtml b/src/test/resources/2020-1/C00000/EPUB/nav.xhtml index 469b7a41..5540edf8 100644 --- a/src/test/resources/2020-1/C00000/EPUB/nav.xhtml +++ b/src/test/resources/2020-1/C00000/EPUB/nav.xhtml @@ -1,300 +1,300 @@ - - - - - - Valentin Haüy - the father of the education for the blind - - - - -
    - - -
    - - \ No newline at end of file + + + + + + Valentin Haüy - the father of the education for the blind + + + + +
    + + +
    + + diff --git a/src/test/resources/2020-1/X50525A/EPUB/X50525A-03-colophon.xhtml b/src/test/resources/2020-1/X50525A/EPUB/X50525A-03-colophon.xhtml index b0b789bd..7959fdf6 100644 --- a/src/test/resources/2020-1/X50525A/EPUB/X50525A-03-colophon.xhtml +++ b/src/test/resources/2020-1/X50525A/EPUB/X50525A-03-colophon.xhtml @@ -48,4 +48,4 @@ unverändertem (anastatischem) Druck neu auflegen.

    EINEM UNGENANNTEN

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X50525A/EPUB/X50525A-04-toc.xhtml b/src/test/resources/2020-1/X50525A/EPUB/X50525A-04-toc.xhtml index 06ae659b..caf66bff 100644 --- a/src/test/resources/2020-1/X50525A/EPUB/X50525A-04-toc.xhtml +++ b/src/test/resources/2020-1/X50525A/EPUB/X50525A-04-toc.xhtml @@ -15,4 +15,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X50525A/EPUB/X50525A-05-frontmatter.xhtml b/src/test/resources/2020-1/X50525A/EPUB/X50525A-05-frontmatter.xhtml index 3a139af2..59a90d59 100644 --- a/src/test/resources/2020-1/X50525A/EPUB/X50525A-05-frontmatter.xhtml +++ b/src/test/resources/2020-1/X50525A/EPUB/X50525A-05-frontmatter.xhtml @@ -51,4 +51,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X50525A/EPUB/X50525A-06-chapter.xhtml b/src/test/resources/2020-1/X50525A/EPUB/X50525A-06-chapter.xhtml index 62ae6fab..31f968cb 100644 --- a/src/test/resources/2020-1/X50525A/EPUB/X50525A-06-chapter.xhtml +++ b/src/test/resources/2020-1/X50525A/EPUB/X50525A-06-chapter.xhtml @@ -1322,4 +1322,4 @@ sind die männlichen Mütter.-« (Die fröhliche Wissenschaft 72 - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X50525A/EPUB/X50525A-07-chapter.xhtml b/src/test/resources/2020-1/X50525A/EPUB/X50525A-07-chapter.xhtml index e746834d..093a6d23 100644 --- a/src/test/resources/2020-1/X50525A/EPUB/X50525A-07-chapter.xhtml +++ b/src/test/resources/2020-1/X50525A/EPUB/X50525A-07-chapter.xhtml @@ -2882,4 +2882,4 @@ Nietzsche damals von dieser geistigen Genossenschaft Abschied nahm.

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X50525A/EPUB/X50525A-09-part.xhtml b/src/test/resources/2020-1/X50525A/EPUB/X50525A-09-part.xhtml index 12e4d875..c0a2c277 100644 --- a/src/test/resources/2020-1/X50525A/EPUB/X50525A-09-part.xhtml +++ b/src/test/resources/2020-1/X50525A/EPUB/X50525A-09-part.xhtml @@ -13,4 +13,4 @@

    Sample part 1

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X50525A/EPUB/X50525A-10-chapter.xhtml b/src/test/resources/2020-1/X50525A/EPUB/X50525A-10-chapter.xhtml index d6004c48..bf601c7f 100644 --- a/src/test/resources/2020-1/X50525A/EPUB/X50525A-10-chapter.xhtml +++ b/src/test/resources/2020-1/X50525A/EPUB/X50525A-10-chapter.xhtml @@ -30,4 +30,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X50525A/EPUB/X50525A-11-chapter.xhtml b/src/test/resources/2020-1/X50525A/EPUB/X50525A-11-chapter.xhtml index 16463cef..9dc757af 100644 --- a/src/test/resources/2020-1/X50525A/EPUB/X50525A-11-chapter.xhtml +++ b/src/test/resources/2020-1/X50525A/EPUB/X50525A-11-chapter.xhtml @@ -14,4 +14,4 @@

    This chapter is a subchapter of "Sample part".

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X50525A/EPUB/X50525A-12-part.xhtml b/src/test/resources/2020-1/X50525A/EPUB/X50525A-12-part.xhtml index 15d68f62..454109d5 100644 --- a/src/test/resources/2020-1/X50525A/EPUB/X50525A-12-part.xhtml +++ b/src/test/resources/2020-1/X50525A/EPUB/X50525A-12-part.xhtml @@ -33,4 +33,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X50525A/EPUB/X50525A-13-backmatter.xhtml b/src/test/resources/2020-1/X50525A/EPUB/X50525A-13-backmatter.xhtml index 5316513d..ba3d11a2 100644 --- a/src/test/resources/2020-1/X50525A/EPUB/X50525A-13-backmatter.xhtml +++ b/src/test/resources/2020-1/X50525A/EPUB/X50525A-13-backmatter.xhtml @@ -154,4 +154,4 @@ gesagt haben.

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X50525A/EPUB/X50525A-14-backmatter.xhtml b/src/test/resources/2020-1/X50525A/EPUB/X50525A-14-backmatter.xhtml index e78079f5..9b9f702b 100644 --- a/src/test/resources/2020-1/X50525A/EPUB/X50525A-14-backmatter.xhtml +++ b/src/test/resources/2020-1/X50525A/EPUB/X50525A-14-backmatter.xhtml @@ -358,4 +358,4 @@ subscribe to our email newsletter to hear about new eBooks.

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X50525A/EPUB/css/default.css b/src/test/resources/2020-1/X50525A/EPUB/css/default.css index 3826bf7e..99346a1e 100644 --- a/src/test/resources/2020-1/X50525A/EPUB/css/default.css +++ b/src/test/resources/2020-1/X50525A/EPUB/css/default.css @@ -263,4 +263,4 @@ p.precedingseparator {margin-top: 1.5em; padding-top: 1.5em; border-top: 3px dot /* --- VERTICAL PADDING OF CERTAIN ELEMENTS --- */ dl + dl {margin-top: 1.5em; padding-top: 1em;} -ul + ul, ul + ol, ol + ul {margin-top: 1.5em; } \ No newline at end of file +ul + ul, ul + ol, ol + ul {margin-top: 1.5em; } diff --git a/src/test/resources/2020-1/X50525A/META-INF/container.xml b/src/test/resources/2020-1/X50525A/META-INF/container.xml index 711c7958..b73d7eb9 100644 --- a/src/test/resources/2020-1/X50525A/META-INF/container.xml +++ b/src/test/resources/2020-1/X50525A/META-INF/container.xml @@ -1,3 +1,3 @@ - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X60352A/EPUB/X60352A-01-cover.xhtml b/src/test/resources/2020-1/X60352A/EPUB/X60352A-01-cover.xhtml index 7f65b8a4..9d691053 100644 --- a/src/test/resources/2020-1/X60352A/EPUB/X60352A-01-cover.xhtml +++ b/src/test/resources/2020-1/X60352A/EPUB/X60352A-01-cover.xhtml @@ -31,4 +31,4 @@ to check the laws of the country where you are located before using this ebook.< - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X60352A/EPUB/X60352A-02-titlepage.xhtml b/src/test/resources/2020-1/X60352A/EPUB/X60352A-02-titlepage.xhtml index 07fd90cd..48429c18 100644 --- a/src/test/resources/2020-1/X60352A/EPUB/X60352A-02-titlepage.xhtml +++ b/src/test/resources/2020-1/X60352A/EPUB/X60352A-02-titlepage.xhtml @@ -13,4 +13,4 @@
    1

    Om det nord-tschudiska språket Akademisk afhandling

    Elias Lönnrot

    Release Date: September 25, 2019 [eBook #60352]

    Language: Swedish

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X60352A/EPUB/X60352A-03-colophon.xhtml b/src/test/resources/2020-1/X60352A/EPUB/X60352A-03-colophon.xhtml index b0a53a87..885bd62a 100644 --- a/src/test/resources/2020-1/X60352A/EPUB/X60352A-03-colophon.xhtml +++ b/src/test/resources/2020-1/X60352A/EPUB/X60352A-03-colophon.xhtml @@ -25,4 +25,4 @@ Helsingfors, J.C. Frenckell & Son, 1853.

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X60352A/EPUB/X60352A-04-foreword.xhtml b/src/test/resources/2020-1/X60352A/EPUB/X60352A-04-foreword.xhtml index d191088a..40f2ef5d 100644 --- a/src/test/resources/2020-1/X60352A/EPUB/X60352A-04-foreword.xhtml +++ b/src/test/resources/2020-1/X60352A/EPUB/X60352A-04-foreword.xhtml @@ -59,4 +59,4 @@ dem upptecknade sagor och andra språkstycken med vid sidan ställd fins öfver sjelfva språket.

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X60352A/EPUB/X60352A-05-chapter.xhtml b/src/test/resources/2020-1/X60352A/EPUB/X60352A-05-chapter.xhtml index 0d273475..d0683321 100644 --- a/src/test/resources/2020-1/X60352A/EPUB/X60352A-05-chapter.xhtml +++ b/src/test/resources/2020-1/X60352A/EPUB/X60352A-05-chapter.xhtml @@ -368,4 +368,4 @@ niinkauvan, kuin oli hengissä.

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X60352A/EPUB/X60352A-06-chapter.xhtml b/src/test/resources/2020-1/X60352A/EPUB/X60352A-06-chapter.xhtml index 51844985..b06d80d3 100644 --- a/src/test/resources/2020-1/X60352A/EPUB/X60352A-06-chapter.xhtml +++ b/src/test/resources/2020-1/X60352A/EPUB/X60352A-06-chapter.xhtml @@ -215,4 +215,4 @@ alta elävänä.

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X60352A/EPUB/X60352A-07-chapter.xhtml b/src/test/resources/2020-1/X60352A/EPUB/X60352A-07-chapter.xhtml index 8a82a9fb..0dd0c2b9 100644 --- a/src/test/resources/2020-1/X60352A/EPUB/X60352A-07-chapter.xhtml +++ b/src/test/resources/2020-1/X60352A/EPUB/X60352A-07-chapter.xhtml @@ -204,4 +204,4 @@ ki." — — —

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X60352A/EPUB/X60352A-08-chapter.xhtml b/src/test/resources/2020-1/X60352A/EPUB/X60352A-08-chapter.xhtml index 7330879d..2cda7d1a 100644 --- a/src/test/resources/2020-1/X60352A/EPUB/X60352A-08-chapter.xhtml +++ b/src/test/resources/2020-1/X60352A/EPUB/X60352A-08-chapter.xhtml @@ -175,4 +175,4 @@ tuli hoikka, pää ja perä paksut.

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X60352A/EPUB/X60352A-09-chapter.xhtml b/src/test/resources/2020-1/X60352A/EPUB/X60352A-09-chapter.xhtml index 56a84d31..ae205118 100644 --- a/src/test/resources/2020-1/X60352A/EPUB/X60352A-09-chapter.xhtml +++ b/src/test/resources/2020-1/X60352A/EPUB/X60352A-09-chapter.xhtml @@ -83,4 +83,4 @@ kuin hiirillä kellon sidonta.

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X60352A/EPUB/X60352A-10-chapter.xhtml b/src/test/resources/2020-1/X60352A/EPUB/X60352A-10-chapter.xhtml index 760e6121..af272202 100644 --- a/src/test/resources/2020-1/X60352A/EPUB/X60352A-10-chapter.xhtml +++ b/src/test/resources/2020-1/X60352A/EPUB/X60352A-10-chapter.xhtml @@ -125,4 +125,4 @@ uppoa!" — "Oi sorsa upposin!"
    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X60352A/EPUB/X60352A-11-chapter.xhtml b/src/test/resources/2020-1/X60352A/EPUB/X60352A-11-chapter.xhtml index cd53d17b..af89552b 100644 --- a/src/test/resources/2020-1/X60352A/EPUB/X60352A-11-chapter.xhtml +++ b/src/test/resources/2020-1/X60352A/EPUB/X60352A-11-chapter.xhtml @@ -473,4 +473,4 @@ ovat ja elävät vieläkin.

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X60352A/EPUB/X60352A-12-chapter.xhtml b/src/test/resources/2020-1/X60352A/EPUB/X60352A-12-chapter.xhtml index 47b1aa5e..4e42af59 100644 --- a/src/test/resources/2020-1/X60352A/EPUB/X60352A-12-chapter.xhtml +++ b/src/test/resources/2020-1/X60352A/EPUB/X60352A-12-chapter.xhtml @@ -300,4 +300,4 @@ perästä lapioinen? — Kana.

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X60352A/EPUB/X60352A-13-chapter.xhtml b/src/test/resources/2020-1/X60352A/EPUB/X60352A-13-chapter.xhtml index ba8d6318..49d148ed 100644 --- a/src/test/resources/2020-1/X60352A/EPUB/X60352A-13-chapter.xhtml +++ b/src/test/resources/2020-1/X60352A/EPUB/X60352A-13-chapter.xhtml @@ -2710,4 +2710,4 @@ ej blott och bart en önskan.

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X60352A/EPUB/X60352A-14-backmatter.xhtml b/src/test/resources/2020-1/X60352A/EPUB/X60352A-14-backmatter.xhtml index ebac23d6..931b7e67 100644 --- a/src/test/resources/2020-1/X60352A/EPUB/X60352A-14-backmatter.xhtml +++ b/src/test/resources/2020-1/X60352A/EPUB/X60352A-14-backmatter.xhtml @@ -370,4 +370,4 @@ subscribe to our email newsletter to hear about new eBooks.

    - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X60352A/EPUB/css/default.css b/src/test/resources/2020-1/X60352A/EPUB/css/default.css index 5ab93769..c9bf6b5c 100644 --- a/src/test/resources/2020-1/X60352A/EPUB/css/default.css +++ b/src/test/resources/2020-1/X60352A/EPUB/css/default.css @@ -1,266 +1,266 @@ -/* ----------------------------- STYLESHEET EPUB 3.0.1 ---------------------- */ - -/* --- TEXT TO SPEECH SETTINGS --- */ -.initialism { - -epub-speak-as:spell-out; -} - -/* --- BODY - GENERAL STYLING --- */ -body { - font-family: calibri, arial, helvetica, verdana, sans-serif; - font-size: 170%; - line-height: 130%; - margin-left: 10%; - margin-right: 10%; -} - -.underlined {text-decoration: underline;} - -/* --- HEADINGS --- */ -h1.title { - color: #000000; - font-family: arial, verdana, sans-serif; - font-size: 160%; - font-style: normal; - font-weight: bold; - margin-top: 5em; - margin-bottom: 2em; -} -h1 { - color: #000000; - font-size: 175%; - font-weight: bold; - margin-top: 3em; - margin-bottom: 1em; -} -h2 { - color: #000000; - font-size: 150%; - font-weight: normal; - margin-top: 2.5em; - margin-bottom: 1em; -} -h3 { - color: #000000; - font-size: 135%; - font-weight: normal; - margin-top: 2em; - margin-bottom: 1em; -} -h4 { - color: #000000; - font-size: 115%; - font-weight: bold; - margin-top: 1em; - margin-bottom: 0.5em; -} -h5 { - color: #000000; - font-size: 105%; - font-weight: bold; - margin-top: 1em; - margin-bottom: 0em; -} -h6 { - color: #000000; - font-size: 100%; - font-weight: bold; - margin-top: 0.5em; - margin-bottom: 0em; -} - -/* --- DIV FRONTMATTER --- */ -*.docauthor { - font-size: 140%; - display: block; - font-family: arial, verdana, sans-serif; - font-weight: normal; - margin-top: 2em; -} -span.subtitle { - font-size: 50%; - display: block; - margin-top: 1em; -} -span.author { - font-size: 140%; - display: block; - font-family: arial, verdana, sans-serif; - font-weight: normal; - margin-top: 2em; -} - -/* --- LINKS --- */ - -* a { - color: #000000; - text-decoration: none; -} -a:hover, a:active, a:focus { - text-decoration: none; - color : #AA1111; - background-color: #FFFFCC; -} - -/* --- BLOCKS --- */ -.sidebar, .text-box { - border: 2px solid #444444; - border-radius: 10px; - background-color: #E8FBFF; - margin-top: 1em; - margin-bottom: 1.5em; - padding-left: 1em; - padding-right: 1em; - padding-top: 0.5em; - padding-bottom: 0.5em; -} -aside.prodnote, aside.fig-desc, section.render-optional{ - border: 1px solid #444444; - border-radius: 5px; - background-color: #F5F5F5; - margin-top: 1em; - margin-bottom: 1em; - padding: 1em; -} - -/* --- CONTEXT BREAKS --- */ -hr.emptyline { - width: 0px; - margin: 2em; - border: none; -} -hr.separator { - width: 1em; - margin-top: 2em; - margin-bottom: 2em; -} - -/* --- ANSWER MARKINGS --- */ -span.answer, span.answer_1 { - background-color: #E5E5E5; - border: 1px solid white; -} - -/* --- POEMS --- */ -div.poem { - margin-top: 2em; - margin-bottom: 2em; - margin-left: 2em; - font-family: 'times new roman'; -} -span.line_indent { - margin-left: 1em; -} -span.line_longindent { - margin-left: 3em; -} -p.poem-title { - font-weight: bold; - font-size: 110%; -} -p.poem-author { - margin-left: 3em; - font-style: italic; -} - -/* --- QUOTES --- */ -blockquote { - margin-top: 2em; - margin-bottom: 2em; - margin-left: 5em; - font-family: 'times new roman'; - font-size: 90%; - font-style: italic; -} -blockquote p.quote-author { - font-family: calibri, arial, helvetica, verdana, sans-serif; - font-style: normal; - line-height: 50%; -} - -/* --- LISTS --- */ -ol, ul { - margin-left: 0.5em; -} - -ul.plain { - list-style-type: none; - margin-left: 0.5em; -} - -li {margin-bottom: 0.5em;} - -ol.exercise-part { - list-style-type: none; -} -ol.exercise-part li:before { - content: counter(counter, lower-alpha) ") "; - margin-left: -1em; -} -ol.exercise-part li { - counter-increment: counter; -} -li p { - margin-top: 0; - margin-bottom: 0; -} - -/* --- DEFINITION LIST --- */ -dl { - margin-top: 2em; - margin-bottom: 2em; -} -dl.box { - border: 2px solid #444444; - border-radius: 10px; - background-color: #FFFFE0; - margin-top: 1em; - margin-bottom: 1.5em; - padding-left: 1em; - padding-right: 1em; - padding-top: 0.5em; - padding-bottom: 1em; -} -dt { - margin-top: 0.5em; - font-weight: bold; -} -dd { - font-weight: 200; -} - -/* --- NOTES --- */ -div.notebody {font-size: 90%; border: 1px dotted gray; padding: 1em;} -aside.notebody {font-size: 90%; border: 1px dotted gray; padding: 1em;} -span.noteref, a.noteref {vertical-align: super; font-size : 80%; border : 1px solid rgb(255,0,0); } - -/* --- PAGE NUMBERS --- */ -.page-normal, .page-special, .page-front {display: block; text-align: right; margin-right: 2em; font-weight: bold; border-top: solid 1px #E5E5E5; padding-top: 2em; margin-top: 3em;} - -div.prodnote {border: 1px solid #A7A7A7; background-color: white; padding: 1em; margin-top:1em; margin-bottom:1em;} -div.prodnote a {color: gray;} -div.annotation {font-size: 90%; border: 1px dotted gray; padding: 1em;} - -/* --- INLINES --- */ -span.annoref, a.annoref {border-bottom : 1px dashed gray; } -span.inline-code {font-family: courier, fixed, monospace;} -acronym, abbr {border-bottom : 1px dashed rgb(255,0,0); } -code {font-family: courier, fixed, monospace;} - -/* --- TABLES --- */ -table {border: 2px solid gray; padding: 1em; font-size: 80%; margin-top: 1.5em; margin-bottom: 2em;} -th {border: 1px solid gray; font-weight: bold; padding: 0.5em} -td {border: 1px solid gray; padding: 0.5em} - -/* --- IMAGES --- */ -img {border: none;} -figcaption {display:block; margin-bottom: 1.5em; font-size: 90%; font-style: italic;} - -/* --- P CLASS --- */ -p.indented {text-indent: 3em;} -p.precedingemptyline {margin-top: 3em;} -p.precedingseparator {margin-top: 1.5em; padding-top: 1.5em; border-top: 3px dotted black;} - -/* --- VERTICAL PADDING OF CERTAIN ELEMENTS --- */ -dl + dl {margin-top: 1.5em; padding-top: 1em;} -ul + ul, ul + ol, ol + ul {margin-top: 1.5em; } \ No newline at end of file +/* ----------------------------- STYLESHEET EPUB 3.0.1 ---------------------- */ + +/* --- TEXT TO SPEECH SETTINGS --- */ +.initialism { + -epub-speak-as:spell-out; +} + +/* --- BODY - GENERAL STYLING --- */ +body { + font-family: calibri, arial, helvetica, verdana, sans-serif; + font-size: 170%; + line-height: 130%; + margin-left: 10%; + margin-right: 10%; +} + +.underlined {text-decoration: underline;} + +/* --- HEADINGS --- */ +h1.title { + color: #000000; + font-family: arial, verdana, sans-serif; + font-size: 160%; + font-style: normal; + font-weight: bold; + margin-top: 5em; + margin-bottom: 2em; +} +h1 { + color: #000000; + font-size: 175%; + font-weight: bold; + margin-top: 3em; + margin-bottom: 1em; +} +h2 { + color: #000000; + font-size: 150%; + font-weight: normal; + margin-top: 2.5em; + margin-bottom: 1em; +} +h3 { + color: #000000; + font-size: 135%; + font-weight: normal; + margin-top: 2em; + margin-bottom: 1em; +} +h4 { + color: #000000; + font-size: 115%; + font-weight: bold; + margin-top: 1em; + margin-bottom: 0.5em; +} +h5 { + color: #000000; + font-size: 105%; + font-weight: bold; + margin-top: 1em; + margin-bottom: 0em; +} +h6 { + color: #000000; + font-size: 100%; + font-weight: bold; + margin-top: 0.5em; + margin-bottom: 0em; +} + +/* --- DIV FRONTMATTER --- */ +*.docauthor { + font-size: 140%; + display: block; + font-family: arial, verdana, sans-serif; + font-weight: normal; + margin-top: 2em; +} +span.subtitle { + font-size: 50%; + display: block; + margin-top: 1em; +} +span.author { + font-size: 140%; + display: block; + font-family: arial, verdana, sans-serif; + font-weight: normal; + margin-top: 2em; +} + +/* --- LINKS --- */ + +* a { + color: #000000; + text-decoration: none; +} +a:hover, a:active, a:focus { + text-decoration: none; + color : #AA1111; + background-color: #FFFFCC; +} + +/* --- BLOCKS --- */ +.sidebar, .text-box { + border: 2px solid #444444; + border-radius: 10px; + background-color: #E8FBFF; + margin-top: 1em; + margin-bottom: 1.5em; + padding-left: 1em; + padding-right: 1em; + padding-top: 0.5em; + padding-bottom: 0.5em; +} +aside.prodnote, aside.fig-desc, section.render-optional{ + border: 1px solid #444444; + border-radius: 5px; + background-color: #F5F5F5; + margin-top: 1em; + margin-bottom: 1em; + padding: 1em; +} + +/* --- CONTEXT BREAKS --- */ +hr.emptyline { + width: 0px; + margin: 2em; + border: none; +} +hr.separator { + width: 1em; + margin-top: 2em; + margin-bottom: 2em; +} + +/* --- ANSWER MARKINGS --- */ +span.answer, span.answer_1 { + background-color: #E5E5E5; + border: 1px solid white; +} + +/* --- POEMS --- */ +div.poem { + margin-top: 2em; + margin-bottom: 2em; + margin-left: 2em; + font-family: 'times new roman'; +} +span.line_indent { + margin-left: 1em; +} +span.line_longindent { + margin-left: 3em; +} +p.poem-title { + font-weight: bold; + font-size: 110%; +} +p.poem-author { + margin-left: 3em; + font-style: italic; +} + +/* --- QUOTES --- */ +blockquote { + margin-top: 2em; + margin-bottom: 2em; + margin-left: 5em; + font-family: 'times new roman'; + font-size: 90%; + font-style: italic; +} +blockquote p.quote-author { + font-family: calibri, arial, helvetica, verdana, sans-serif; + font-style: normal; + line-height: 50%; +} + +/* --- LISTS --- */ +ol, ul { + margin-left: 0.5em; +} + +ul.plain { + list-style-type: none; + margin-left: 0.5em; +} + +li {margin-bottom: 0.5em;} + +ol.exercise-part { + list-style-type: none; +} +ol.exercise-part li:before { + content: counter(counter, lower-alpha) ") "; + margin-left: -1em; +} +ol.exercise-part li { + counter-increment: counter; +} +li p { + margin-top: 0; + margin-bottom: 0; +} + +/* --- DEFINITION LIST --- */ +dl { + margin-top: 2em; + margin-bottom: 2em; +} +dl.box { + border: 2px solid #444444; + border-radius: 10px; + background-color: #FFFFE0; + margin-top: 1em; + margin-bottom: 1.5em; + padding-left: 1em; + padding-right: 1em; + padding-top: 0.5em; + padding-bottom: 1em; +} +dt { + margin-top: 0.5em; + font-weight: bold; +} +dd { + font-weight: 200; +} + +/* --- NOTES --- */ +div.notebody {font-size: 90%; border: 1px dotted gray; padding: 1em;} +aside.notebody {font-size: 90%; border: 1px dotted gray; padding: 1em;} +span.noteref, a.noteref {vertical-align: super; font-size : 80%; border : 1px solid rgb(255,0,0); } + +/* --- PAGE NUMBERS --- */ +.page-normal, .page-special, .page-front {display: block; text-align: right; margin-right: 2em; font-weight: bold; border-top: solid 1px #E5E5E5; padding-top: 2em; margin-top: 3em;} + +div.prodnote {border: 1px solid #A7A7A7; background-color: white; padding: 1em; margin-top:1em; margin-bottom:1em;} +div.prodnote a {color: gray;} +div.annotation {font-size: 90%; border: 1px dotted gray; padding: 1em;} + +/* --- INLINES --- */ +span.annoref, a.annoref {border-bottom : 1px dashed gray; } +span.inline-code {font-family: courier, fixed, monospace;} +acronym, abbr {border-bottom : 1px dashed rgb(255,0,0); } +code {font-family: courier, fixed, monospace;} + +/* --- TABLES --- */ +table {border: 2px solid gray; padding: 1em; font-size: 80%; margin-top: 1.5em; margin-bottom: 2em;} +th {border: 1px solid gray; font-weight: bold; padding: 0.5em} +td {border: 1px solid gray; padding: 0.5em} + +/* --- IMAGES --- */ +img {border: none;} +figcaption {display:block; margin-bottom: 1.5em; font-size: 90%; font-style: italic;} + +/* --- P CLASS --- */ +p.indented {text-indent: 3em;} +p.precedingemptyline {margin-top: 3em;} +p.precedingseparator {margin-top: 1.5em; padding-top: 1.5em; border-top: 3px dotted black;} + +/* --- VERTICAL PADDING OF CERTAIN ELEMENTS --- */ +dl + dl {margin-top: 1.5em; padding-top: 1em;} +ul + ul, ul + ol, ol + ul {margin-top: 1.5em; } diff --git a/src/test/resources/2020-1/X60352A/EPUB/nav.xhtml b/src/test/resources/2020-1/X60352A/EPUB/nav.xhtml index 19105a2b..aeb32681 100644 --- a/src/test/resources/2020-1/X60352A/EPUB/nav.xhtml +++ b/src/test/resources/2020-1/X60352A/EPUB/nav.xhtml @@ -180,4 +180,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X60352A/EPUB/package.opf b/src/test/resources/2020-1/X60352A/EPUB/package.opf index 832e34d3..0d8b5fc2 100644 --- a/src/test/resources/2020-1/X60352A/EPUB/package.opf +++ b/src/test/resources/2020-1/X60352A/EPUB/package.opf @@ -60,4 +60,4 @@ - \ No newline at end of file + diff --git a/src/test/resources/2020-1/X60352A/META-INF/container.xml b/src/test/resources/2020-1/X60352A/META-INF/container.xml index 5edd561d..b73d7eb9 100644 --- a/src/test/resources/2020-1/X60352A/META-INF/container.xml +++ b/src/test/resources/2020-1/X60352A/META-INF/container.xml @@ -1,3 +1,3 @@ - - - \ No newline at end of file + + + diff --git a/src/test/resources/logback.xml b/src/test/resources/logback.xml index ed492d26..b2608cf9 100644 --- a/src/test/resources/logback.xml +++ b/src/test/resources/logback.xml @@ -1,18 +1,18 @@ - - target/test.log - - %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n - - + + target/test.log + + %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n + + - - - + + + - - + + diff --git a/src/test/xprocspec/2015-1/dtbook-to-html/resources/DTBook/C00000.xml b/src/test/xprocspec/2015-1/dtbook-to-html/resources/DTBook/C00000.xml index cf680f5b..4d32f76d 100644 --- a/src/test/xprocspec/2015-1/dtbook-to-html/resources/DTBook/C00000.xml +++ b/src/test/xprocspec/2015-1/dtbook-to-html/resources/DTBook/C00000.xml @@ -510,7 +510,7 @@ public static void main(String[] args) { ... } -

    +

    My interest in Valentin Haüy, the father of education for the blind in Europe, was aroused while working at MTM on a book about Louis Braille, the creator of the Braille system. diff --git a/src/test/xspec/2015-1/nordic-epub3-to-generic-dtbook.xsl b/src/test/xspec/2015-1/nordic-epub3-to-generic-dtbook.xsl index 55018d98..7bb5677e 100644 --- a/src/test/xspec/2015-1/nordic-epub3-to-generic-dtbook.xsl +++ b/src/test/xspec/2015-1/nordic-epub3-to-generic-dtbook.xsl @@ -4,22 +4,22 @@ xmlns:my="my" exclude-result-prefixes="#all"> - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/src/test/xspec/2015-1/nordic-epub3-to-nordic-dtbook.xsl b/src/test/xspec/2015-1/nordic-epub3-to-nordic-dtbook.xsl index c3d92613..cc8ce719 100644 --- a/src/test/xspec/2015-1/nordic-epub3-to-nordic-dtbook.xsl +++ b/src/test/xspec/2015-1/nordic-epub3-to-nordic-dtbook.xsl @@ -12,35 +12,35 @@ FIXME: use true modes instead of the xsl:apply-imports trick --> - - + + - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + <_> <_ class="generic-epub3"> - - + + <_ class="generic-dtbook"> - - + + <_ class="nordic-dtbook"> - - + +