p5.primaryKey.import.xsl 653 B

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