biblio.xsl 38 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217
  1. <?xml version="1.0" encoding="ASCII"?>
  2. <!--This file was created automatically by html2xhtml-->
  3. <!--from the HTML stylesheets.-->
  4. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1999/xhtml" version="1.0">
  5. <!-- ********************************************************************
  6. $Id$
  7. ********************************************************************
  8. This file is part of the XSL DocBook Stylesheet distribution.
  9. See ../README or http://docbook.sf.net/release/xsl/current/ for
  10. copyright and other information.
  11. ******************************************************************** -->
  12. <!-- ==================================================================== -->
  13. <xsl:template match="bibliography">
  14. <xsl:call-template name="id.warning"/>
  15. <div>
  16. <xsl:apply-templates select="." mode="class.attribute"/>
  17. <xsl:if test="$generate.id.attributes != 0">
  18. <xsl:attribute name="id">
  19. <xsl:call-template name="object.id"/>
  20. </xsl:attribute>
  21. </xsl:if>
  22. <xsl:call-template name="bibliography.titlepage"/>
  23. <xsl:apply-templates/>
  24. <xsl:if test="not(parent::article)">
  25. <xsl:call-template name="process.footnotes"/>
  26. </xsl:if>
  27. </div>
  28. </xsl:template>
  29. <xsl:template match="bibliography/bibliographyinfo"/>
  30. <xsl:template match="bibliography/info"/>
  31. <xsl:template match="bibliography/title"/>
  32. <xsl:template match="bibliography/subtitle"/>
  33. <xsl:template match="bibliography/titleabbrev"/>
  34. <!-- ==================================================================== -->
  35. <xsl:template match="bibliodiv">
  36. <xsl:call-template name="id.warning"/>
  37. <div>
  38. <xsl:apply-templates select="." mode="class.attribute"/>
  39. <xsl:apply-templates/>
  40. </div>
  41. </xsl:template>
  42. <xsl:template match="bibliodiv/title">
  43. <h3>
  44. <xsl:apply-templates select="." mode="class.attribute"/>
  45. <xsl:call-template name="anchor">
  46. <xsl:with-param name="node" select=".."/>
  47. </xsl:call-template>
  48. <xsl:apply-templates/>
  49. </h3>
  50. </xsl:template>
  51. <!-- ==================================================================== -->
  52. <xsl:template match="bibliolist">
  53. <div>
  54. <xsl:apply-templates select="." mode="class.attribute"/>
  55. <xsl:call-template name="anchor"/>
  56. <xsl:if test="blockinfo/title|info/title|title">
  57. <xsl:call-template name="formal.object.heading"/>
  58. </xsl:if>
  59. <xsl:apply-templates select="*[not(self::blockinfo) and not(self::info) and not(self::title) and not(self::titleabbrev) and not(self::biblioentry) and not(self::bibliomixed)]"/>
  60. <xsl:apply-templates select="biblioentry|bibliomixed"/>
  61. </div>
  62. </xsl:template>
  63. <!-- ==================================================================== -->
  64. <xsl:template match="biblioentry">
  65. <xsl:param name="label">
  66. <xsl:call-template name="biblioentry.label"/>
  67. </xsl:param>
  68. <xsl:variable name="id">
  69. <xsl:call-template name="object.id"/>
  70. </xsl:variable>
  71. <xsl:choose>
  72. <xsl:when test="string(.) = ''">
  73. <xsl:variable name="bib" select="document($bibliography.collection,.)"/>
  74. <xsl:variable name="entry" select="$bib/bibliography/ *[@id=$id or @xml:id=$id][1]"/>
  75. <xsl:choose>
  76. <xsl:when test="$entry">
  77. <xsl:choose>
  78. <xsl:when test="$bibliography.numbered != 0">
  79. <xsl:apply-templates select="$entry">
  80. <xsl:with-param name="label" select="$label"/>
  81. </xsl:apply-templates>
  82. </xsl:when>
  83. <xsl:otherwise>
  84. <xsl:apply-templates select="$entry"/>
  85. </xsl:otherwise>
  86. </xsl:choose>
  87. </xsl:when>
  88. <xsl:otherwise>
  89. <xsl:message>
  90. <xsl:text>No bibliography entry: </xsl:text>
  91. <xsl:value-of select="$id"/>
  92. <xsl:text> found in </xsl:text>
  93. <xsl:value-of select="$bibliography.collection"/>
  94. </xsl:message>
  95. <div>
  96. <xsl:apply-templates select="." mode="class.attribute"/>
  97. <xsl:call-template name="anchor"/>
  98. <p>
  99. <xsl:copy-of select="$label"/>
  100. <xsl:text>Error: no bibliography entry: </xsl:text>
  101. <xsl:value-of select="$id"/>
  102. <xsl:text> found in </xsl:text>
  103. <xsl:value-of select="$bibliography.collection"/>
  104. </p>
  105. </div>
  106. </xsl:otherwise>
  107. </xsl:choose>
  108. </xsl:when>
  109. <xsl:otherwise>
  110. <div>
  111. <xsl:apply-templates select="." mode="class.attribute"/>
  112. <xsl:call-template name="anchor">
  113. <xsl:with-param name="conditional" select="0"/>
  114. </xsl:call-template>
  115. <p>
  116. <xsl:copy-of select="$label"/>
  117. <xsl:choose>
  118. <xsl:when test="$bibliography.style = 'iso690'">
  119. <xsl:call-template name="iso690.makecitation"/>
  120. </xsl:when>
  121. <xsl:otherwise>
  122. <xsl:apply-templates mode="bibliography.mode"/>
  123. </xsl:otherwise>
  124. </xsl:choose>
  125. </p>
  126. </div>
  127. </xsl:otherwise>
  128. </xsl:choose>
  129. </xsl:template>
  130. <xsl:template match="bibliomixed">
  131. <xsl:param name="label">
  132. <xsl:call-template name="biblioentry.label"/>
  133. </xsl:param>
  134. <xsl:variable name="id">
  135. <xsl:call-template name="object.id"/>
  136. </xsl:variable>
  137. <xsl:choose>
  138. <xsl:when test="string(.) = ''">
  139. <xsl:variable name="bib" select="document($bibliography.collection,.)"/>
  140. <xsl:variable name="entry" select="$bib/bibliography/ *[@id=$id or @xml:id=$id][1]"/>
  141. <xsl:choose>
  142. <xsl:when test="$entry">
  143. <xsl:choose>
  144. <xsl:when test="$bibliography.numbered != 0">
  145. <xsl:apply-templates select="$entry">
  146. <xsl:with-param name="label" select="$label"/>
  147. </xsl:apply-templates>
  148. </xsl:when>
  149. <xsl:otherwise>
  150. <xsl:apply-templates select="$entry"/>
  151. </xsl:otherwise>
  152. </xsl:choose>
  153. </xsl:when>
  154. <xsl:otherwise>
  155. <xsl:message>
  156. <xsl:text>No bibliography entry: </xsl:text>
  157. <xsl:value-of select="$id"/>
  158. <xsl:text> found in </xsl:text>
  159. <xsl:value-of select="$bibliography.collection"/>
  160. </xsl:message>
  161. <div>
  162. <xsl:apply-templates select="." mode="class.attribute"/>
  163. <xsl:call-template name="anchor"/>
  164. <p>
  165. <xsl:copy-of select="$label"/>
  166. <xsl:text>Error: no bibliography entry: </xsl:text>
  167. <xsl:value-of select="$id"/>
  168. <xsl:text> found in </xsl:text>
  169. <xsl:value-of select="$bibliography.collection"/>
  170. </p>
  171. </div>
  172. </xsl:otherwise>
  173. </xsl:choose>
  174. </xsl:when>
  175. <xsl:otherwise>
  176. <div>
  177. <xsl:apply-templates select="." mode="class.attribute"/>
  178. <xsl:call-template name="anchor">
  179. <xsl:with-param name="conditional" select="0"/>
  180. </xsl:call-template>
  181. <p>
  182. <xsl:apply-templates select="." mode="class.attribute"/>
  183. <xsl:copy-of select="$label"/>
  184. <xsl:apply-templates mode="bibliomixed.mode"/>
  185. </p>
  186. </div>
  187. </xsl:otherwise>
  188. </xsl:choose>
  189. </xsl:template>
  190. <xsl:template name="biblioentry.label">
  191. <xsl:param name="node" select="."/>
  192. <xsl:choose>
  193. <xsl:when test="$bibliography.numbered != 0">
  194. <xsl:text>[</xsl:text>
  195. <xsl:number from="bibliography" count="biblioentry|bibliomixed" level="any" format="1"/>
  196. <xsl:text>] </xsl:text>
  197. </xsl:when>
  198. <xsl:when test="local-name($node/child::*[1]) = 'abbrev'">
  199. <xsl:text>[</xsl:text>
  200. <xsl:apply-templates select="$node/abbrev[1]"/>
  201. <xsl:text>] </xsl:text>
  202. </xsl:when>
  203. <xsl:when test="$node/@xreflabel">
  204. <xsl:text>[</xsl:text>
  205. <xsl:value-of select="$node/@xreflabel"/>
  206. <xsl:text>] </xsl:text>
  207. </xsl:when>
  208. <xsl:when test="$node/@id">
  209. <xsl:text>[</xsl:text>
  210. <xsl:value-of select="$node/@id"/>
  211. <xsl:text>] </xsl:text>
  212. </xsl:when>
  213. <xsl:when test="$node/@xml:id">
  214. <xsl:text>[</xsl:text>
  215. <xsl:value-of select="$node/@xml:id"/>
  216. <xsl:text>] </xsl:text>
  217. </xsl:when>
  218. <xsl:otherwise><!-- nop --></xsl:otherwise>
  219. </xsl:choose>
  220. </xsl:template>
  221. <!-- ==================================================================== -->
  222. <xsl:template match="*" mode="bibliography.mode">
  223. <xsl:apply-templates select="."/><!-- try the default mode -->
  224. </xsl:template>
  225. <xsl:template match="abbrev" mode="bibliography.mode">
  226. <xsl:if test="preceding-sibling::*">
  227. <xsl:apply-templates mode="bibliography.mode"/>
  228. </xsl:if>
  229. </xsl:template>
  230. <xsl:template match="abstract" mode="bibliography.mode">
  231. <!-- suppressed -->
  232. </xsl:template>
  233. <xsl:template match="address" mode="bibliography.mode">
  234. <span>
  235. <xsl:apply-templates select="." mode="class.attribute"/>
  236. <xsl:apply-templates mode="bibliography.mode"/>
  237. <xsl:copy-of select="$biblioentry.item.separator"/>
  238. </span>
  239. </xsl:template>
  240. <xsl:template match="affiliation" mode="bibliography.mode">
  241. <span>
  242. <xsl:apply-templates select="." mode="class.attribute"/>
  243. <xsl:apply-templates mode="bibliography.mode"/>
  244. <xsl:copy-of select="$biblioentry.item.separator"/>
  245. </span>
  246. </xsl:template>
  247. <xsl:template match="shortaffil" mode="bibliography.mode">
  248. <span>
  249. <xsl:apply-templates select="." mode="class.attribute"/>
  250. <xsl:apply-templates mode="bibliography.mode"/>
  251. <xsl:copy-of select="$biblioentry.item.separator"/>
  252. </span>
  253. </xsl:template>
  254. <xsl:template match="jobtitle" mode="bibliography.mode">
  255. <span>
  256. <xsl:apply-templates select="." mode="class.attribute"/>
  257. <xsl:apply-templates mode="bibliography.mode"/>
  258. <xsl:copy-of select="$biblioentry.item.separator"/>
  259. </span>
  260. </xsl:template>
  261. <xsl:template match="artheader|articleinfo|info" mode="bibliography.mode">
  262. <span>
  263. <xsl:apply-templates select="." mode="class.attribute"/>
  264. <xsl:apply-templates mode="bibliography.mode"/>
  265. <xsl:copy-of select="$biblioentry.item.separator"/>
  266. </span>
  267. </xsl:template>
  268. <xsl:template match="artpagenums" mode="bibliography.mode">
  269. <span>
  270. <xsl:apply-templates select="." mode="class.attribute"/>
  271. <xsl:apply-templates mode="bibliography.mode"/>
  272. <xsl:copy-of select="$biblioentry.item.separator"/>
  273. </span>
  274. </xsl:template>
  275. <xsl:template match="author" mode="bibliography.mode">
  276. <span>
  277. <xsl:apply-templates select="." mode="class.attribute"/>
  278. <xsl:call-template name="person.name"/>
  279. <xsl:copy-of select="$biblioentry.item.separator"/>
  280. </span>
  281. </xsl:template>
  282. <xsl:template match="authorblurb|personblurb" mode="bibliography.mode">
  283. <!-- suppressed -->
  284. </xsl:template>
  285. <xsl:template match="authorgroup" mode="bibliography.mode">
  286. <span>
  287. <xsl:apply-templates select="." mode="class.attribute"/>
  288. <xsl:call-template name="person.name.list"/>
  289. <xsl:copy-of select="$biblioentry.item.separator"/>
  290. </span>
  291. </xsl:template>
  292. <xsl:template match="authorinitials" mode="bibliography.mode">
  293. <span>
  294. <xsl:apply-templates select="." mode="class.attribute"/>
  295. <xsl:apply-templates mode="bibliography.mode"/>
  296. <xsl:copy-of select="$biblioentry.item.separator"/>
  297. </span>
  298. </xsl:template>
  299. <xsl:template match="bibliomisc" mode="bibliography.mode">
  300. <span>
  301. <xsl:apply-templates select="." mode="class.attribute"/>
  302. <xsl:apply-templates mode="bibliography.mode"/>
  303. <xsl:copy-of select="$biblioentry.item.separator"/>
  304. </span>
  305. </xsl:template>
  306. <xsl:template match="bibliomset" mode="bibliography.mode">
  307. <span>
  308. <xsl:apply-templates select="." mode="class.attribute"/>
  309. <xsl:apply-templates mode="bibliography.mode"/>
  310. <xsl:copy-of select="$biblioentry.item.separator"/>
  311. </span>
  312. </xsl:template>
  313. <!-- ================================================== -->
  314. <xsl:template match="biblioset" mode="bibliography.mode">
  315. <span>
  316. <xsl:apply-templates select="." mode="class.attribute"/>
  317. <xsl:apply-templates mode="bibliography.mode"/>
  318. </span>
  319. </xsl:template>
  320. <xsl:template match="biblioset/title|biblioset/citetitle" mode="bibliography.mode">
  321. <xsl:variable name="relation" select="../@relation"/>
  322. <xsl:choose>
  323. <xsl:when test="$relation='article' or @pubwork='article'">
  324. <xsl:call-template name="gentext.startquote"/>
  325. <xsl:apply-templates/>
  326. <xsl:call-template name="gentext.endquote"/>
  327. </xsl:when>
  328. <xsl:otherwise>
  329. <i><xsl:apply-templates/></i>
  330. </xsl:otherwise>
  331. </xsl:choose>
  332. <xsl:copy-of select="$biblioentry.item.separator"/>
  333. </xsl:template>
  334. <!-- ================================================== -->
  335. <xsl:template match="bookbiblio" mode="bibliography.mode">
  336. <span>
  337. <xsl:apply-templates select="." mode="class.attribute"/>
  338. <xsl:apply-templates mode="bibliography.mode"/>
  339. <xsl:copy-of select="$biblioentry.item.separator"/>
  340. </span>
  341. </xsl:template>
  342. <xsl:template match="citetitle" mode="bibliography.mode">
  343. <span>
  344. <xsl:apply-templates select="." mode="class.attribute"/>
  345. <xsl:choose>
  346. <xsl:when test="@pubwork = 'article'">
  347. <xsl:call-template name="gentext.startquote"/>
  348. <xsl:call-template name="inline.charseq"/>
  349. <xsl:call-template name="gentext.endquote"/>
  350. </xsl:when>
  351. <xsl:otherwise>
  352. <xsl:call-template name="inline.italicseq"/>
  353. </xsl:otherwise>
  354. </xsl:choose>
  355. <xsl:copy-of select="$biblioentry.item.separator"/>
  356. </span>
  357. </xsl:template>
  358. <xsl:template match="collab" mode="bibliography.mode">
  359. <span>
  360. <xsl:apply-templates select="." mode="class.attribute"/>
  361. <xsl:apply-templates mode="bibliography.mode"/>
  362. <xsl:copy-of select="$biblioentry.item.separator"/>
  363. </span>
  364. </xsl:template>
  365. <xsl:template match="collabname" mode="bibliography.mode">
  366. <span>
  367. <xsl:apply-templates select="." mode="class.attribute"/>
  368. <xsl:apply-templates mode="bibliography.mode"/>
  369. <xsl:copy-of select="$biblioentry.item.separator"/>
  370. </span>
  371. </xsl:template>
  372. <xsl:template match="confgroup" mode="bibliography.mode">
  373. <span>
  374. <xsl:apply-templates select="." mode="class.attribute"/>
  375. <xsl:apply-templates mode="bibliography.mode"/>
  376. <xsl:copy-of select="$biblioentry.item.separator"/>
  377. </span>
  378. </xsl:template>
  379. <xsl:template match="confdates" mode="bibliography.mode">
  380. <span>
  381. <xsl:apply-templates select="." mode="class.attribute"/>
  382. <xsl:apply-templates mode="bibliography.mode"/>
  383. <xsl:copy-of select="$biblioentry.item.separator"/>
  384. </span>
  385. </xsl:template>
  386. <xsl:template match="conftitle" mode="bibliography.mode">
  387. <span>
  388. <xsl:apply-templates select="." mode="class.attribute"/>
  389. <xsl:apply-templates mode="bibliography.mode"/>
  390. <xsl:copy-of select="$biblioentry.item.separator"/>
  391. </span>
  392. </xsl:template>
  393. <xsl:template match="confnum" mode="bibliography.mode">
  394. <span>
  395. <xsl:apply-templates select="." mode="class.attribute"/>
  396. <xsl:apply-templates mode="bibliography.mode"/>
  397. <xsl:copy-of select="$biblioentry.item.separator"/>
  398. </span>
  399. </xsl:template>
  400. <xsl:template match="confsponsor" mode="bibliography.mode">
  401. <span>
  402. <xsl:apply-templates select="." mode="class.attribute"/>
  403. <xsl:apply-templates mode="bibliography.mode"/>
  404. <xsl:copy-of select="$biblioentry.item.separator"/>
  405. </span>
  406. </xsl:template>
  407. <xsl:template match="contractnum" mode="bibliography.mode">
  408. <span>
  409. <xsl:apply-templates select="." mode="class.attribute"/>
  410. <xsl:apply-templates mode="bibliography.mode"/>
  411. <xsl:copy-of select="$biblioentry.item.separator"/>
  412. </span>
  413. </xsl:template>
  414. <xsl:template match="contractsponsor" mode="bibliography.mode">
  415. <span>
  416. <xsl:apply-templates select="." mode="class.attribute"/>
  417. <xsl:apply-templates mode="bibliography.mode"/>
  418. <xsl:copy-of select="$biblioentry.item.separator"/>
  419. </span>
  420. </xsl:template>
  421. <xsl:template match="contrib" mode="bibliography.mode">
  422. <span>
  423. <xsl:apply-templates select="." mode="class.attribute"/>
  424. <xsl:apply-templates mode="bibliography.mode"/>
  425. <xsl:copy-of select="$biblioentry.item.separator"/>
  426. </span>
  427. </xsl:template>
  428. <!-- ================================================== -->
  429. <xsl:template match="copyright" mode="bibliography.mode">
  430. <span>
  431. <xsl:apply-templates select="." mode="class.attribute"/>
  432. <xsl:call-template name="gentext">
  433. <xsl:with-param name="key" select="'Copyright'"/>
  434. </xsl:call-template>
  435. <xsl:call-template name="gentext.space"/>
  436. <xsl:call-template name="dingbat">
  437. <xsl:with-param name="dingbat">copyright</xsl:with-param>
  438. </xsl:call-template>
  439. <xsl:call-template name="gentext.space"/>
  440. <xsl:apply-templates select="year" mode="bibliography.mode"/>
  441. <xsl:if test="holder">
  442. <xsl:call-template name="gentext.space"/>
  443. <xsl:apply-templates select="holder" mode="bibliography.mode"/>
  444. </xsl:if>
  445. <xsl:copy-of select="$biblioentry.item.separator"/>
  446. </span>
  447. </xsl:template>
  448. <xsl:template match="year" mode="bibliography.mode">
  449. <xsl:apply-templates/><xsl:text>, </xsl:text>
  450. </xsl:template>
  451. <xsl:template match="year[position()=last()]" mode="bibliography.mode">
  452. <xsl:apply-templates/>
  453. </xsl:template>
  454. <xsl:template match="holder" mode="bibliography.mode">
  455. <xsl:apply-templates/>
  456. </xsl:template>
  457. <!-- ================================================== -->
  458. <xsl:template match="corpauthor" mode="bibliography.mode">
  459. <span>
  460. <xsl:apply-templates select="." mode="class.attribute"/>
  461. <xsl:apply-templates mode="bibliography.mode"/>
  462. <xsl:copy-of select="$biblioentry.item.separator"/>
  463. </span>
  464. </xsl:template>
  465. <xsl:template match="corpcredit" mode="bibliography.mode">
  466. <span>
  467. <xsl:apply-templates select="." mode="class.attribute"/>
  468. <xsl:apply-templates mode="bibliography.mode"/>
  469. <xsl:copy-of select="$biblioentry.item.separator"/>
  470. </span>
  471. </xsl:template>
  472. <xsl:template match="corpname" mode="bibliography.mode">
  473. <span>
  474. <xsl:apply-templates select="." mode="class.attribute"/>
  475. <xsl:apply-templates mode="bibliography.mode"/>
  476. <xsl:copy-of select="$biblioentry.item.separator"/>
  477. </span>
  478. </xsl:template>
  479. <xsl:template match="date" mode="bibliography.mode">
  480. <span>
  481. <xsl:apply-templates select="." mode="class.attribute"/>
  482. <xsl:apply-templates mode="bibliography.mode"/>
  483. <xsl:copy-of select="$biblioentry.item.separator"/>
  484. </span>
  485. </xsl:template>
  486. <xsl:template match="edition" mode="bibliography.mode">
  487. <span>
  488. <xsl:apply-templates select="." mode="class.attribute"/>
  489. <xsl:apply-templates mode="bibliography.mode"/>
  490. <xsl:copy-of select="$biblioentry.item.separator"/>
  491. </span>
  492. </xsl:template>
  493. <xsl:template match="editor" mode="bibliography.mode">
  494. <span>
  495. <xsl:apply-templates select="." mode="class.attribute"/>
  496. <xsl:call-template name="person.name"/>
  497. <xsl:copy-of select="$biblioentry.item.separator"/>
  498. </span>
  499. </xsl:template>
  500. <xsl:template match="firstname" mode="bibliography.mode">
  501. <span>
  502. <xsl:apply-templates select="." mode="class.attribute"/>
  503. <xsl:apply-templates mode="bibliography.mode"/>
  504. <xsl:copy-of select="$biblioentry.item.separator"/>
  505. </span>
  506. </xsl:template>
  507. <xsl:template match="honorific" mode="bibliography.mode">
  508. <span>
  509. <xsl:apply-templates select="." mode="class.attribute"/>
  510. <xsl:apply-templates mode="bibliography.mode"/>
  511. <xsl:copy-of select="$biblioentry.item.separator"/>
  512. </span>
  513. </xsl:template>
  514. <xsl:template match="indexterm" mode="bibliography.mode">
  515. <span>
  516. <xsl:apply-templates select="." mode="class.attribute"/>
  517. <xsl:apply-templates mode="bibliography.mode"/>
  518. <xsl:copy-of select="$biblioentry.item.separator"/>
  519. </span>
  520. </xsl:template>
  521. <xsl:template match="invpartnumber" mode="bibliography.mode">
  522. <span>
  523. <xsl:apply-templates select="." mode="class.attribute"/>
  524. <xsl:apply-templates mode="bibliography.mode"/>
  525. <xsl:copy-of select="$biblioentry.item.separator"/>
  526. </span>
  527. </xsl:template>
  528. <xsl:template match="isbn" mode="bibliography.mode">
  529. <span>
  530. <xsl:apply-templates select="." mode="class.attribute"/>
  531. <xsl:apply-templates mode="bibliography.mode"/>
  532. <xsl:copy-of select="$biblioentry.item.separator"/>
  533. </span>
  534. </xsl:template>
  535. <xsl:template match="issn" mode="bibliography.mode">
  536. <span>
  537. <xsl:apply-templates select="." mode="class.attribute"/>
  538. <xsl:apply-templates mode="bibliography.mode"/>
  539. <xsl:copy-of select="$biblioentry.item.separator"/>
  540. </span>
  541. </xsl:template>
  542. <xsl:template match="issuenum" mode="bibliography.mode">
  543. <span>
  544. <xsl:apply-templates select="." mode="class.attribute"/>
  545. <xsl:apply-templates mode="bibliography.mode"/>
  546. <xsl:copy-of select="$biblioentry.item.separator"/>
  547. </span>
  548. </xsl:template>
  549. <xsl:template match="lineage" mode="bibliography.mode">
  550. <span>
  551. <xsl:apply-templates select="." mode="class.attribute"/>
  552. <xsl:apply-templates mode="bibliography.mode"/>
  553. <xsl:copy-of select="$biblioentry.item.separator"/>
  554. </span>
  555. </xsl:template>
  556. <xsl:template match="orgname" mode="bibliography.mode">
  557. <span>
  558. <xsl:apply-templates select="." mode="class.attribute"/>
  559. <xsl:apply-templates mode="bibliography.mode"/>
  560. <xsl:copy-of select="$biblioentry.item.separator"/>
  561. </span>
  562. </xsl:template>
  563. <xsl:template match="orgdiv" mode="bibliography.mode">
  564. <span>
  565. <xsl:apply-templates select="." mode="class.attribute"/>
  566. <xsl:apply-templates mode="bibliography.mode"/>
  567. <xsl:copy-of select="$biblioentry.item.separator"/>
  568. </span>
  569. </xsl:template>
  570. <xsl:template match="othercredit" mode="bibliography.mode">
  571. <span>
  572. <xsl:apply-templates select="." mode="class.attribute"/>
  573. <xsl:apply-templates mode="bibliography.mode"/>
  574. <xsl:copy-of select="$biblioentry.item.separator"/>
  575. </span>
  576. </xsl:template>
  577. <xsl:template match="othername" mode="bibliography.mode">
  578. <span>
  579. <xsl:apply-templates select="." mode="class.attribute"/>
  580. <xsl:apply-templates mode="bibliography.mode"/>
  581. <xsl:copy-of select="$biblioentry.item.separator"/>
  582. </span>
  583. </xsl:template>
  584. <xsl:template match="pagenums" mode="bibliography.mode">
  585. <span>
  586. <xsl:apply-templates select="." mode="class.attribute"/>
  587. <xsl:apply-templates mode="bibliography.mode"/>
  588. <xsl:copy-of select="$biblioentry.item.separator"/>
  589. </span>
  590. </xsl:template>
  591. <xsl:template match="printhistory" mode="bibliography.mode">
  592. <!-- suppressed -->
  593. </xsl:template>
  594. <xsl:template match="productname" mode="bibliography.mode">
  595. <span>
  596. <xsl:apply-templates select="." mode="class.attribute"/>
  597. <xsl:apply-templates mode="bibliography.mode"/>
  598. <xsl:copy-of select="$biblioentry.item.separator"/>
  599. </span>
  600. </xsl:template>
  601. <xsl:template match="productnumber" mode="bibliography.mode">
  602. <span>
  603. <xsl:apply-templates select="." mode="class.attribute"/>
  604. <xsl:apply-templates mode="bibliography.mode"/>
  605. <xsl:copy-of select="$biblioentry.item.separator"/>
  606. </span>
  607. </xsl:template>
  608. <xsl:template match="pubdate" mode="bibliography.mode">
  609. <span>
  610. <xsl:apply-templates select="." mode="class.attribute"/>
  611. <xsl:apply-templates mode="bibliography.mode"/>
  612. <xsl:copy-of select="$biblioentry.item.separator"/>
  613. </span>
  614. </xsl:template>
  615. <xsl:template match="publisher" mode="bibliography.mode">
  616. <span>
  617. <xsl:apply-templates select="." mode="class.attribute"/>
  618. <xsl:apply-templates mode="bibliography.mode"/>
  619. </span>
  620. </xsl:template>
  621. <xsl:template match="publishername" mode="bibliography.mode">
  622. <span>
  623. <xsl:apply-templates select="." mode="class.attribute"/>
  624. <xsl:apply-templates mode="bibliography.mode"/>
  625. <xsl:copy-of select="$biblioentry.item.separator"/>
  626. </span>
  627. </xsl:template>
  628. <xsl:template match="pubsnumber" mode="bibliography.mode">
  629. <span>
  630. <xsl:apply-templates select="." mode="class.attribute"/>
  631. <xsl:apply-templates mode="bibliography.mode"/>
  632. <xsl:copy-of select="$biblioentry.item.separator"/>
  633. </span>
  634. </xsl:template>
  635. <xsl:template match="releaseinfo" mode="bibliography.mode">
  636. <span>
  637. <xsl:apply-templates select="." mode="class.attribute"/>
  638. <xsl:apply-templates mode="bibliography.mode"/>
  639. <xsl:copy-of select="$biblioentry.item.separator"/>
  640. </span>
  641. </xsl:template>
  642. <xsl:template match="revhistory" mode="bibliography.mode">
  643. <!-- suppressed; how could this be represented? -->
  644. </xsl:template>
  645. <xsl:template match="seriesinfo" mode="bibliography.mode">
  646. <span>
  647. <xsl:apply-templates select="." mode="class.attribute"/>
  648. <xsl:apply-templates mode="bibliography.mode"/>
  649. </span>
  650. </xsl:template>
  651. <xsl:template match="seriesvolnums" mode="bibliography.mode">
  652. <span>
  653. <xsl:apply-templates select="." mode="class.attribute"/>
  654. <xsl:apply-templates mode="bibliography.mode"/>
  655. <xsl:copy-of select="$biblioentry.item.separator"/>
  656. </span>
  657. </xsl:template>
  658. <xsl:template match="subtitle" mode="bibliography.mode">
  659. <span>
  660. <xsl:apply-templates select="." mode="class.attribute"/>
  661. <xsl:apply-templates mode="bibliography.mode"/>
  662. <xsl:copy-of select="$biblioentry.item.separator"/>
  663. </span>
  664. </xsl:template>
  665. <xsl:template match="surname" mode="bibliography.mode">
  666. <span>
  667. <xsl:apply-templates select="." mode="class.attribute"/>
  668. <xsl:apply-templates mode="bibliography.mode"/>
  669. <xsl:copy-of select="$biblioentry.item.separator"/>
  670. </span>
  671. </xsl:template>
  672. <xsl:template match="title" mode="bibliography.mode">
  673. <span>
  674. <xsl:apply-templates select="." mode="class.attribute"/>
  675. <i><xsl:apply-templates mode="bibliography.mode"/></i>
  676. <xsl:copy-of select="$biblioentry.item.separator"/>
  677. </span>
  678. </xsl:template>
  679. <xsl:template match="titleabbrev" mode="bibliography.mode">
  680. <span>
  681. <xsl:apply-templates select="." mode="class.attribute"/>
  682. <xsl:apply-templates mode="bibliography.mode"/>
  683. <xsl:copy-of select="$biblioentry.item.separator"/>
  684. </span>
  685. </xsl:template>
  686. <xsl:template match="volumenum" mode="bibliography.mode">
  687. <span>
  688. <xsl:apply-templates select="." mode="class.attribute"/>
  689. <xsl:apply-templates mode="bibliography.mode"/>
  690. <xsl:copy-of select="$biblioentry.item.separator"/>
  691. </span>
  692. </xsl:template>
  693. <xsl:template match="bibliocoverage|biblioid|bibliorelation|bibliosource" mode="bibliography.mode">
  694. <span>
  695. <xsl:apply-templates select="." mode="class.attribute"/>
  696. <xsl:apply-templates mode="bibliography.mode"/>
  697. <xsl:copy-of select="$biblioentry.item.separator"/>
  698. </span>
  699. </xsl:template>
  700. <!-- ==================================================================== -->
  701. <xsl:template match="*" mode="bibliomixed.mode">
  702. <xsl:apply-templates select="."/><!-- try the default mode -->
  703. </xsl:template>
  704. <xsl:template match="abbrev" mode="bibliomixed.mode">
  705. <xsl:if test="preceding-sibling::*">
  706. <xsl:apply-templates mode="bibliomixed.mode"/>
  707. </xsl:if>
  708. </xsl:template>
  709. <xsl:template match="abstract" mode="bibliomixed.mode">
  710. <span>
  711. <xsl:apply-templates select="." mode="class.attribute"/>
  712. <xsl:apply-templates mode="bibliomixed.mode"/>
  713. </span>
  714. </xsl:template>
  715. <xsl:template match="address" mode="bibliomixed.mode">
  716. <span>
  717. <xsl:apply-templates select="." mode="class.attribute"/>
  718. <xsl:apply-templates mode="bibliomixed.mode"/>
  719. </span>
  720. </xsl:template>
  721. <xsl:template match="affiliation" mode="bibliomixed.mode">
  722. <span>
  723. <xsl:apply-templates select="." mode="class.attribute"/>
  724. <xsl:apply-templates mode="bibliomixed.mode"/>
  725. </span>
  726. </xsl:template>
  727. <xsl:template match="shortaffil" mode="bibliomixed.mode">
  728. <span>
  729. <xsl:apply-templates select="." mode="class.attribute"/>
  730. <xsl:apply-templates mode="bibliomixed.mode"/>
  731. </span>
  732. </xsl:template>
  733. <xsl:template match="jobtitle" mode="bibliomixed.mode">
  734. <span>
  735. <xsl:apply-templates select="." mode="class.attribute"/>
  736. <xsl:apply-templates mode="bibliomixed.mode"/>
  737. </span>
  738. </xsl:template>
  739. <xsl:template match="artpagenums" mode="bibliomixed.mode">
  740. <span>
  741. <xsl:apply-templates select="." mode="class.attribute"/>
  742. <xsl:apply-templates mode="bibliomixed.mode"/>
  743. </span>
  744. </xsl:template>
  745. <xsl:template match="author" mode="bibliomixed.mode">
  746. <span>
  747. <xsl:apply-templates select="." mode="class.attribute"/>
  748. <xsl:apply-templates mode="bibliomixed.mode"/>
  749. </span>
  750. </xsl:template>
  751. <xsl:template match="authorblurb|personblurb" mode="bibliomixed.mode">
  752. <span>
  753. <xsl:apply-templates select="." mode="class.attribute"/>
  754. <xsl:apply-templates mode="bibliomixed.mode"/>
  755. </span>
  756. </xsl:template>
  757. <xsl:template match="authorgroup" mode="bibliomixed.mode">
  758. <span>
  759. <xsl:apply-templates select="." mode="class.attribute"/>
  760. <xsl:apply-templates mode="bibliomixed.mode"/>
  761. </span>
  762. </xsl:template>
  763. <xsl:template match="authorinitials" mode="bibliomixed.mode">
  764. <span>
  765. <xsl:apply-templates select="." mode="class.attribute"/>
  766. <xsl:apply-templates mode="bibliomixed.mode"/>
  767. </span>
  768. </xsl:template>
  769. <xsl:template match="bibliomisc" mode="bibliomixed.mode">
  770. <span>
  771. <xsl:apply-templates select="." mode="class.attribute"/>
  772. <xsl:apply-templates mode="bibliomixed.mode"/>
  773. </span>
  774. </xsl:template>
  775. <!-- ================================================== -->
  776. <xsl:template match="bibliomset" mode="bibliomixed.mode">
  777. <span>
  778. <xsl:apply-templates select="." mode="class.attribute"/>
  779. <xsl:apply-templates mode="bibliomixed.mode"/>
  780. </span>
  781. </xsl:template>
  782. <xsl:template match="bibliomset/title|bibliomset/citetitle" mode="bibliomixed.mode">
  783. <xsl:variable name="relation" select="../@relation"/>
  784. <xsl:choose>
  785. <xsl:when test="$relation='article' or @pubwork='article'">
  786. <xsl:call-template name="gentext.startquote"/>
  787. <xsl:apply-templates/>
  788. <xsl:call-template name="gentext.endquote"/>
  789. </xsl:when>
  790. <xsl:otherwise>
  791. <i><xsl:apply-templates/></i>
  792. </xsl:otherwise>
  793. </xsl:choose>
  794. </xsl:template>
  795. <!-- ================================================== -->
  796. <xsl:template match="biblioset" mode="bibliomixed.mode">
  797. <span>
  798. <xsl:apply-templates select="." mode="class.attribute"/>
  799. <xsl:apply-templates mode="bibliomixed.mode"/>
  800. </span>
  801. </xsl:template>
  802. <xsl:template match="citetitle" mode="bibliomixed.mode">
  803. <span>
  804. <xsl:apply-templates select="." mode="class.attribute"/>
  805. <xsl:choose>
  806. <xsl:when test="@pubwork = 'article'">
  807. <xsl:call-template name="gentext.startquote"/>
  808. <xsl:call-template name="inline.charseq"/>
  809. <xsl:call-template name="gentext.endquote"/>
  810. </xsl:when>
  811. <xsl:otherwise>
  812. <xsl:call-template name="inline.italicseq"/>
  813. </xsl:otherwise>
  814. </xsl:choose>
  815. </span>
  816. </xsl:template>
  817. <xsl:template match="collab" mode="bibliomixed.mode">
  818. <span>
  819. <xsl:apply-templates select="." mode="class.attribute"/>
  820. <xsl:apply-templates mode="bibliomixed.mode"/>
  821. </span>
  822. </xsl:template>
  823. <xsl:template match="confgroup" mode="bibliomixed.mode">
  824. <span>
  825. <xsl:apply-templates select="." mode="class.attribute"/>
  826. <xsl:apply-templates mode="bibliomixed.mode"/>
  827. </span>
  828. </xsl:template>
  829. <xsl:template match="contractnum" mode="bibliomixed.mode">
  830. <span>
  831. <xsl:apply-templates select="." mode="class.attribute"/>
  832. <xsl:apply-templates mode="bibliomixed.mode"/>
  833. </span>
  834. </xsl:template>
  835. <xsl:template match="contractsponsor" mode="bibliomixed.mode">
  836. <span>
  837. <xsl:apply-templates select="." mode="class.attribute"/>
  838. <xsl:apply-templates mode="bibliomixed.mode"/>
  839. </span>
  840. </xsl:template>
  841. <xsl:template match="contrib" mode="bibliomixed.mode">
  842. <span>
  843. <xsl:apply-templates select="." mode="class.attribute"/>
  844. <xsl:apply-templates mode="bibliomixed.mode"/>
  845. </span>
  846. </xsl:template>
  847. <xsl:template match="copyright" mode="bibliomixed.mode">
  848. <span>
  849. <xsl:apply-templates select="." mode="class.attribute"/>
  850. <xsl:apply-templates mode="bibliomixed.mode"/>
  851. </span>
  852. </xsl:template>
  853. <xsl:template match="corpauthor" mode="bibliomixed.mode">
  854. <span>
  855. <xsl:apply-templates select="." mode="class.attribute"/>
  856. <xsl:apply-templates mode="bibliomixed.mode"/>
  857. </span>
  858. </xsl:template>
  859. <xsl:template match="corpcredit" mode="bibliomixed.mode">
  860. <span>
  861. <xsl:apply-templates select="." mode="class.attribute"/>
  862. <xsl:apply-templates mode="bibliomixed.mode"/>
  863. </span>
  864. </xsl:template>
  865. <xsl:template match="corpname" mode="bibliomixed.mode">
  866. <span>
  867. <xsl:apply-templates select="." mode="class.attribute"/>
  868. <xsl:apply-templates mode="bibliomixed.mode"/>
  869. </span>
  870. </xsl:template>
  871. <xsl:template match="date" mode="bibliomixed.mode">
  872. <span>
  873. <xsl:apply-templates select="." mode="class.attribute"/>
  874. <xsl:apply-templates mode="bibliomixed.mode"/>
  875. </span>
  876. </xsl:template>
  877. <xsl:template match="edition" mode="bibliomixed.mode">
  878. <span>
  879. <xsl:apply-templates select="." mode="class.attribute"/>
  880. <xsl:apply-templates mode="bibliomixed.mode"/>
  881. </span>
  882. </xsl:template>
  883. <xsl:template match="editor" mode="bibliomixed.mode">
  884. <span>
  885. <xsl:apply-templates select="." mode="class.attribute"/>
  886. <xsl:apply-templates mode="bibliomixed.mode"/>
  887. </span>
  888. </xsl:template>
  889. <xsl:template match="firstname" mode="bibliomixed.mode">
  890. <span>
  891. <xsl:apply-templates select="." mode="class.attribute"/>
  892. <xsl:apply-templates mode="bibliomixed.mode"/>
  893. </span>
  894. </xsl:template>
  895. <xsl:template match="honorific" mode="bibliomixed.mode">
  896. <span>
  897. <xsl:apply-templates select="." mode="class.attribute"/>
  898. <xsl:apply-templates mode="bibliomixed.mode"/>
  899. </span>
  900. </xsl:template>
  901. <xsl:template match="indexterm" mode="bibliomixed.mode">
  902. <span>
  903. <xsl:apply-templates select="." mode="class.attribute"/>
  904. <xsl:apply-templates mode="bibliomixed.mode"/>
  905. </span>
  906. </xsl:template>
  907. <xsl:template match="invpartnumber" mode="bibliomixed.mode">
  908. <span>
  909. <xsl:apply-templates select="." mode="class.attribute"/>
  910. <xsl:apply-templates mode="bibliomixed.mode"/>
  911. </span>
  912. </xsl:template>
  913. <xsl:template match="isbn" mode="bibliomixed.mode">
  914. <span>
  915. <xsl:apply-templates select="." mode="class.attribute"/>
  916. <xsl:apply-templates mode="bibliomixed.mode"/>
  917. </span>
  918. </xsl:template>
  919. <xsl:template match="issn" mode="bibliomixed.mode">
  920. <span>
  921. <xsl:apply-templates select="." mode="class.attribute"/>
  922. <xsl:apply-templates mode="bibliomixed.mode"/>
  923. </span>
  924. </xsl:template>
  925. <xsl:template match="issuenum" mode="bibliomixed.mode">
  926. <span>
  927. <xsl:apply-templates select="." mode="class.attribute"/>
  928. <xsl:apply-templates mode="bibliomixed.mode"/>
  929. </span>
  930. </xsl:template>
  931. <xsl:template match="lineage" mode="bibliomixed.mode">
  932. <span>
  933. <xsl:apply-templates select="." mode="class.attribute"/>
  934. <xsl:apply-templates mode="bibliomixed.mode"/>
  935. </span>
  936. </xsl:template>
  937. <xsl:template match="orgname" mode="bibliomixed.mode">
  938. <span>
  939. <xsl:apply-templates select="." mode="class.attribute"/>
  940. <xsl:apply-templates mode="bibliomixed.mode"/>
  941. </span>
  942. </xsl:template>
  943. <xsl:template match="othercredit" mode="bibliomixed.mode">
  944. <span>
  945. <xsl:apply-templates select="." mode="class.attribute"/>
  946. <xsl:apply-templates mode="bibliomixed.mode"/>
  947. </span>
  948. </xsl:template>
  949. <xsl:template match="othername" mode="bibliomixed.mode">
  950. <span>
  951. <xsl:apply-templates select="." mode="class.attribute"/>
  952. <xsl:apply-templates mode="bibliomixed.mode"/>
  953. </span>
  954. </xsl:template>
  955. <xsl:template match="pagenums" mode="bibliomixed.mode">
  956. <span>
  957. <xsl:apply-templates select="." mode="class.attribute"/>
  958. <xsl:apply-templates mode="bibliomixed.mode"/>
  959. </span>
  960. </xsl:template>
  961. <xsl:template match="printhistory" mode="bibliomixed.mode">
  962. <span>
  963. <xsl:apply-templates select="." mode="class.attribute"/>
  964. <xsl:apply-templates mode="bibliomixed.mode"/>
  965. </span>
  966. </xsl:template>
  967. <xsl:template match="productname" mode="bibliomixed.mode">
  968. <span>
  969. <xsl:apply-templates select="." mode="class.attribute"/>
  970. <xsl:apply-templates mode="bibliomixed.mode"/>
  971. </span>
  972. </xsl:template>
  973. <xsl:template match="productnumber" mode="bibliomixed.mode">
  974. <span>
  975. <xsl:apply-templates select="." mode="class.attribute"/>
  976. <xsl:apply-templates mode="bibliomixed.mode"/>
  977. </span>
  978. </xsl:template>
  979. <xsl:template match="pubdate" mode="bibliomixed.mode">
  980. <span>
  981. <xsl:apply-templates select="." mode="class.attribute"/>
  982. <xsl:apply-templates mode="bibliomixed.mode"/>
  983. </span>
  984. </xsl:template>
  985. <xsl:template match="publisher" mode="bibliomixed.mode">
  986. <span>
  987. <xsl:apply-templates select="." mode="class.attribute"/>
  988. <xsl:apply-templates mode="bibliomixed.mode"/>
  989. </span>
  990. </xsl:template>
  991. <xsl:template match="publishername" mode="bibliomixed.mode">
  992. <span>
  993. <xsl:apply-templates select="." mode="class.attribute"/>
  994. <xsl:apply-templates mode="bibliomixed.mode"/>
  995. </span>
  996. </xsl:template>
  997. <xsl:template match="pubsnumber" mode="bibliomixed.mode">
  998. <span>
  999. <xsl:apply-templates select="." mode="class.attribute"/>
  1000. <xsl:apply-templates mode="bibliomixed.mode"/>
  1001. </span>
  1002. </xsl:template>
  1003. <xsl:template match="releaseinfo" mode="bibliomixed.mode">
  1004. <span>
  1005. <xsl:apply-templates select="." mode="class.attribute"/>
  1006. <xsl:apply-templates mode="bibliomixed.mode"/>
  1007. </span>
  1008. </xsl:template>
  1009. <xsl:template match="revhistory" mode="bibliomixed.mode">
  1010. <!-- suppressed; how could this be represented? -->
  1011. </xsl:template>
  1012. <xsl:template match="seriesvolnums" mode="bibliomixed.mode">
  1013. <span>
  1014. <xsl:apply-templates select="." mode="class.attribute"/>
  1015. <xsl:apply-templates mode="bibliomixed.mode"/>
  1016. </span>
  1017. </xsl:template>
  1018. <xsl:template match="subtitle" mode="bibliomixed.mode">
  1019. <span>
  1020. <xsl:apply-templates select="." mode="class.attribute"/>
  1021. <xsl:apply-templates mode="bibliomixed.mode"/>
  1022. </span>
  1023. </xsl:template>
  1024. <xsl:template match="surname" mode="bibliomixed.mode">
  1025. <span>
  1026. <xsl:apply-templates select="." mode="class.attribute"/>
  1027. <xsl:apply-templates mode="bibliomixed.mode"/>
  1028. </span>
  1029. </xsl:template>
  1030. <xsl:template match="title" mode="bibliomixed.mode">
  1031. <span>
  1032. <xsl:apply-templates select="." mode="class.attribute"/>
  1033. <xsl:apply-templates mode="bibliomixed.mode"/>
  1034. </span>
  1035. </xsl:template>
  1036. <xsl:template match="titleabbrev" mode="bibliomixed.mode">
  1037. <span>
  1038. <xsl:apply-templates select="." mode="class.attribute"/>
  1039. <xsl:apply-templates mode="bibliomixed.mode"/>
  1040. </span>
  1041. </xsl:template>
  1042. <xsl:template match="volumenum" mode="bibliomixed.mode">
  1043. <span>
  1044. <xsl:apply-templates select="." mode="class.attribute"/>
  1045. <xsl:apply-templates mode="bibliomixed.mode"/>
  1046. </span>
  1047. </xsl:template>
  1048. <xsl:template match="bibliocoverage|biblioid|bibliorelation|bibliosource" mode="bibliomixed.mode">
  1049. <span>
  1050. <xsl:apply-templates select="." mode="class.attribute"/>
  1051. <xsl:apply-templates mode="bibliomixed.mode"/>
  1052. </span>
  1053. </xsl:template>
  1054. <!-- ==================================================================== -->
  1055. </xsl:stylesheet>