11 lines
661 B
XML
11 lines
661 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:fx="http://www.asam.net/xml/fbx" xmlns:flexray="http://www.asam.net/xml/fbx/flexray" xmlns:lin="http://www.asam.net/xml/fbx/lin" xmlns:ho="http://www.asam.net/xml" xsi:schemaLocation="http://www.asam.net/xml/fbx/all v300\fibex4multiplatform.xsd" >
|
|
<xsl:template match="/">
|
|
<b>test</b>
|
|
<!-- TODO: Auto-generated template -->
|
|
</xsl:template>
|
|
<xsl:template match="//fx:PROJECT/ho:SHORT-NAME">
|
|
Project:<xsl:value-of select="."></xsl:value-of>
|
|
</xsl:template>
|
|
</xsl:stylesheet> |