p5yed.xsl 1.2 KB

1234567891011121314151617181920212223242526
  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:output indent="yes"/>
  17. <xsl:strip-space elements="*"/>
  18. <xsl:param name="yed:basedir"/>
  19. </xsl:stylesheet>