* fix invalid mistakes
This commit is contained in:
parent
a433618b51
commit
d25a2c5d5c
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?oxygen RNGSchema="http://xbiblio.svn.sourceforge.net/viewvc/*checkout*/xbiblio/csl/schema/trunk/csl.rnc" type="compact"?>
|
||||
<?oxygen RNGSchema="file:/C:/temp/csl.rnc" type="compact"?>
|
||||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text">
|
||||
<info>
|
||||
<title>Harvard Reference format 7 (Author-Date) (de)</title>
|
||||
|
@ -65,7 +65,7 @@
|
|||
<date variable="accessed">
|
||||
<date-part name="day" form="numeric-leading-zeros" suffix="." />
|
||||
<date-part name="month" suffix="." form="numeric-leading-zeros"/>
|
||||
<date-part name="year" form="numeric-leading-zeros"/>
|
||||
<date-part name="year" form="long"/>
|
||||
</date>
|
||||
</group>
|
||||
</if>
|
||||
|
@ -106,9 +106,9 @@
|
|||
<choose>
|
||||
<if type="article-journal">
|
||||
<text variable="volume" suffix=" "/>
|
||||
<date variable="issued">
|
||||
<!--<date-part name="year" prefix="(" suffix=")"/>-->
|
||||
</date>
|
||||
<!-- <date variable="issued">
|
||||
<date-part name="year" prefix="(" suffix=")"/>
|
||||
</date>-->
|
||||
<text variable="issue" prefix="(" suffix=")"/>
|
||||
</if>
|
||||
</choose>
|
||||
|
|
Loading…
Reference in New Issue
Block a user