mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-29 15:41:13 +03:00
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
This commit is contained in:
committed by
John Fleck
parent
8e0fa46829
commit
f05089a880
@ -1,3 +1,8 @@
|
|||||||
|
Mon Jun 11 07:19:06 MDT 2001 John Fleck <jfleck@inkstain.net>
|
||||||
|
|
||||||
|
* fixing embarassing typos in doc/tutorial/libxslttutorial.xml and
|
||||||
|
generated html
|
||||||
|
|
||||||
Tue Jun 12 07:42:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
Tue Jun 12 07:42:35 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||||
|
|
||||||
* libxslt/variables.c: fixed bug #55670, namespaces must
|
* libxslt/variables.c: fixed bug #55670, namespaces must
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
<title>libxslt Tutorial</title>
|
<title>libxslt Tutorial</title>
|
||||||
<meta name="generator" content="DocBook XSL Stylesheets V1.29">
|
<meta name="generator" content="DocBook XSL Stylesheets V1.29">
|
||||||
</head>
|
</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 class="titlepage">
|
||||||
<div><h1 class="title">
|
<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><h3 class="author">John Fleck</h3></div>
|
||||||
<div><span class="releaseinfo">
|
<div><span class="releaseinfo">
|
||||||
This is verion 0.1 of the libxslt Tutorial
|
This is version 0.1 of the libxslt Tutorial
|
||||||
<br>
|
<br>
|
||||||
</span></div>
|
</span></div>
|
||||||
<div><p class="copyright">Copyright <20> 2001 by John Fleck</p></div>
|
<div><p class="copyright">Copyright <20> 2001 by John Fleck</p></div>
|
||||||
@ -46,7 +46,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="abstract">
|
<div class="abstract">
|
||||||
<p>
|
<p>
|
||||||
<a name="id2692569"></a>
|
<a name="id2692706"></a>
|
||||||
<b>Abstract</b>
|
<b>Abstract</b>
|
||||||
</p>
|
</p>
|
||||||
<p>A tutorial on building a simple application using the
|
<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
|
read a text file. With the proper tools, any computer can read any other
|
||||||
computer's XML files.
|
computer's XML files.
|
||||||
</p>
|
</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
|
Extensible Stylesheet Language Transformations. XSLT
|
||||||
is a declarative language that allows you to
|
is a declarative language that allows you to
|
||||||
translate your XML into arbitrary text output
|
translate your XML into arbitrary text output
|
||||||
@ -79,7 +79,7 @@
|
|||||||
transformations.
|
transformations.
|
||||||
|
|
||||||
<div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
|
<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>
|
<p>
|
||||||
While libxslt was written
|
While libxslt was written
|
||||||
under the auspices of the GNOME project, it does not
|
under the auspices of the GNOME project, it does not
|
||||||
@ -101,16 +101,16 @@
|
|||||||
<p>References:
|
<p>References:
|
||||||
<div class="itemizedlist"><ul>
|
<div class="itemizedlist"><ul>
|
||||||
<li><p>
|
<li><p>
|
||||||
<a name="id2691051"></a>
|
<a name="id2691185"></a>
|
||||||
<a href="http://www.w3.org/XML/" target="_top">W3C XML page</a>
|
<a href="http://www.w3.org/XML/" target="_top">W3C XML page</a>
|
||||||
</p></li>
|
</p></li>
|
||||||
<li><p>
|
<li><p>
|
||||||
<a name="id2691071"></a>
|
<a name="id2691206"></a>
|
||||||
<a href="http://www.w3.org/Style/XSL/" target="_top">W3C
|
<a href="http://www.w3.org/Style/XSL/" target="_top">W3C
|
||||||
XSL page.</a>
|
XSL page.</a>
|
||||||
</p></li>
|
</p></li>
|
||||||
<li><p>
|
<li><p>
|
||||||
<a name="id2691092"></a>
|
<a name="id2691227"></a>
|
||||||
<a href="http://xmlsoft.org/XSLT/" target="_top">libxslt</a>
|
<a href="http://xmlsoft.org/XSLT/" target="_top">libxslt</a>
|
||||||
</p></li>
|
</p></li>
|
||||||
</ul></div>
|
</ul></div>
|
||||||
@ -127,11 +127,11 @@
|
|||||||
functions:
|
functions:
|
||||||
<div class="orderedlist"><ol type="1">
|
<div class="orderedlist"><ol type="1">
|
||||||
<li><p>
|
<li><p>
|
||||||
<a name="id2691138"></a>parse the input file</p></li>
|
<a name="id2691273"></a>parse the input file</p></li>
|
||||||
<li><p>
|
<li><p>
|
||||||
<a name="id2691146"></a>parse the stylesheet</p></li>
|
<a name="id2691282"></a>parse the stylesheet</p></li>
|
||||||
<li><p>
|
<li><p>
|
||||||
<a name="id2691155"></a>apply the stylesheet</p></li>
|
<a name="id2691290"></a>apply the stylesheet</p></li>
|
||||||
</ol></div>
|
</ol></div>
|
||||||
</p>
|
</p>
|
||||||
<div class="sect2">
|
<div class="sect2">
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
<surname>Fleck</surname>
|
<surname>Fleck</surname>
|
||||||
</author>
|
</author>
|
||||||
<releaseinfo>
|
<releaseinfo>
|
||||||
This is verion 0.1 of the libxslt Tutorial
|
This is version 0.1 of the libxslt Tutorial
|
||||||
</releaseinfo>
|
</releaseinfo>
|
||||||
</articleinfo>
|
</articleinfo>
|
||||||
<abstract>
|
<abstract>
|
||||||
@ -45,7 +45,7 @@
|
|||||||
computer's <acronym>XML</acronym> files.
|
computer's <acronym>XML</acronym> files.
|
||||||
</para>
|
</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>
|
Extensible Stylesheet Language Transformations. <acronym>XSLT</acronym>
|
||||||
is a declarative language that allows you to
|
is a declarative language that allows you to
|
||||||
translate your <acronym>XML</acronym> into arbitrary text output
|
translate your <acronym>XML</acronym> into arbitrary text output
|
||||||
|
Reference in New Issue
Block a user