diff options
Diffstat (limited to 'doc/html/xml-sax-walkthrough.html')
-rw-r--r-- | doc/html/xml-sax-walkthrough.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/xml-sax-walkthrough.html b/doc/html/xml-sax-walkthrough.html index cd26dc90f..4703e6cba 100644 --- a/doc/html/xml-sax-walkthrough.html +++ b/doc/html/xml-sax-walkthrough.html @@ -39,7 +39,7 @@ To learn more about SAX2 see the document describing <a href="xml.html#sax2">the TQt SAX2 implementation.</a> <p> Before reading on you should at least be familiar with the <a href="xml.html#sax2Intro">Introduction to SAX2.</a> -<p> <a name="tquickStart"></a> +<p> <a name="quickStart"></a> <h2>A tiny parser</h2> <p> In this section we will present a small example reader that outputs the names of all elements in an XML document on the command line. |