The following XML file is used in combination with the XSLT file posted in an earlier post. These 2 files transform into HMTL that views correctly in Visual Studio 2010 HelpViewer 1.0. <? xml version = " 1.0 " encoding = " iso-8859-1 " ?> <? xml-stylesheet type="text/xsl" href="../xslt/gravity.xslt" ?> < HelpDocument > < Meta > < title > Add </ title > < metaTitle > Add </ metaTitle > < metaID > Help3-7F3D2D9D-Add </ metaID > < metaParent > Help3-7F3D2D9D-Entity </ metaParent > < metaKeywords > < metaKeyword > < keyword > Add </ keyword > </ metaKeyword > ...
Layman explanations of Software coding and configuration techniques. With example code where possible.