1 <?xml version="1.0" encoding="UTF-8"?>
4 $Id: identity.xsl,v 1.2 2006-06-09 20:46:38 marc Exp $
5 Copyright (C) 1995-2006
8 This file is part of the Zebra server.
10 Zebra is free software; you can redistribute it and/or modify it under
11 the terms of the GNU General Public License as published by the Free
12 Software Foundation; either version 2, or (at your option) any later
15 Zebra is distributed in the hope that it will be useful, but WITHOUT ANY
16 WARRANTY; without even the implied warranty of MERCHANTABILITY or
17 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
20 You should have received a copy of the GNU General Public License
21 along with Zebra; see the file LICENSE.zebra. If not, write to the
22 Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
26 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
29 <xsl:output indent="yes" method="xml" version="1.0" encoding="UTF-8"/>
31 <!-- match on any record -->
32 <xsl:template match="/">
33 <xsl:copy-of select="/"/>