| 12345678910111213141516171819 |
- <?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:p5="https://biuro.biall-net.pl/wfs"
- xmlns:p5yed="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/yed/p5yed.xsd"
- exclude-result-prefixes="xs"
- version="2.0">
-
-
-
- <!--<xsl:template mode="p5yed:node.attr" match="*[@p5:primaryKey]" ><!-\- xpath-default-namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/yed/p5yed.xsd" -\->
- <xsl:value-of select="@p5:primaryKey"/>
- </xsl:template>-->
-
-
-
-
-
- </xsl:stylesheet>
|