Revision 1644
Added by Jing Tao over 21 years ago
lib/style/eml2/eml-literature-2.0.0.xsl | ||
---|---|---|
70 | 70 |
|
71 | 71 |
<xsl:for-each select="article"> |
72 | 72 |
<xsl:call-template name="citationarticle"> |
73 |
<xsl:with-param name="accessfirstColStyle" select="$citationfirstColStyle"/>
|
|
74 |
<xsl:with-param name="accesssubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
73 |
<xsl:with-param name="citationfirstColStyle" select="$citationfirstColStyle"/>
|
|
74 |
<xsl:with-param name="citationsubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
75 | 75 |
</xsl:call-template> |
76 | 76 |
</xsl:for-each> |
77 | 77 |
|
78 | 78 |
<xsl:for-each select="book"> |
79 | 79 |
<xsl:call-template name="citationbook"> |
80 |
<xsl:with-param name="accessfirstColStyle" select="$citationfirstColStyle"/>
|
|
81 |
<xsl:with-param name="accesssubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
80 |
<xsl:with-param name="citationfirstColStyle" select="$citationfirstColStyle"/>
|
|
81 |
<xsl:with-param name="citationsubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
82 | 82 |
</xsl:call-template> |
83 | 83 |
</xsl:for-each> |
84 | 84 |
|
85 | 85 |
<xsl:for-each select="chapter"> |
86 | 86 |
<xsl:call-template name="citationchapter"> |
87 |
<xsl:with-param name="accessfirstColStyle" select="$citationfirstColStyle"/>
|
|
88 |
<xsl:with-param name="accesssubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
87 |
<xsl:with-param name="citationfirstColStyle" select="$citationfirstColStyle"/>
|
|
88 |
<xsl:with-param name="citationsubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
89 | 89 |
</xsl:call-template> |
90 | 90 |
</xsl:for-each> |
91 | 91 |
|
92 | 92 |
<xsl:for-each select="editedBook"> |
93 | 93 |
<xsl:call-template name="citationeditedBook"> |
94 |
<xsl:with-param name="accessfirstColStyle" select="$citationfirstColStyle"/>
|
|
95 |
<xsl:with-param name="accesssubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
94 |
<xsl:with-param name="citationfirstColStyle" select="$citationfirstColStyle"/>
|
|
95 |
<xsl:with-param name="citationsubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
96 | 96 |
</xsl:call-template> |
97 | 97 |
</xsl:for-each> |
98 | 98 |
|
99 | 99 |
<xsl:for-each select="manuscript"> |
100 | 100 |
<xsl:call-template name="citationmanuscript"> |
101 |
<xsl:with-param name="accessfirstColStyle" select="$citationfirstColStyle"/>
|
|
102 |
<xsl:with-param name="accesssubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
101 |
<xsl:with-param name="citationfirstColStyle" select="$citationfirstColStyle"/>
|
|
102 |
<xsl:with-param name="citationsubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
103 | 103 |
</xsl:call-template> |
104 | 104 |
</xsl:for-each> |
105 | 105 |
|
106 | 106 |
<xsl:for-each select="report"> |
107 | 107 |
<xsl:call-template name="citationreport"> |
108 |
<xsl:with-param name="accessfirstColStyle" select="$citationfirstColStyle"/>
|
|
109 |
<xsl:with-param name="accesssubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
108 |
<xsl:with-param name="citationfirstColStyle" select="$citationfirstColStyle"/>
|
|
109 |
<xsl:with-param name="citationsubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
110 | 110 |
</xsl:call-template> |
111 | 111 |
</xsl:for-each> |
112 | 112 |
|
113 | 113 |
<xsl:for-each select="thesis"> |
114 | 114 |
<xsl:call-template name="citationthesis"> |
115 |
<xsl:with-param name="accessfirstColStyle" select="$citationfirstColStyle"/>
|
|
116 |
<xsl:with-param name="accesssubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
115 |
<xsl:with-param name="citationfirstColStyle" select="$citationfirstColStyle"/>
|
|
116 |
<xsl:with-param name="citationsubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
117 | 117 |
</xsl:call-template> |
118 | 118 |
</xsl:for-each> |
119 | 119 |
|
120 | 120 |
<xsl:for-each select="conferenceProceedings"> |
121 | 121 |
<xsl:call-template name="citationconferenceProceedings"> |
122 |
<xsl:with-param name="accessfirstColStyle" select="$citationfirstColStyle"/>
|
|
123 |
<xsl:with-param name="accesssubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
122 |
<xsl:with-param name="citationfirstColStyle" select="$citationfirstColStyle"/>
|
|
123 |
<xsl:with-param name="citationsubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
124 | 124 |
</xsl:call-template> |
125 | 125 |
</xsl:for-each> |
126 | 126 |
|
127 | 127 |
<xsl:for-each select="personalCommunication"> |
128 | 128 |
<xsl:call-template name="citationpersonalCommunication"> |
129 |
<xsl:with-param name="accessfirstColStyle" select="$citationfirstColStyle"/>
|
|
130 |
<xsl:with-param name="accesssubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
129 |
<xsl:with-param name="citationfirstColStyle" select="$citationfirstColStyle"/>
|
|
130 |
<xsl:with-param name="citationsubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
131 | 131 |
</xsl:call-template> |
132 | 132 |
</xsl:for-each> |
133 | 133 |
|
134 | 134 |
<xsl:for-each select="map"> |
135 | 135 |
<xsl:call-template name="citationmap"> |
136 |
<xsl:with-param name="accessfirstColStyle" select="$citationfirstColStyle"/>
|
|
137 |
<xsl:with-param name="accesssubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
136 |
<xsl:with-param name="citationfirstColStyle" select="$citationfirstColStyle"/>
|
|
137 |
<xsl:with-param name="citationsubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
138 | 138 |
</xsl:call-template> |
139 | 139 |
</xsl:for-each> |
140 | 140 |
|
141 | 141 |
<xsl:for-each select="generic"> |
142 | 142 |
<xsl:call-template name="citationgeneric"> |
143 |
<xsl:with-param name="accessfirstColStyle" select="$citationfirstColStyle"/>
|
|
144 |
<xsl:with-param name="accesssubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
143 |
<xsl:with-param name="citationfirstColStyle" select="$citationfirstColStyle"/>
|
|
144 |
<xsl:with-param name="citationsubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
145 | 145 |
</xsl:call-template> |
146 | 146 |
</xsl:for-each> |
147 | 147 |
|
148 | 148 |
<xsl:for-each select="audioVisual"> |
149 | 149 |
<xsl:call-template name="citationaudioVisual"> |
150 |
<xsl:with-param name="accessfirstColStyle" select="$citationfirstColStyle"/>
|
|
151 |
<xsl:with-param name="accesssubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
150 |
<xsl:with-param name="citationfirstColStyle" select="$citationfirstColStyle"/>
|
|
151 |
<xsl:with-param name="citationsubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
152 | 152 |
</xsl:call-template> |
153 | 153 |
</xsl:for-each> |
154 | 154 |
|
155 | 155 |
<xsl:for-each select="presentation"> |
156 | 156 |
<xsl:call-template name="citationpresentation"> |
157 |
<xsl:with-param name="accessfirstColStyle" select="$citationfirstColStyle"/>
|
|
158 |
<xsl:with-param name="accesssubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
157 |
<xsl:with-param name="citationfirstColStyle" select="$citationfirstColStyle"/>
|
|
158 |
<xsl:with-param name="citationsubHeaderStyle" select="$citationsubHeaderStyle"/>
|
|
159 | 159 |
</xsl:call-template> |
160 | 160 |
</xsl:for-each> |
161 | 161 |
|
Also available in: Unified diff
Fixed a bug for variable.