Project

General

Profile

1 10058 mecum
<?xml version="1.0"?>
2
<xsl:stylesheet
3
        xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
4
        xmlns:gml="http://www.opengis.net/gml/3.2" version="1.0">
5
6
    <xsl:output method="html" encoding="UTF-8"
7
                doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
8
                doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
9
                indent="yes" />
10
11
    <xsl:template match="gml:Point">
12
13
    </xsl:template>
14
15
    <xsl:template match="gml:Polygon">
16
17
    </xsl:template>
18
19
    <xsl:template match="gml:interior">
20
21
    </xsl:template>
22
23
    <xsl:template match="gml:LinearRing">
24
25
    </xsl:template>
26
27
    <xsl:template match="gml:LineString">
28
29
    </xsl:template>
30
</xsl:stylesheet>