test_todel_xml_parse.xsl 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. exclude-result-prefixes="xs"
  5. version="2.0">
  6. <xsl:import href="crm_lista_zasobow_to_xml_tree_instances.xsl"/>
  7. <xsl:template name="main">
  8. <xsl:variable name="import_xml">
  9. <xsl:copy-of select="document('../default_db.instance.xml/test_wgrania_do_api_xml_MAGAZYN.xml')"></xsl:copy-of>
  10. </xsl:variable>
  11. <xsl:variable name="go_recurse_from_root_by_build_element">
  12. <xsl:copy-of select="document('../default_db.instance.xml/go_recurse_from_root_by_build_element.xml')"></xsl:copy-of>
  13. </xsl:variable>
  14. <!--
  15. <xsl:for-each select="$import_xml/node()">
  16. <xsl:comment>13 name is <xsl:value-of select="name()"/></xsl:comment>
  17. <xsl:for-each select="node()[node()]">
  18. <xsl:comment>15 name is <xsl:value-of select="name()"/></xsl:comment>
  19. </xsl:for-each>
  20. </xsl:for-each>-->
  21. </xsl:template>
  22. </xsl:stylesheet>