The resources for writing xml help files for advanced functions seems very limited. I'm hoping to use xml-based help files, but it seems that this requires me to have one xml file per cmdlet, which is a huge number of xml files. Each cmdlet uses the .ExternalHelp to assign an xmlfile to it.
Is there a way put the help for many cmdlets into one file and then properly point each cmdlet to the correct part of the file?