projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa4a8f5
)
Added this stylesheet. Just includes marc21.xsl.
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 18 Jul 2007 14:11:42 +0000
(14:11 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 18 Jul 2007 14:11:42 +0000
(14:11 +0000)
etc/usmarc.xsl
[new file with mode: 0644]
patch
|
blob
diff --git a/etc/usmarc.xsl
b/etc/usmarc.xsl
new file mode 100644
(file)
index 0000000..
ec09757
--- /dev/null
+++ b/
etc/usmarc.xsl
@@ -0,0
+1,13
@@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- $Id: usmarc.xsl,v 1.1 2007-07-18 14:11:42 adam Exp $ -->
+<xsl:stylesheet
+ version="1.0"
+ xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
+ xmlns:pz="http://www.indexdata.com/pazpar2/1.0"
+ xmlns:marc="http://www.loc.gov/MARC21/slim">
+
+ <xsl:output indent="yes" method="xml" version="1.0" encoding="UTF-8"/>
+
+ <xsl:include href="marc21.xsl"/>
+
+</xsl:stylesheet>