ec097578e2907dec19d79775f739fa38b9551760
[pazpar2-moved-to-github.git] / etc / usmarc.xsl
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- $Id: usmarc.xsl,v 1.1 2007-07-18 14:11:42 adam Exp $ -->
3 <xsl:stylesheet
4     version="1.0"
5     xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6     xmlns:pz="http://www.indexdata.com/pazpar2/1.0"
7     xmlns:marc="http://www.loc.gov/MARC21/slim">
8   
9   <xsl:output indent="yes" method="xml" version="1.0" encoding="UTF-8"/>
10
11   <xsl:include href="marc21.xsl"/>
12
13 </xsl:stylesheet>