Project

General

Profile

« Previous | Next » 

Revision 5727

include annotation id in the xsl:key so that attribute-measurement mappings can be made for each annotation without confusing them across annotations.

View differences:

annotation.xsl
83 83
							</div>
84 84
		
85 85
							<xsl:for-each select="/*[local-name()='annotation']">
86
								<xsl:call-template name="annotation"/>
86
								<xsl:call-template name="annotation">
87
									<xsl:with-param name="showAll" select="'true'"/>
88
								</xsl:call-template>
87 89
							</xsl:for-each>
88 90
							
89 91
							

Also available in: Unified diff