|
|
@@ -1,6 +1,7 @@
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
|
xmlns:default_db__x3A__IN7_DZIENNIK_KORESP="https://biuro.biall-net.pl/wfs/default_db/table/IN7_DZIENNIK_KORESP.xsd"
|
|
|
+ xmlns:p5_default_db="https://biuro.biall-net.pl/wfs/default_db"
|
|
|
xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
|
|
|
xmlns:exsl="http://exslt.org/common"
|
|
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
|
@@ -33,9 +34,12 @@
|
|
|
</xsl:apply-templates>
|
|
|
</xsl:template>-->
|
|
|
|
|
|
+ <xsl:template match="wfs:FeatureCollection">
|
|
|
+ <xsl:apply-templates/>
|
|
|
+ </xsl:template>
|
|
|
|
|
|
<!-- todo add prefix default_db__x3A__IN7_DZIENNIK_KORESP: -->
|
|
|
- <xsl:template match="default_db__x3A__IN7_DZIENNIK_KORESP:IN7_DZIENNIK_KORESP" >
|
|
|
+ <xsl:template match="default_db__x3A__IN7_DZIENNIK_KORESP:IN7_DZIENNIK_KORESP|p5_default_db:IN7_DZIENNIK_KORESP" >
|
|
|
<!--<xsl:param name="dita_task_template_file"/>-->
|
|
|
|
|
|
<xsl:variable name="input_obj_with_xpath">
|