From 0e8cffd6c129885beebf19bd86673dc88a793401 Mon Sep 17 00:00:00 2001 From: Jason Skomorowski Date: Thu, 6 May 2010 14:58:54 -0400 Subject: [PATCH] XSLT to convert Pazpar2's output for reading by Carrot2 clustering engine. --- etc/pp2out-to-carrot2.xsl | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 etc/pp2out-to-carrot2.xsl diff --git a/etc/pp2out-to-carrot2.xsl b/etc/pp2out-to-carrot2.xsl new file mode 100644 index 0000000..a1d1677 --- /dev/null +++ b/etc/pp2out-to-carrot2.xsl @@ -0,0 +1,25 @@ + + + + + + + water + + + + + + <xsl:value-of select="md-title" /> + + + + + + + + + + + + \ No newline at end of file -- 1.7.10.4