I need to
convert my Sandcastle Help File
Builder (SHFB) output that is a Web
site (HTML) to Media wiki format
Find a way to transfer/include the
converted pages directly into the
MediaWiki we have set up.
Any ideas? we have over 1000 pages of HTML files inthe Website (output of SHFB).
I thought of using a html2wiki converter ....
I'm using SandCastle Help File Builder 1.8.0.1 with its MAML content editor.
I want an ordered list starting from a value other than the default of 1.
10. Some data
11. Other data
I even tried the following and it does not work as it is from HTML for the OL element:
<list class="ordered">
<listItem value="10">some data<...
How do I make a list in xmldoc blocks render as an ordered list when I create a chm with Sandcastle Helpfile Builder?
The following does not work:
/// <list type="numbered">
/// <item>Built in support for foobar</item>
/// <item>Client gooblygook and associated javascript support</item>
/// <item>Client side ability to read...
Hi,
I'm using Sandcastle Help File Builder GUI and I can't seem to get code examples in my comments to appear in the help file output.
I'm generating Help 1.x and MSDN-style HTML documentation.
The examples look like the following in my code:
/// <summary>
/// Connects to the server
/// </summary>
/// <example> Connec...