|
|
@@ -4,6 +4,7 @@
|
|
|
xmlns:p5_default_db="https://biuro.biall-net.pl/wfs/default_db"
|
|
|
xmlns:wfs="http://www.opengis.net/wfs"
|
|
|
xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
|
|
|
+ xmlns:gml="http://www.opengis.net/gml"
|
|
|
xmlns:exsl="http://exslt.org/common"
|
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
@@ -35,7 +36,7 @@
|
|
|
</xsl:apply-templates>
|
|
|
</xsl:template>-->
|
|
|
|
|
|
- <xsl:template match="wfs:FeatureCollection">
|
|
|
+ <xsl:template match="wfs:FeatureCollection|gml:featureMember">
|
|
|
<xsl:apply-templates/>
|
|
|
</xsl:template>
|
|
|
|