Exemplo n.º 1
0
        static List <HelpItem> GetHelpItemsFromXMLFile(string xmlPath,
                                                       string xsdPath)
        {
            HelpItemXMLFile hx = new HelpItemXMLFile(xmlPath, xsdPath,
                                                     "urn:helpgen");

            return(hx.ReadHelpItems());
        }
Exemplo n.º 2
0
 static List<HelpItem> GetHelpItemsFromXMLFile( string xmlPath,
                                                string xsdPath )
 {
     HelpItemXMLFile hx = new HelpItemXMLFile( xmlPath, xsdPath, 
                                               "urn:helpgen" );
     return hx.ReadHelpItems();
 }