Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Malcolm McLean authored and Malcolm McLean committed Jun 24, 2024
1 parent b1d4950 commit 5565961
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/usingxmlparser.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
<H1> Using the XML parser </H1>
<P>
The Baby X resource compiler contains a "vanilla" <A href="https://github.com/MalcolmMcLean/minixml">XML parser</A>.
T
</P>

<H3> What is XML </H3>
Expand Down Expand Up @@ -123,7 +122,7 @@ <H3> The XML file parser </H3>
</code>
</pre>
<P>
Technical documentation on the functions <A href="xmlparser2.html">here</A>.
Technical documentation on the functions <A href="xmlparser2.html">here</A>.
</P>
<P>
You will often need to access these structures directly to process the XML tree efficiently. For instance if you do not know beforehand which attributes are assoicated with an element, the only way to get that information is to walk the attribute list an examne the "name" members.
Expand Down

0 comments on commit 5565961

Please sign in to comment.