You are here

public function BiblioStyleEndNoteXML7::importData in Bibliography Module 7.3

@inheritdoc

Overrides BiblioStyleEndNoteXML8::importData

File

plugins/biblio_style/endnote/BiblioStyleEndNoteXML7.php, line 13
EndNote XML7 biblio style.

Class

BiblioStyleEndNoteXML7
@file EndNote XML7 biblio style.

Code

public function importData($data, $options = array()) {
  $options['pattern'] = '/<REFERENCE_TYPE>(.*)<\\/REFERENCE_TYPE>/';
  return parent::import($data, $options);
}