mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-08-01 14:06:55 +03:00
Fix validity of tutorial XML
Move the title element before articleinfo. https://tdg.docbook.org/tdg/4.5/article.html
This commit is contained in:
committed by
Nick Wellnhofer
parent
49fbde2844
commit
b2a4b219a9
@ -3,6 +3,8 @@
|
|||||||
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
|
||||||
|
|
||||||
<article id="libxslt">
|
<article id="libxslt">
|
||||||
|
<title>libxslt: An Extended Tutorial</title>
|
||||||
|
|
||||||
<articleinfo>
|
<articleinfo>
|
||||||
<author><firstname>Panos</firstname><surname>Louridas</surname></author>
|
<author><firstname>Panos</firstname><surname>Louridas</surname></author>
|
||||||
<copyright>
|
<copyright>
|
||||||
@ -34,8 +36,6 @@
|
|||||||
</legalnotice>
|
</legalnotice>
|
||||||
</articleinfo>
|
</articleinfo>
|
||||||
|
|
||||||
<title>libxslt: An Extended Tutorial</title>
|
|
||||||
|
|
||||||
<sect1><title>Introduction</title>
|
<sect1><title>Introduction</title>
|
||||||
|
|
||||||
<para>The Extensible Stylesheet Language Transformations (XSLT)
|
<para>The Extensible Stylesheet Language Transformations (XSLT)
|
||||||
|
Reference in New Issue
Block a user