| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:exslt="http://exslt.org/common"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- exclude-result-prefixes="xs"
- version="2.0">
- <xsl:output omit-xml-declaration="no" indent="yes" method="xml" encoding="UTF-8" version="1.0" />
-
-
- <xsl:strip-space elements="*"/>
-
- <xsl:template name="procesy_to_cubetto">
-
- <!-- <xsl:element name="projects">
- <xsl:attribute name="id" select="'Project_p20'"/>
- <xsl:attribute name="name" select="'XSL_TEST'"/>
- <xsl:attribute name="exporter" select="'Cubetto'"/>
- <xsl:attribute name="exporterVersion" select="'1.2.0'"/>
- <xsl:attribute name="targetNamespace" select="'http://xml.semture.de/mobileE3'"/>
- -->
-
- <projects xmlns="http://xml.semture.de/mobileE3"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" exporter="Cubetto" exporterVersion="1.2.0"
- id="Project_p20" name="XSL_TEST" targetNamespace="http://xml.semture.de/mobileE3"
- xsi:schemaLocation="http://xml.semture.de/mobileE3 http://www.semture.de/downloads/cubetto/schemas/mobileE3.xsd">
-
- <xsl:element name="project">
- <xsl:attribute name="id" select="'Project_p20'"/>
- <xsl:attribute name="name" select="'XSL_TEST'"/>
- <xsl:attribute name="modifiedAt" select="'1419471513.985344'"/>
- <xsl:attribute name="leastPresentation" select="'Presentation_p51'"/>
-
- <xsl:element name="modelType">
- <xsl:attribute name="id" select="'ModelType_p19'"/>
- <xsl:attribute name="cubettoBuild" select="'968'"/>
- <xsl:attribute name="cubettoVersion" select="'1.5.0'"/>
- <xsl:attribute name="languageVersion" select="'1.0.6'"/>
- <name es="BPMN" ru="BPMN" de="BPMN" fr="BPMN" en="BPMN" key="BPMN"
- zh-Hans="业务流程模型与标记法"/>
- <model id="Model_p19"/>
-
-
- <xsl:copy-of select="/"/>
- </xsl:element>
- </xsl:element>
- </projects>
- </xsl:template>
-
-
- </xsl:stylesheet>
|