Project

General

Profile

« Previous | Next » 

Revision 5594

use <p> consistently when providing a tooltip for the full class URI

View differences:

annotation-root.xsl
128 128
													Class:
129 129
												</td>
130 130
												<td class="roweven">
131
													<xsl:attribute name="title">
132
														<xsl:value-of select="fn:namespace-uri-for-prefix(substring-before(./*[local-name()='entity']/@id, ':'), .)"/>
133
														<xsl:text>#</xsl:text>
131
													<p>
132
														<xsl:attribute name="title">
133
															<xsl:value-of select="fn:namespace-uri-for-prefix(substring-before(./*[local-name()='entity']/@id, ':'), .)"/>
134
															<xsl:text>#</xsl:text>
135
															<xsl:value-of select="substring-after(./*[local-name()='entity']/@id, ':')"/>
136
														</xsl:attribute> 
134 137
														<xsl:value-of select="substring-after(./*[local-name()='entity']/@id, ':')"/>
135
													</xsl:attribute> 
136
													<xsl:value-of select="substring-after(./*[local-name()='entity']/@id, ':')"/>
138
													</p>	
137 139
												</td>
138 140
											</tr>
139 141
											

Also available in: Unified diff