<?xml version="1.0" encoding="UTF-8"?><!-- $Header: /usr/cvs/Sharef/Sharef/bibconvert/xslt/sharef_strip_space.xsl,v 1.3 2005/06/29 13:34:03 dret Exp $ --><!-- this file contains a list of all sharef elements (from sharef.xsd) which will be stripped from whitespace text nodes (this is necessary if the sharef xml has been pretty-printed during exporting or by an external program, for example an xml editor). this file is required as an include file for all sharef2*.xsl programs. --><xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:sharef="http://dret.net/xmlns/sharef">	<!-- this list of elements contains all elements from sharef.xsd which have element content (*not* mixed content!) and thus can be safely stripped from whitespace text nodes. -->	<xsl:strip-space elements="sharef:bibliography sharef:keyworddef sharef:reference sharef:shadow sharef:abstract sharef:annotation sharef:richtext sharef:source sharef:crossref sharef:names sharef:person"/></xsl:stylesheet>
