Project

General

Profile

« Previous | Next » 

Revision 28008

removed eagle namespace from xml view box

View differences:

modules/dnet-eagle-lightUI/trunk/src/main/resources/eu/dnetlib/functionality/lightui/utils/xsl/document_eagle_EMF.xslt
79 79
			</xsl:for-each>
80 80
			
81 81
			<xsl:if test="//*[local-name()='isTranscriptionOf']">
82
				<xsl:variable name="linkrel" select="//*[local-name()='isTranscriptionOf']" />
82
				<xsl:variable name="linkrel" select="//*[local-name()='isTranscriptionOf']/artifactId" />
83 83
				<a href="documentCQL.do?key=dnetresourceidentifier&amp;value={$linkrel}"><img src="static.get?src=artifact.png" width="80" height="80" /><xsl:value-of select="$linkrel" /></a>
84 84
			</xsl:if>
85 85
			
......
110 110
	<xsl:template name="xmlItem">
111 111
		<xsl:param name="indent" />
112 112

  
113

  
114 113
		<xsl:variable name="tag" select="local-name()" />
115 114

  
116 115
		<xsl:variable name="newindent">
......
126 125
		<xsl:value-of select="$indent" />
127 126

  
128 127
		<b>
129
			<xsl:value-of select="concat('&lt;eagle:',$tag)" />
128
			<xsl:value-of select="concat('&lt;',$tag)" />
130 129
		</b>
131 130
		<i>
132 131
			<xsl:value-of select="$attribs" />
......
152 151
		</xsl:choose>
153 152

  
154 153
		<b>
155
			<xsl:value-of select="concat('&lt;/eagle:',$tag,'&gt;')" />
154
			<xsl:value-of select="concat('&lt;/',$tag,'&gt;')" />
156 155
		</b>
157 156

  
158 157
	</xsl:template>

Also available in: Unified diff