From f05089a8804787eaf291976e8f577ded0ac5626f Mon Sep 17 00:00:00 2001 From: MDT 2001 John Fleck Date: Mon, 11 Jun 2001 13:21:06 +0000 Subject: [PATCH] fixing embarassing typos in doc/tutorial/libxslttutorial.xml and generated Mon Jun 11 07:19:06 MDT 2001 John Fleck * fixing embarassing typos in doc/tutorial/libxslttutorial.xml and generated html --- ChangeLog | 5 +++++ doc/tutorial/libxslttutorial.html | 24 ++++++++++++------------ doc/tutorial/libxslttutorial.xml | 4 ++-- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd329774..0fa4f1ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jun 11 07:19:06 MDT 2001 John Fleck + + * fixing embarassing typos in doc/tutorial/libxslttutorial.xml and + generated html + Tue Jun 12 07:42:35 CEST 2001 Daniel Veillard * libxslt/variables.c: fixed bug #55670, namespaces must 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 @@ libxslt Tutorial -
+

-libxslt Tutorial

+libxslt Tutorial

John Fleck

- This is verion 0.1 of the libxslt Tutorial + This is version 0.1 of the libxslt Tutorial
@@ -46,7 +46,7 @@

- + Abstract

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.

-

One of the most imporant of those tools is XSLT: +

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.

-

Note

+

Note

While libxslt was written under the auspices of the GNOME project, it does not @@ -101,16 +101,16 @@

References:

@@ -127,11 +127,11 @@ functions:
  1. -parse the input file

  2. +parse the input file

  3. -parse the stylesheet

  4. +parse the stylesheet

  5. -apply the stylesheet

  6. +apply the stylesheet

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 @@ Fleck - This is verion 0.1 of the libxslt Tutorial + This is version 0.1 of the libxslt Tutorial @@ -45,7 +45,7 @@ computer's XML files. - One of the most imporant of those tools is XSLT: + 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