Project

General

Profile

« Previous | Next » 

Revision 55264

Partly fix issue #4412 on pid types

View differences:

AbstractDNetXsltFunctions.java
1463 1463

  
1464 1464

  
1465 1465

  
1466
	private static final Set<String> invalidPidTypes = Sets.newHashSet("distributionlocation", "url", " ", "local accession id", "local", "landingpage");
1467

  
1466
	private static final Set<String> invalidPidTypes =
1467
			Sets.newHashSet("distributionlocation", "url", " ", "local accession id", "local", "landingpage", "publisherid", "report number", "uri", "contract", "doc",
1468
					"issn", "issn (online)", "issn (print)", "eissn", "citation", "unknown", "other", "oai", "case number", "section", "series", "report",
1469
					"other numbers", "site id", "fulltext", "internal", "report numbers", "product number", "depositor id", "isbn13", "doe contract number", "revision",
1470
					"issue", "pages", "volume", "another identifier for this resource");
1468 1471
	protected static List<StructuredProperty> parsePids(final NodeList nodelist) {
1469 1472

  
1470 1473
		final List<StructuredProperty> pids = Lists.newArrayList();

Also available in: Unified diff