www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit b37889984a93b6bf33a54d98d9b5521ee65ffaea
parent 5075eb7365d45eaa3cf84122c5e638f4146cb8cf
Author: Dan Stillman <dstillman@zotero.org>
Date:   Wed, 12 Dec 2007 18:54:03 +0000

Test style


Diffstat:
Acsl/test.csl | 17+++++++++++++++++
1 file changed, 17 insertions(+), 0 deletions(-)

diff --git a/csl/test.csl b/csl/test.csl @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en"> + <info> + <title>Test</title> + <id>http://www.zotero.org/styles/test</id> + <author> + <name>Dan Stillman</name> + </author> + <updated>2007-11-28T23:44:54+00:00</updated> + <summary>A test style</summary> + </info> + <citation> + <layout> + <text value="Hello World"/> + </layout> + </citation> +</style>