Project

General

Profile

« Previous | Next » 

Revision 8029

do not squash on eml-physical.xsl definition of the template match="citation" by using a named template for fgdc.

View differences:

lib/style/common/fgdc/fgdc-root.xsl
30 30
                    <h2>FGDC Identification Information</h2>
31 31
                </td>
32 32
            </tr>
33
            <xsl:apply-templates select="citation"/>
33
            <!-- don't want to conflict with the eml-physical.xsl template -->
34
            <xsl:for-each select="citation">
35
            	<xsl:call-template name="fgdcCitation"/>
36
            </xsl:for-each>
34 37
            <xsl:apply-templates select="descript"/>
35 38
            <xsl:apply-templates select="spdom"/>
36 39
            <xsl:apply-templates select="keywords"/>
37 40
        </table>
38 41
    </xsl:template>
39 42
    
40
    <xsl:template match="citation">
43
    <xsl:template name="fgdcCitation">
41 44
        <xsl:apply-templates select="citeinfo"/>
42 45
    </xsl:template>
43 46
    

Also available in: Unified diff