| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xsl:stylesheet xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
- xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
- xmlns:p5dkp="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/dita_kosztorys_projektowy/p5dkp.xsd"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:p5suis="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/system_ui_info_speech/system_ui_info_speech.xsd"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:p5xsda="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/xsd_asserts/p5xsda.xsd"
- xmlns:ditaarch="http://dita.oasis-open.org/architecture/2005/"
- xmlns:system_cache__dita="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/dita.xsd"
- exclude-result-prefixes="xs ditaarch"
- version="2.0">
- <!--<xsl:include href="p5dkp.audience.xsl"/>-->
-
- <xsl:template mode="p5dkp:map.audience" match="@class"/>
-
-
- <xsl:template mode="p5dkp:map.audience" match="@*">
- <xsl:param name="audience"/>
- <xsl:copy-of select="."/>
- </xsl:template>
-
-
-
- <xsl:template name="p5dkp:map.audience">
- <xsl:param name="audience"/>
- <map.keys.audience>
- <xsl:for-each select="$audience/audience/key">
- <xsl:copy-of select="."/>
- </xsl:for-each>
- </map.keys.audience>
- </xsl:template>
-
-
-
-
-
- </xsl:stylesheet>
|