Small Basic Reference Updated in TechNet Wiki

I updated an TechNet Wiki article which contains Small Basic Dictionary object reference.

To update this article, I wrote a program SHQ268.  This program parses SmallBasicLibrary.xml (help file) and outputs HTML format for TechNet Wiki.  A line target = "GraphicWindow" in this program sets the object to output.

You can also check the output lines of this program by a browser with putting them into following HTML code.

 <html>
<head>
<style>
body { font-family: 'Segoe UI'; }
h1 { font-weight: 100; }
h2 { font-weight: 400; }
</style>
<body>
<!-- Insert the output here -->
</body>
</html>