forked from docbook/xslTNG
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request docbook#462 from ndw/minor-fixes
Fix bugs related to automatic glossaries
- Loading branch information
Showing
16 changed files
with
226 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" class="no-js"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script><title>Unit Test: glossary.010</title><meta name="viewport" content="width=device-width, initial-scale=1.0"/><link href="https://purl.org/dc/elements/1.1/" rel="schema.dc"/><meta content="2011-04-22T17:02:00-06:00" name="dc.modified"/><meta content="DocBook xslTNG" name="generator"/><link href="./css/docbook.css" rel="stylesheet" media="screen"/></head><body class="home"><nav class="top"></nav><main><article class="book division"><header><h1>Unit Test: glossary.010</h1><h2>Wikipedia fruits with pepper</h2><div class="editor"><h3><span class="editedby">Edited by </span><span class="first-last personname"><span class="firstname">Someone</span> <span class="surname">Random</span></span></h3></div><p class="releaseinfo"><span class="releaseinfo">Just some test data</span></p></header><div class="list-of-titles"><div class="lot toc"><div class="title">Table of Contents</div><ul class="toc"><li><a href="#R_ch1"><span class="label">1</span><span class="sep">. </span>Fruits and Peppers</a></li><li><a href="#glossary">Glossary</a></li></ul></div></div><section id="R_ch1" class="chapter component"><header><h2>Chapter <span class="label">1</span><span class="sep">. </span>Fruits and Peppers</h2></header><div class="admonition note"><div><div class="icon">ⓘ</div><div class="body"><header><div class="title">Note</div></header><div><p>The test harness is configured to run this test with the | ||
<code class="parameter">glossary-collection</code> parameter pointing to | ||
<code class="filename">src/test/resources/glosscollection.xml</code>.</p></div></div></div></div><p><span class="glossterm"><a href="#peach">Peaches</a></span>, | ||
<span class="glossterm"><a href="#pear">Pears</a></span>, and | ||
<span class="glossterm"><a href="#glossary_ge3">Peppers</a></span>.</p></section><div id="glossary" class="auto component glossary"><header><h2>Glossary</h2></header><dl><dt id="peach" class="glossentry"><span class="glossterm">Peach</span></dt><dd class="glossdef"><p>The peach (Prunus persica) is a deciduous tree native to the | ||
region of Northwest China between the Tarim Basin and the north | ||
slopes of the Kunlun Mountains, where it was first domesticated | ||
and cultivated. It bears an edible juicy fruit called a peach | ||
or a nectarine.</p></dd><dt id="pear" class="glossentry"><span class="glossterm">Pear</span></dt><dd class="glossdef"><p>The pear tree and shrub are a species of genus | ||
Pyrus, in the family Rosaceae, bearing the pomaceous | ||
fruit of the same name. Several species of pear are valued for | ||
their edible fruit and juices while others are cultivated as | ||
trees.</p></dd><dt id="glossary_ge3" class="glossentry"><span class="glossterm">Pepper</span></dt><dd class="glossdef"><p>Black pepper (Piper nigrum) is a flowering vine in the family Piperaceae, cultivated for | ||
its fruit (the peppercorn), which is usually dried and used as a spice and seasoning. | ||
Peppercorns and the ground pepper derived from them may be described simply as pepper, | ||
or more precisely as <em>black pepper</em> (cooked and dried unripe fruit), | ||
<em>green pepper</em> (dried unripe fruit), or <em>white pepper | ||
</em>(ripe fruit seeds).</p></dd></dl></div></article></main><nav class="bottom"></nav></body></html> |
Oops, something went wrong.