Project

General

Profile

« Previous | Next » 

Revision 62539

updated xpath for citations

View differences:

EnrichOpenairePlugin.java
151 151
		for (final Object o : n.selectNodes(".//citations/citation/rawText")) {
152 152
			doc.getCitations().add(((Node) o).getText());
153 153
		}
154
		for (final Object o : n.selectNodes(".//references/reference/rawText")) {
155
			doc.getCitations().add(((Node) o).getText());
156
		}
154 157
	}
155 158

  
156 159
	private void updateUrls(final MdRecord doc, final Node n) {

Also available in: Unified diff