/// <summary> /// This method returns the list of prokaryotes with its journal details. /// Throws an exception of any error accessing the database occurs. /// </summary> public static XmlDocument listJournals() { XmlDocument doc = new XmlDocument(); doc.AppendChild(dictionaryToXML(GDDL.listJournals(), doc)); return(doc); }