diff options
author | MDT 2001 John Fleck <jfleck@inkstain.net> | 2001-06-11 13:21:06 +0000 |
---|---|---|
committer | John Fleck <jfleck@src.gnome.org> | 2001-06-11 13:21:06 +0000 |
commit | f05089a8804787eaf291976e8f577ded0ac5626f (patch) | |
tree | 5ccf26fcf5d2fac26d4fd615591959f0c62edad6 /doc/tutorial | |
parent | 8e0fa4682992e4462a00dc7802e816f9622b036e (diff) | |
download | libxslt-f05089a8804787eaf291976e8f577ded0ac5626f.tar.gz libxslt-f05089a8804787eaf291976e8f577ded0ac5626f.tar.bz2 libxslt-f05089a8804787eaf291976e8f577ded0ac5626f.zip |
fixing embarassing typos in doc/tutorial/libxslttutorial.xml and generated
Mon Jun 11 07:19:06 MDT 2001 John Fleck <jfleck@inkstain.net>
* fixing embarassing typos in doc/tutorial/libxslttutorial.xml and
generated html
Diffstat (limited to 'doc/tutorial')
-rw-r--r-- | doc/tutorial/libxslttutorial.html | 24 | ||||
-rw-r--r-- | doc/tutorial/libxslttutorial.xml | 4 |
2 files changed, 14 insertions, 14 deletions
diff --git a/doc/tutorial/libxslttutorial.html b/doc/tutorial/libxslttutorial.html index 3891eb39..b7610ff9 100644 --- a/doc/tutorial/libxslttutorial.html +++ b/doc/tutorial/libxslttutorial.html @@ -5,13 +5,13 @@ <title>libxslt Tutorial</title> <meta name="generator" content="DocBook XSL Stylesheets V1.29"> </head> -<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div id="id2690774" class="article"> +<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div id="id2741878" class="article"> <div class="titlepage"> <div><h1 class="title"> -<a name="id2690774"></a>libxslt Tutorial</h1></div> +<a name="id2741878"></a>libxslt Tutorial</h1></div> <div><h3 class="author">John Fleck</h3></div> <div><span class="releaseinfo"> - This is verion 0.1 of the libxslt Tutorial + This is version 0.1 of the libxslt Tutorial <br> </span></div> <div><p class="copyright">Copyright © 2001 by John Fleck</p></div> @@ -46,7 +46,7 @@ </div> <div class="abstract"> <p> -<a name="id2692569"></a> +<a name="id2692706"></a> <b>Abstract</b> </p> <p>A tutorial on building a simple application using the @@ -66,7 +66,7 @@ read a text file. With the proper tools, any computer can read any other computer's XML files. </p> -<p>One of the most imporant of those tools is XSLT: +<p>One of the most important of those tools is XSLT: Extensible Stylesheet Language Transformations. XSLT is a declarative language that allows you to translate your XML into arbitrary text output @@ -79,7 +79,7 @@ transformations. <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"> -<h3 class="title"><a name="id2741788">Note</a></h3> +<h3 class="title"><a name="id2741924">Note</a></h3> <p> While libxslt was written under the auspices of the GNOME project, it does not @@ -101,16 +101,16 @@ <p>References: <div class="itemizedlist"><ul> <li><p> -<a name="id2691051"></a> +<a name="id2691185"></a> <a href="http://www.w3.org/XML/" target="_top">W3C XML page</a> </p></li> <li><p> -<a name="id2691071"></a> +<a name="id2691206"></a> <a href="http://www.w3.org/Style/XSL/" target="_top">W3C XSL page.</a> </p></li> <li><p> -<a name="id2691092"></a> +<a name="id2691227"></a> <a href="http://xmlsoft.org/XSLT/" target="_top">libxslt</a> </p></li> </ul></div> @@ -127,11 +127,11 @@ functions: <div class="orderedlist"><ol type="1"> <li><p> -<a name="id2691138"></a>parse the input file</p></li> +<a name="id2691273"></a>parse the input file</p></li> <li><p> -<a name="id2691146"></a>parse the stylesheet</p></li> +<a name="id2691282"></a>parse the stylesheet</p></li> <li><p> -<a name="id2691155"></a>apply the stylesheet</p></li> +<a name="id2691290"></a>apply the stylesheet</p></li> </ol></div> </p> <div class="sect2"> diff --git a/doc/tutorial/libxslttutorial.xml b/doc/tutorial/libxslttutorial.xml index 266e9553..6b09da3c 100644 --- a/doc/tutorial/libxslttutorial.xml +++ b/doc/tutorial/libxslttutorial.xml @@ -26,7 +26,7 @@ <surname>Fleck</surname> </author> <releaseinfo> - This is verion 0.1 of the libxslt Tutorial + This is version 0.1 of the libxslt Tutorial </releaseinfo> </articleinfo> <abstract> @@ -45,7 +45,7 @@ computer's <acronym>XML</acronym> files. </para> - <para>One of the most imporant of those tools is <acronym>XSLT</acronym>: + <para>One of the most important of those tools is <acronym>XSLT</acronym>: Extensible Stylesheet Language Transformations. <acronym>XSLT</acronym> is a declarative language that allows you to translate your <acronym>XML</acronym> into arbitrary text output |