equal
deleted
inserted
replaced
213 <strong><xsl:apply-templates/></strong> |
213 <strong><xsl:apply-templates/></strong> |
214 </xsl:template> |
214 </xsl:template> |
215 <xsl:template match="formalpara"> |
215 <xsl:template match="formalpara"> |
216 <p><xsl:apply-templates/></p> |
216 <p><xsl:apply-templates/></p> |
217 </xsl:template> |
217 </xsl:template> |
|
218 <xsl:template match="formalpara[list|shortlist]"> |
|
219 <div> |
|
220 <p><xsl:apply-templates select="title"/></p> |
|
221 <xsl:apply-templates select="list|shortlist"/> |
|
222 </div> |
|
223 </xsl:template> |
218 |
224 |
219 <!-- citation --> |
225 <!-- citation --> |
220 <xsl:template match="citation/author"> |
226 <xsl:template match="citation/author"> |
221 <address><xsl:apply-templates/></address> |
227 <address><xsl:apply-templates/></address> |
222 </xsl:template> |
228 </xsl:template> |