We're working on a WPF-based application and we would like to have user documentation included in the application.
Our requirements:
- Must support multiple output formats (CHM,HTML,PDF)
- Be able to load the text into a WPF application
- Be familiar for a windows user
- Preferrable possible to give us context sensitive help within the application
- Nice predefined template so we only need to adjust to our colours
I've been considering basing this on MAML which is Vista's documentation format, but I am a bit unsure about the tooling support and the lack of commitment for a public API by Microsoft. Does anyone have any experience with MAML?