File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
dspace/src/main/resources/edu/georgetown/library/fileAnalyzer Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 4242 <xsl : value-of select =" @id" />
4343 </xsl : otherwise >
4444 </xsl : choose >
45- <xsl : value-of select =" @id" />
4645
4746 <xsl : text >" ," </xsl : text >
4847 <!-- empty -->
Original file line number Diff line number Diff line change 1010 <xsl : text >,</xsl : text >
1111 <xsl : text >collection</xsl : text >
1212 <xsl : text >,</xsl : text >
13+ <xsl : text >gu.archivesspace.id</xsl : text >
14+ <xsl : text >,</xsl : text >
1315 <xsl : text >dc.title[en]</xsl : text >
1416 <xsl : text >,</xsl : text >
1517 <xsl : text >dc.coverage.temporal[en]</xsl : text >
4042 <xsl : text >" ," </xsl : text >
4143 <xsl : value-of select =" $collection" />
4244
45+ <xsl : text >" ," </xsl : text >
46+ <xsl : choose >
47+ <xsl : when test =" starts-with(@id, 'aspace_')" >
48+ <xsl : value-of select =" substring(@id, 8)" />
49+ </xsl : when >
50+ <xsl : otherwise >
51+ <xsl : value-of select =" @id" />
52+ </xsl : otherwise >
53+ </xsl : choose >
54+
4355 <xsl : text >" ," </xsl : text >
4456 <xsl : value-of select =" .//ead:unittitle" />
4557
You can’t perform that action at this time.
0 commit comments