Project

General

Profile

1
<?xml version="1.0"?>
2
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:wfs="http://www.opengis.net/wfs" xmlns:gml="http://www.opengis.net/gml" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0"><xsl:output method="xml" omit-xml-declaration="yes" encoding="utf-8" indent="yes"/><xsl:template match="/"><wfs:Transaction service="WFS" version="1.0.0"><wfs:Insert><xsl:apply-templates/></wfs:Insert></wfs:Transaction></xsl:template><xsl:template match="gml:featureMember"><xsl:for-each select="./*"><xsl:copy-of select="."/></xsl:for-each></xsl:template><xsl:template match="text()|@*"/></xsl:stylesheet>
(11-11/18)