Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

misc: fix spelling #644

Merged
merged 1 commit into from
Nov 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/teixsl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ the <ref target="mailto:[email protected]">TEI Consortium</ref>.
<p>This is a family of XSLT 2.0 stylesheets to transform TEI
XML documents to various textual formats formats, including
XHTML, LaTeX, XSL Formatting Objects, ePub, plain text, RDF,
and JSON; and to/from Word OOXML (docx) and OpenOfice (odt).
and JSON; and to/from Word OOXML (docx) and OpenOffice (odt).
They concentrate on the core TEI modules which are used for
simple transcription and <q>born digital</q> writing. It is
important to understand that they do <hi>not</hi>:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

TEI XSL Stylesheets

This is a family of XSLT 2.0 stylesheets to transform TEI XML documents to various formats, including XHTML, LaTeX, XSL Formatting Objects, ePub, plain text, RDF, JSON; and to/from Word OOXML (docx) and OpenOfice (odt). They concentrate on the core TEI modules which are used for simple transcription and "born digital" writing. It is important to understand that they do _not_:
This is a family of XSLT 2.0 stylesheets to transform TEI XML documents to various formats, including XHTML, LaTeX, XSL Formatting Objects, ePub, plain text, RDF, JSON; and to/from Word OOXML (docx) and OpenOffice (odt). They concentrate on the core TEI modules which are used for simple transcription and "born digital" writing. It is important to understand that they do _not_:

* cover all TEI elements and possible attribute values
* attempt to define a standard TEI processing or rendering model
Expand Down
12 changes: 6 additions & 6 deletions Test/expected-results/test38.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,22 +70,22 @@
</div>
<div>
<head>Header 1 &lt;h1&gt;</head>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<div>
<head>Header 2 &lt;h2&gt;</head>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<div>
<head>Header 3 &lt;h3&gt;</head>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<div>
<head>Header 1 &lt;h4&gt;</head>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<div>
<head>Header &lt;h5&gt;</head>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<div>
<head>Header &lt;h6&gt;</head>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
</div>
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions Test/test38.htm
Original file line number Diff line number Diff line change
Expand Up @@ -104,17 +104,17 @@ <h4>Purpose of this document:</h4>
<p><span>Note:</span> This is only a guide - a starting point - if you will.</p>
<hr/>
<h1>Header 1 &lt;h1&gt;</h1>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<h2>Header 2 &lt;h2&gt;</h2>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<h3>Header 3 &lt;h3&gt;</h3>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<h4>Header 1 &lt;h4&gt;</h4>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<h5>Header &lt;h5&gt;</h5>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<h6>Header &lt;h6&gt;</h6>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<hr/>
<h4>Unordered list</h4>
<ul>
Expand Down
12 changes: 6 additions & 6 deletions Test2/expected-results/testHtmlInput1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,22 +61,22 @@
</div>
<div>
<head>Header 1 &lt;h1&gt;</head>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<div>
<head>Header 2 &lt;h2&gt;</head>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<div>
<head>Header 3 &lt;h3&gt;</head>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<div>
<head>Header 1 &lt;h4&gt;</head>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<div>
<head>Header &lt;h5&gt;</head>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<div>
<head>Header &lt;h6&gt;</head>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
</div>
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions Test2/inputFiles/testHtmlInput1.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,17 +105,17 @@ <h4>Purpose of this document:</h4>
<p><span>Note:</span> This is only a guide - a starting point - if you will.</p>
<hr/>
<h1>Header 1 &lt;h1&gt;</h1>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<h2>Header 2 &lt;h2&gt;</h2>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<h3>Header 3 &lt;h3&gt;</h3>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<h4>Header 1 &lt;h4&gt;</h4>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<h5>Header &lt;h5&gt;</h5>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<h6>Header &lt;h6&gt;</h6>
<p>This is an example paragrah used within this article for this document.</p>
<p>This is an example paragraph used within this article for this document.</p>
<hr/>
<h4>Unordered list</h4>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion odds/RngToRnc.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<!-- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -->
<!-- collapse-lines:
If true, output constructs spanning multiple lines will be
groupd into a single line unless it exceeds $line-width chars. -->
grouped into a single line unless it exceeds $line-width chars. -->
<xsl:param name="collapse-lines" select="true ()"/>
<!-- indent-width:
The number of characters to indent at each indentation level -->
Expand Down
6 changes: 3 additions & 3 deletions odds/odd2relax.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -229,8 +229,8 @@ of this software, even if advised of the possibility of such damage.
make it easier to write debugging code. Remember, though,
that if you want to see what the intermediate stages look
like you cannot use <result-document>, because this template
is called from within a variable defintion. You can get
around this by outputing each intermediate stage ($pass1 &
is called from within a variable definition. You can get
around this by outputting each intermediate stage ($pass1 &
$pass2) into the output file in addition to the final stage
($pass3). This makes for great debugging, but also for a
useless output RELAX NG schema, of course. You can see a
Expand Down Expand Up @@ -346,7 +346,7 @@ of this software, even if advised of the possibility of such damage.
<xsl:for-each select="key('ELEMENTDOCS',1)">
<xsl:sort select="@ident"/>
<xsl:if test="@ident ne 'anyElement'">
<!-- Don't auto-generate a defition for an <anyElement>, those
<!-- Don't auto-generate a definition for an <anyElement>, those
definitions will be created when we actually hit
<anyElement> elements, as the @name of the <define> is
modified to be unique. -->
Expand Down
2 changes: 1 addition & 1 deletion odds/teiodds.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1681,7 +1681,7 @@ select="$makeDecls"/></xsl:message>
</xsl:variable>
<xsl:variable name="glossAndDesc">
<!-- This variable will hold the string value of the <gloss> and -->
<!-- <desc> of the constrcut we are currently dealing with, in -->
<!-- <desc> of the construct we are currently dealing with, in -->
<!-- the language we are currently dealing with, so as to put it -->
<!-- on the title= attribute when we output its name in an <a>. -->
<xsl:choose>
Expand Down
2 changes: 1 addition & 1 deletion tools/ex1.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
mm between ruled lines, and with a double vertical bounding line ruled to
provide space for litterae notabiliores. On occasion the gap between lines
is not regular, for example on fol. 180.</p>
<p>paragrah</p>
<p>paragraph</p>
</div>
<div type="subsection">
<head>Ink</head>
Expand Down