Project

General

Profile

« Previous | Next » 

Revision 5986

[untested] loop through each origin[ator] to make a row for them

View differences:

lib/style/common/fgdc/fgdc-root.xsl
52 52
        <tr>
53 53
            <xsl:call-template name="docid"/>
54 54
        </tr>
55
        <xsl:for-each select="origin">
56
	        <tr>
57
	            <xsl:apply-templates select="."/>
58
	        </tr>
59
	    </xsl:for-each> 
55 60
        <tr>
56
            <xsl:apply-templates select="origin"/>
57
        </tr>
58
        <tr>
59 61
            <xsl:apply-templates select="pubdate"/>
60 62
        </tr>
61 63
        <tr>

Also available in: Unified diff