* fix invalid mistakes
This commit is contained in:
parent
a433618b51
commit
d25a2c5d5c
1 changed files with 6 additions and 6 deletions
|
@ -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>
|
||||
|
@ -60,12 +60,12 @@
|
|||
<text value="Online im Internet: URL: "/>
|
||||
<text variable="URL"/>
|
||||
<group prefix=" (" delimiter=" " suffix=")">
|
||||
<!-- <text term="accessed" text-case="capitalize-first"/>-->
|
||||
<!-- <text term="accessed" text-case="capitalize-first"/>-->
|
||||
<text value="Stand:"/>
|
||||
<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…
Add table
Reference in a new issue