get_wfs_recurse_xsl.xsl 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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:wfs="http://www.opengis.net/wfs"
  5. xmlns:gml="http://www.opengis.net/gml"
  6. xmlns:ogc="http://www.opengis.net/ogc"
  7. xmlns:p5="https://biuro.biall-net.pl/wfs"
  8. xmlns:system_cache__resources_tree_generate_xsl_required_occurs_raport="http://biuro.biall-net.pl/xmlschema_procesy5/system_cache/resources_tree_generate_xsl_require_occurs_raport"
  9. xmlns:get_wfs_recurse_xsl="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/get_wfs_recurse_xsl.xsd"
  10. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  11. xmlns:default_db="https://biuro.biall-net.pl/wfs/default_db"
  12. xmlns:default_objects="https://biuro.biall-net.pl/wfs/default_objects"
  13. xmlns:xlink="http://www.w3.org/1999/xlink"
  14. xmlns:default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA="https://biuro.biall-net.pl/wfs/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA"
  15. xmlns:default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row="https://biuro.biall-net.pl/wfs/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI_POWIAZANIA_row"
  16. xmlns:default_db__x3A__BI_audit_ENERGA_PRACOWNICY="https://biuro.biall-net.pl/wfs/default_db/BI_audit_ENERGA_PRACOWNICY"
  17. xmlns:default_db__x3A__BI_audit_ENERGA_RUM_KONTRAHENCI="https://biuro.biall-net.pl/wfs/default_db/BI_audit_ENERGA_RUM_KONTRAHENCI"
  18. exclude-result-prefixes="xs"
  19. version="2.0">
  20. <!-- TESTING for recurse get WFS using xsd schemas and/or retrieved xlinks -->
  21. <!--<xsl:import href="system_cache__appinfo/escape_functions.xsl"/>
  22. <xsl:include href="default_db/enter_to_ph.xsl"/>-->
  23. <xsl:include href="../WPS_Functions/get_wfs_recurse_xsl/get_wfs_recurse_xsl.xsl"/>
  24. <xsl:output indent="yes"/>
  25. <xsl:strip-space elements="*"/>
  26. </xsl:stylesheet>