summaryrefslogtreecommitdiff
path: root/docs/raptor-tutorial-parsing.xml
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2006-08-19 06:12:14 +0000
committerDave Beckett <dave@dajobe.org>2006-08-19 06:12:14 +0000
commit1c249fc6c9adf0c5ad468992ed7ffe4ddd54f68f (patch)
tree5e45e95d09b3c92a9e35c2493af31ea7d25a6f1b /docs/raptor-tutorial-parsing.xml
parentd3384f6bf3e8760d94f0f43fbe6d0ec1f6ad2e4b (diff)
downloadraptor-1c249fc6c9adf0c5ad468992ed7ffe4ddd54f68f.tar.gz
Add IDs to examples
Diffstat (limited to 'docs/raptor-tutorial-parsing.xml')
-rw-r--r--docs/raptor-tutorial-parsing.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/raptor-tutorial-parsing.xml b/docs/raptor-tutorial-parsing.xml
index 896675e7..107d888c 100644
--- a/docs/raptor-tutorial-parsing.xml
+++ b/docs/raptor-tutorial-parsing.xml
@@ -462,7 +462,7 @@ To tidy up, delete the parser object as follows:
<section id="tutorial-parser-example">
<title>Parsing example code</title>
-<example>
+<example id="raptor-example-rdfprint">
<title><filename>rdfprint.c</filename>: Parse an RDF/XML file and print the triples</title>
<programlisting>
<xi:include href="rdfprint.c" parse="text"/>