1*8eb6fccdSAndrew Rist<!--***********************************************************
2*8eb6fccdSAndrew Rist *
3*8eb6fccdSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*8eb6fccdSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*8eb6fccdSAndrew Rist * distributed with this work for additional information
6*8eb6fccdSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*8eb6fccdSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*8eb6fccdSAndrew Rist * "License"); you may not use this file except in compliance
9*8eb6fccdSAndrew Rist * with the License.  You may obtain a copy of the License at
10*8eb6fccdSAndrew Rist *
11*8eb6fccdSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*8eb6fccdSAndrew Rist *
13*8eb6fccdSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*8eb6fccdSAndrew Rist * software distributed under the License is distributed on an
15*8eb6fccdSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*8eb6fccdSAndrew Rist * KIND, either express or implied.  See the License for the
17*8eb6fccdSAndrew Rist * specific language governing permissions and limitations
18*8eb6fccdSAndrew Rist * under the License.
19*8eb6fccdSAndrew Rist *
20*8eb6fccdSAndrew Rist ***********************************************************-->
21cdf0e10cSrcweir<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
22cdf0e10cSrcweir<xsl:template match="*|/"/>
23cdf0e10cSrcweir</xsl:stylesheet>
24