bgwrx.RelatedFeatureRoot.xsl 598 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  3. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  4. xmlns:bgwrx="http://biuro.biall-net.pl/WPS_Functions/get_wfs_recurse_xsl/get_wfs_recurse_xsl.xsd"
  5. exclude-result-prefixes="xs"
  6. version="2.0">
  7. <xsl:output indent="yes"/>
  8. <xsl:strip-space elements="*"/>
  9. <xsl:template match="*" mode="bgwrx:RelatedFeatureRoot">
  10. <RelatedFeatureRoot>
  11. <xsl:copy-of select="."/>
  12. </RelatedFeatureRoot>
  13. </xsl:template>
  14. </xsl:stylesheet>