• Parses a pubmed baseline file

    Parameters

    • bf: string

      the path to the bf stored on disk

      //for example 
      let fp = "./resources/pubmed22n0001.xml" ;
      let xml = parse_pubmed_baseline_file(fp) ;

    Returns Document