Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2

    
3
<xsl:stylesheet
4

    
5
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
6

    
7
  xmlns:gml="http://www.opengis.net/gml"
8

    
9
  version="1.0">
10

    
11
<!--
12

    
13
Description: Empty template as a placeholder
14

    
15
Author:      Mike Adair
16

    
17
Licence:     LGPL as per: http://www.gnu.org/copyleft/lesser.html
18

    
19

    
20

    
21
$Id$
22

    
23
$Name$
24

    
25
-->
26

    
27
  <xsl:output method="xml" encoding="utf-8"/>
28

    
29
  
30

    
31
  <!-- Root node -->
32

    
33
  <xsl:template match="/">
34

    
35
  </xsl:template>
36

    
37

    
38

    
39
</xsl:stylesheet>
(53-53/145)