p5yed.yed.graphml.node.xsl 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xsl:stylesheet xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
  3. xmlns:xs="http://www.w3.org/2001/XMLSchema"
  4. xmlns:p5bws="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/WPS_Functions.xsd"
  5. xmlns:system_cache__appinfo="http://biuro.biall-net.pl/xmlschema_procesy5/default_db_xml_cache/appinfo.xsd"
  6. xmlns:p5yed="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/yed/p5yed.xsd"
  7. xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
  8. xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java"
  9. xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0"
  10. xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0"
  11. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  12. xmlns:y="http://www.yworks.com/xml/graphml"
  13. xmlns:yed="http://www.yworks.com/xml/yed/3"
  14. exclude-result-prefixes="xs yed"
  15. version="2.0">
  16. <xsl:import href="../p5/p5.primaryKey.import.xsl"/>
  17. <xsl:import href="../bocian-graph-to-html/bcgtht.tree_to_dita.import.xsl"/>
  18. <xsl:import href="../xsl_interface/p5xsl.import.ignore.xsl"/>
  19. <xsl:output indent="yes"/>
  20. <xsl:strip-space elements="*"/>
  21. <xsl:template mode="p5yed:node.attr" match="*">
  22. <!-- todo to dynamically detect from which we can create node -->
  23. <!--<xsl:variable name="p5yed:node.attr">-->
  24. <xsl:apply-imports/> <!-- xpath-default-namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/yed/p5yed.xsd" -->
  25. <!--</xsl:variable>-->
  26. <!--<xsl:attribute name="p5yed:node" select="$p5yed:node.attr"/>-->
  27. <!--<xsl:comment>#28XXX mode="p5yed:node.attr"</xsl:comment>-->
  28. </xsl:template>
  29. <!--<xsl:function name="p5:primaryKey">
  30. <xsl:param name="fid"/>
  31. <xsl:for-each select="tokenize($fid,'\.')">
  32. <xsl:if test="position() = last()"><xsl:value-of select="."/></xsl:if>
  33. </xsl:for-each>
  34. </xsl:function>-->
  35. </xsl:stylesheet>