\section{wxHTML overview}\label{wxhtml}
-This topic was written by Vaclav Slavik, the author of the wxHTML library.
-
The wxHTML library provides classes for parsing and displaying HTML.
It is not intended to be a high-end HTML browser. If you are looking for
wxHtmlWindow supports tag handlers. This means that you can easily
extend wxHtml library with new, unsupported tags. Not only that,
you can even use your own application-specific tags!
-See \verb$src/html/m\_*.cpp$ files for details.
+See {\tt src/html/m\_*.cpp} files for details.
There is a generic wxHtmlParser class,
independent of wxHtmlWindow.