|
[HepData-svn] r1649 - trunk/hepdata-webapp/src/main/java/cedar/hepdata/formatsblackhole at projects.hepforge.org blackhole at projects.hepforge.orgTue Nov 5 09:36:28 GMT 2013
Author: whalley Date: Tue Nov 5 09:36:27 2013 New Revision: 1649 Log: removing the hepdataId from the HEPML output Modified: trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/HepMLFormatter.java Modified: trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/HepMLFormatter.java ============================================================================== --- trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/HepMLFormatter.java Fri Oct 25 15:58:03 2013 (r1648) +++ trunk/hepdata-webapp/src/main/java/cedar/hepdata/formats/HepMLFormatter.java Tue Nov 5 09:36:27 2013 (r1649) @@ -17,7 +17,7 @@ StringBuffer s = new StringBuffer(); s.append("<hepml>\n"); s.append(" <data timestamp=''>\n"); - s.append(" <paper hepdataId='" + p.getHepdataId() + "' spiresId='" + p.getSpiresId() + "' redId='" + p.getRedId() + "' preprintDate=''>\n"); + s.append(" <paper spiresId='" + p.getSpiresId() + "' redId='" + p.getRedId() + "' preprintDate=''>\n"); s.append(" <title>\n"); s.append(" " + p.getTitle() + "\n"); s.append(" </title>\n");
More information about the HepData-svn mailing list |