Project

General

Profile

« Previous | Next » 

Revision 51020

refactoring using jaxb

View differences:

TransformTest.java
18 18
import org.junit.Ignore;
19 19
import org.junit.Test;
20 20

  
21
import eu.dnetlib.xml.ISTIUtilityFunction;
21
import eu.dnetlib.data.utils.XsltFunctions;
22 22

  
23 23
/**
24 24
 * Created by sandro on 9/30/16.
......
45 45

  
46 46
		// System.out.println("record = " + record);
47 47

  
48
		System.out.println("name :" + ISTIUtilityFunction.cleanNames("(eds.)"));
48
		System.out.println("name :" + XsltFunctions.cleanNames("(eds.)"));
49 49

  
50 50
	}
51 51

  

Also available in: Unified diff