corrected metadata, corrected pretty-printing

This commit is contained in:
Bruce D'Arcus 2008-01-17 20:38:13 +00:00
parent 22e09b644b
commit fa5c153daa

View File

@ -1,3 +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"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="note" xml:lang="en"> <style xmlns="http://purl.org/net/xbiblio/csl" class="note" xml:lang="en">
<info> <info>
<title>Chicago Manual of Style (Note without Bibliography)</title> <title>Chicago Manual of Style (Note without Bibliography)</title>
@ -18,8 +20,8 @@
</contributor> </contributor>
<summary>Chicago format with full notes and no bibliography</summary> <summary>Chicago format with full notes and no bibliography</summary>
<category term="generic-base"/> <category term="generic-base"/>
<category term="numeric"/> <category term="note"/>
<updated></updated> <updated/>
</info> </info>
<macro name="editor-translator"> <macro name="editor-translator">
<names variable="editor translator" delimiter=", "> <names variable="editor translator" delimiter=", ">
@ -39,8 +41,7 @@
</macro> </macro>
<macro name="author"> <macro name="author">
<names variable="author"> <names variable="author">
<name and="text" sort-separator=", " <name and="text" sort-separator=", " delimiter=", "/>
delimiter=", "/>
<label form="short" prefix=", " suffix="."/> <label form="short" prefix=", " suffix="."/>
<substitute> <substitute>
<names variable="editor"/> <names variable="editor"/>
@ -50,8 +51,7 @@
</macro> </macro>
<macro name="author-full"> <macro name="author-full">
<names variable="author"> <names variable="author">
<name and="text" sort-separator=", " <name and="text" sort-separator=", " delimiter=", "/>
delimiter=", "/>
<label form="short" prefix=", " suffix="."/> <label form="short" prefix=", " suffix="."/>
<substitute> <substitute>
<names variable="editor"/> <names variable="editor"/>
@ -61,7 +61,7 @@
</macro> </macro>
<macro name="author-short"> <macro name="author-short">
<names variable="author"> <names variable="author">
<name form="short" and="text" delimiter=", " /> <name form="short" and="text" delimiter=", "/>
<label form="short" prefix=", " suffix="."/> <label form="short" prefix=", " suffix="."/>
<substitute> <substitute>
<names variable="editor"/> <names variable="editor"/>
@ -78,7 +78,7 @@
<macro name="recipient-short"> <macro name="recipient-short">
<names variable="recipient"> <names variable="recipient">
<label form="verb" prefix=" " text-case="lowercase" suffix=" "/> <label form="verb" prefix=" " text-case="lowercase" suffix=" "/>
<name form="short" and="text" delimiter=", " /> <name form="short" and="text" delimiter=", "/>
</names> </names>
</macro> </macro>
<macro name="interviewer"> <macro name="interviewer">
@ -141,10 +141,8 @@
<text macro="interviewer"/> <text macro="interviewer"/>
<text variable="medium"/> <text variable="medium"/>
<choose> <choose>
<if variable="title" match="none"> <if variable="title" match="none"> </if>
</if> <else-if type="thesis paper-conference" match="any"> </else-if>
<else-if type="thesis paper-conference" match="any">
</else-if>
<else> <else>
<text variable="genre"/> <text variable="genre"/>
</else> </else>
@ -199,8 +197,7 @@
<group prefix=" (" suffix=")" delimiter=", "> <group prefix=" (" suffix=")" delimiter=", ">
<group delimiter=" "> <group delimiter=" ">
<choose> <choose>
<if variable="title" match="none"> <if variable="title" match="none"> </if>
</if>
<else-if type="thesis paper-conference" match="any"> <else-if type="thesis paper-conference" match="any">
<text variable="genre"/> <text variable="genre"/>
</else-if> </else-if>
@ -287,7 +284,8 @@
<if type="graphic report" match="any"> <if type="graphic report" match="any">
<text macro="archive"/> <text macro="archive"/>
</if> </if>
<else-if type="book thesis chapter article-journal article-newspaper article-magazine" match="none"> <else-if type="book thesis chapter article-journal article-newspaper article-magazine"
match="none">
<text macro="archive"/> <text macro="archive"/>
</else-if> </else-if>
</choose> </choose>