Revision 5722
Added by ben leinfelder almost 14 years ago
lib/style/skins/semtools/annotation-root.xsl | ||
---|---|---|
225 | 225 |
</td> |
226 | 226 |
<td class="roweven"> |
227 | 227 |
<xsl:for-each select="./*[local-name()='characteristic']"> |
228 |
<p>
|
|
228 |
<span>
|
|
229 | 229 |
<xsl:attribute name="title"> |
230 | 230 |
<xsl:value-of select="fn:namespace-uri-for-prefix(substring-before(./@id, ':'), .)"/> |
231 | 231 |
<xsl:text>#</xsl:text> |
232 | 232 |
<xsl:value-of select="substring-after(./@id, ':')"/> |
233 | 233 |
</xsl:attribute> |
234 | 234 |
<xsl:value-of select="substring-after(./@id, ':')"/> |
235 |
</p>
|
|
235 |
</span>
|
|
236 | 236 |
</xsl:for-each> |
237 | 237 |
</td> |
238 | 238 |
</tr> |
... | ... | |
241 | 241 |
Standard: |
242 | 242 |
</td> |
243 | 243 |
<td class="roweven"> |
244 |
<p>
|
|
244 |
<span>
|
|
245 | 245 |
<xsl:attribute name="title"> |
246 | 246 |
<xsl:value-of select="fn:namespace-uri-for-prefix(substring-before(./*[local-name()='standard']/@id, ':'), .)"/> |
247 | 247 |
<xsl:text>#</xsl:text> |
248 | 248 |
<xsl:value-of select="substring-after(./*[local-name()='standard']/@id, ':')"/> |
249 | 249 |
</xsl:attribute> |
250 | 250 |
<xsl:value-of select="substring-after(./*[local-name()='standard']/@id, ':')"/> |
251 |
</p>
|
|
251 |
</span>
|
|
252 | 252 |
</td> |
253 | 253 |
</tr> |
254 | 254 |
<tr> |
... | ... | |
256 | 256 |
Protocol: |
257 | 257 |
</td> |
258 | 258 |
<td class="roweven"> |
259 |
<p>
|
|
259 |
<span>
|
|
260 | 260 |
<xsl:attribute name="title"> |
261 | 261 |
<xsl:value-of select="fn:namespace-uri-for-prefix(substring-before(./*[local-name()='protocol']/@id, ':'), .)"/> |
262 | 262 |
<xsl:text>#</xsl:text> |
263 | 263 |
<xsl:value-of select="substring-after(./*[local-name()='protocol']/@id, ':')"/> |
264 | 264 |
</xsl:attribute> |
265 | 265 |
<xsl:value-of select="substring-after(./*[local-name()='protocol']/@id, ':')"/> |
266 |
</p>
|
|
266 |
</span>
|
|
267 | 267 |
</td> |
268 | 268 |
</tr> |
269 | 269 |
</table> |
Also available in: Unified diff
use span instead of p tag for showing the full uri of the classes