metacat/lib/style/skins/metacatui/iso19115/iso-gml.xsl @ 10174
1 |
<?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:template match="gml:Point"> |
7 |
|
8 |
</xsl:template>
|
9 |
|
10 |
<xsl:template match="gml:Polygon"> |
11 |
|
12 |
</xsl:template>
|
13 |
|
14 |
<xsl:template match="gml:interior"> |
15 |
|
16 |
</xsl:template>
|
17 |
|
18 |
<xsl:template match="gml:LinearRing"> |
19 |
|
20 |
</xsl:template>
|
21 |
|
22 |
<xsl:template match="gml:LineString"> |
23 |
|
24 |
</xsl:template>
|
25 |
</xsl:stylesheet>
|