Skip to content
Snippets Groups Projects
Commit 6b3773d5 authored by Goik Martin's avatar Goik Martin
Browse files

Info titles corrected

parent 737150a3
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
<div class="slideSectionOverview"> <div class="slideSectionOverview">
<xsl:for-each select="$nodes[$currentPosition]/d:info/d:abstract/d:para"> <xsl:for-each select="$nodes[$currentPosition]/d:info/d:abstract/d:para">
<p> <p>
<xsl:value-of select="."/> <xsl:apply-templates/>
</p> </p>
</xsl:for-each> </xsl:for-each>
</div> </div>
......
<?xml version="1.0" encoding="UTF-8"?>
<book version="5.1" xml:id="infotest" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xila="http://www.w3.org/2001/XInclude/local-attributes"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:trans="http://docbook.org/ns/transclusion"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:m="http://www.w3.org/1998/Math/MathML"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:db="http://docbook.org/ns/docbook">
<info>
<title>Info section test</title>
</info>
<chapter>
<title annotations="slide">Start</title>
<info>
<abstract>
<para>Class <classname>Rectangle</classname> of <link
xlink:href="https://en.wikipedia.org/wiki/Persistence_(computer_science)">persistence</link></para>
</abstract>
</info>
<figure xml:id="itemizedList">
<title>List</title>
<itemizedlist>
<listitem>
<para>one</para>
</listitem>
<listitem>
<para>two</para>
</listitem>
</itemizedlist>
</figure>
</chapter>
</book>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment