vote up 5 vote down star
2

At work we use Sandcastle for creation of help files. I have been using SandCastleGUI for some time and I'm looking for a way to create additional pages in the help file. These pages are written in XML format called MAML. The only problem is that I couldn't find any decent editor for these file format.

I'm looking for a WYSIWYG editor to create & edit additional documentation pages.

flag

3 Answers

vote up 1 vote down

You could use a generic XML editor with WYSIWYG support like Oxygen or Serna. You would need a Xml Schema or DTD for MAML, I assume there is one somewhere in an SDK or such. Probably the harder part is that you would need a stylesheet that renders the XML to an display format that can be used by the editor to provide a WYSIWYG view of the document.

It works rather well for standard XML formats such as Docbook, but I don't know how easy it is to find/create the needed stylesheets for MAML. But generally there is no reason why it couldn't be done.

link|flag
No exactly what I had in mind - I need a WYSIWYG editor to edit documents for the help, I'm not looking for an XML graphic editor – Dror Helper Mar 16 at 7:45
Well, at least these editors give you WYSIWYG editing of the text parts of your help files that looks pretty much like the screenshots of Gustavos links. It's better than having to write everything as raw XML, but doesn't handle things like compiling it to actual help files,... – sth Mar 16 at 13:37
vote up 1 vote down

This is really not an answer, but as you might see from my question I have an interest in experience with MAML in general and particular MAML with regards to end user documentation. If have any experience with this, it would be great if you could provide your thoughts on your blog about using MAML for end user documentation.

link|flag
No problem I promise to write about it either at my blog or at my company's blog - blog.typemock.com – Dror Helper Sep 22 '08 at 13:15
vote up 1 vote down

Here are 2 blog posts of a MAML Editor:

MAML Editor: Progress
MAML Editor: Progress II

link|flag
I know those blog posts but what I need is an actual product and not a progress report of a product in development. – Dror Helper Sep 20 '08 at 16:56
Sorry mate. That quick Google search really didn't return many positives :( – Gustavo Carreno Sep 20 '08 at 16:58

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.