I'm using NDoc 1.3.1746.0
I have been trying to embed MathML within my C#
source documentation to no avail.
I'm using the MathPlayer plugin to render the MathML.
I can get the equations to display in internet explorer if
I do the following three things:
1) add the file pmathml.xsl to the html directory
2) change the generated html page from .html to .xml,
and
3) replace the html tag in the xml file with
<html dir="LTR"
xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
with
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="pmathml.xsl"?>
<!--
pref:renderer="techexplorer-plugin"
pref:renderer="techexplorer"
pref:renderer="css"
pref:renderer="mathplayer"
pref:renderer="mathplayer-dl"
-->
<html dir="LTR"
xmlns:MSHelp="http://msdn.microsoft.com/mshelp"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:pref="http://www.w3.org/2002/Math/pre
ference"
pref:renderer="mathplayer-dl"
>
Is it possible to get the VS.Net documenter, HTML Help2
file to display MathML? Any suggestions will be
appreciated.
Thanks,
Frank
Logged In: YES
user_id=1255503
I have attached a sample which describe how to do that
in the Tracker/FeatureRequested section
higelino@