| 12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?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:p5yed="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/yed/p5yed.xsd"
- xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:java="http://www.yworks.com/xml/yfiles-common/1.0/java"
- xmlns:sys="http://www.yworks.com/xml/yfiles-common/markup/primitives/2.0"
- xmlns:x="http://www.yworks.com/xml/yfiles-common/markup/2.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns:y="http://www.yworks.com/xml/graphml"
- xmlns:yed="http://www.yworks.com/xml/yed/3"
- exclude-result-prefixes="xs yed"
- version="2.0">
-
- <xsl:import href="../p5/p5.primaryKey.import.xsl"/>
- <xsl:import href="../bocian-graph-to-html/bcgtht.tree_to_dita.import.xsl"/>
- <xsl:import href="../xsl_interface/p5xsl.import.ignore.xsl"/>
- <xsl:output indent="yes"/>
- <xsl:strip-space elements="*"/>
-
-
-
-
- <xsl:template mode="p5yed:node.attr" match="*">
- <!-- todo to dynamically detect from which we can create node -->
- <!--<xsl:variable name="p5yed:node.attr">-->
- <xsl:apply-imports/> <!-- xpath-default-namespace="http://biuro.biall-net.pl/xmlschema_procesy5/WPS_Functions/yed/p5yed.xsd" -->
- <!--</xsl:variable>-->
- <!--<xsl:attribute name="p5yed:node" select="$p5yed:node.attr"/>-->
- <!--<xsl:comment>#28XXX mode="p5yed:node.attr"</xsl:comment>-->
- </xsl:template>
-
- <!--<xsl:function name="p5:primaryKey">
- <xsl:param name="fid"/>
- <xsl:for-each select="tokenize($fid,'\.')">
- <xsl:if test="position() = last()"><xsl:value-of select="."/></xsl:if>
- </xsl:for-each>
- </xsl:function>-->
-
-
- </xsl:stylesheet>
|