-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
384 additions
and
209 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 was deleted.
Oops, something went wrong.
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,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="../../rng/geekodoc5-flat.rnc" type="application/relax-ng-compact-syntax"?> | ||
<article xmlns="http://docbook.org/ns/docbook"> | ||
<title>Test xml:id on an informalfigure</title> | ||
<informalfigure> | ||
<mediaobject> | ||
<imageobject> | ||
<imagedata fileref="foo.gif" format="GIF"/> | ||
</imageobject> | ||
<imageobject> | ||
<imagedata fileref="foo.dvi" format="DVI"/> | ||
</imageobject> | ||
</mediaobject> | ||
</informalfigure> | ||
</article> |
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,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="../../rng/geekodoc5-flat.rnc" type="application/relax-ng-compact-syntax"?> | ||
<article xmlns="http://docbook.org/ns/docbook"> | ||
<title>Test xml:id on an informalfigure</title> | ||
<informalfigure xml:id="should-not-be-there"> | ||
<mediaobject> | ||
<imageobject> | ||
<imagedata fileref="foo.png"/> | ||
</imageobject> | ||
</mediaobject> | ||
</informalfigure> | ||
</article> |
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,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="../../rng/geekodoc5-flat.rnc" type="application/relax-ng-compact-syntax"?> | ||
<article xmlns="http://docbook.org/ns/docbook"> | ||
<title>Test xml:id on an informaltable</title> | ||
<informaltable xml:id="should-not-be-there"> | ||
<tgroup cols="2"> | ||
<tbody> | ||
<row> | ||
<entry>A</entry> | ||
<entry>B</entry> | ||
</row> | ||
</tbody> | ||
</tgroup> | ||
</informaltable> | ||
</article> |
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,6 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="../../rng/geekodoc5-flat.rnc" type="application/relax-ng-compact-syntax"?> | ||
<article xmlns="http://docbook.org/ns/docbook" xml:lang="en" xml:id="article-id-on-remark"> | ||
<title>Test Article</title> | ||
<remark xml:id="should-not-be-there">The quick brown fox jumps over the lazy dog.</remark> | ||
</article> |
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,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="../../rng/geekodoc5-flat.rnc" type="application/relax-ng-compact-syntax"?> | ||
<article xmlns="http://docbook.org/ns/docbook"> | ||
<title>Test xml:id on rows</title> | ||
<table> | ||
<title>A Title with an xml:id on a row</title> | ||
<tgroup cols="2"> | ||
<tbody> | ||
<row xml:id="should-not-be-there"> | ||
<entry>A</entry> | ||
<entry>B</entry> | ||
</row> | ||
</tbody> | ||
</tgroup> | ||
</table> | ||
</article> |
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,39 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="../../rng/geekodoc5-flat.rnc" type="application/relax-ng-compact-syntax"?> | ||
<article xmlns="http://docbook.org/ns/docbook" | ||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"> | ||
<title>An Article with a Task</title> | ||
<task> | ||
<title>Changing a light bulb</title> | ||
<tasksummary> | ||
<para>How to change a light bulb</para> | ||
<informalfigure> | ||
<mediaobject> | ||
<imageobject> | ||
<imagedata fileref="should-not-be-there.png"/> | ||
</imageobject> | ||
</mediaobject> | ||
</informalfigure> | ||
</tasksummary> | ||
<taskprerequisites> | ||
<itemizedlist> | ||
<listitem> | ||
<para>Make sure you have a new light bulb.</para> | ||
</listitem> | ||
<listitem> | ||
<para>Make sure you have turned off the light switch.</para> | ||
</listitem> | ||
</itemizedlist> | ||
</taskprerequisites> | ||
<procedure> | ||
<step><para>Remove the old light bulb.</para></step> | ||
<step><para>Insert the new light bulb.</para></step> | ||
<step><para>Turn on the new light bulb.</para></step> | ||
<step><para>Recycle the old light bulb.</para></step> | ||
</procedure> | ||
<taskrelated> | ||
<para>See section <link xlink:href="#buying-bulb">how to buy a | ||
light bulb</link> for further information.</para> | ||
</taskrelated> | ||
</task> | ||
</article> |
File renamed without changes.
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,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<?xml-model href="../../rng/geekodoc5-flat.rnc" type="application/relax-ng-compact-syntax"?> | ||
<article xmlns="http://docbook.org/ns/docbook"> | ||
<info> | ||
<title>Test: authorgroup</title> | ||
<authorgroup> | ||
<author> | ||
<personname> | ||
<firstname>Tux</firstname> | ||
<surname>Penguin</surname> | ||
</personname> | ||
<email>tux@example.org</email> | ||
<!--<affiliation> | ||
<!-\-<jobtitle>Ice breaker</jobtitle>-\-> | ||
<!-\-<orgname>Icelandic Coporation Inc.</orgname>-\-> | ||
</affiliation>--> | ||
</author> | ||
</authorgroup> | ||
</info> | ||
<para>Bla</para> | ||
<table> | ||
<title></title> | ||
<tgroup cols="2"> | ||
<tbody> | ||
<row> | ||
<entry></entry> | ||
</row> | ||
</tbody> | ||
</tgroup> | ||
</table> | ||
</article> |
File renamed without changes.
File renamed without changes.
Oops, something went wrong.