| 123456789101112131415161718192021222324252627282930 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- xmlns:system_cache__dita="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/dita.xsd"
- xmlns:p5RvJiE="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron--v0.0.1/p5RvJiE.xsd"
- xmlns:p5="https://biuro.biall-net.pl/wfs"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:wps="http://www.opengis.net/wps/1.0.0"
- xmlns:ows="http://www.opengis.net/ows/1.1"
- xmlns:ogc="http://www.opengis.net/ogc"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- exclude-result-prefixes="xs"
- version="2.0">
-
-
- <!--{http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/render-vis-js-in-electron-\-v0.0.1/p5RvJiE.xsd}system_cache__dita.preprocess.root-->
-
- <xsl:output indent="yes"/>
- <xsl:strip-space elements="*"/>
-
-
- <xsl:template mode="p5RvJiE:validate" match="p5:reportGraph">
- <p5RvJiE:validate>
- TODO validate file
- </p5RvJiE:validate>
- </xsl:template>
-
-
- </xsl:stylesheet>
|