Dateianhang 'jmd-convert-1.0.3-1.1.xsl'
Herunterladen 1 <?xml version="1.0" encoding="UTF-8"?>
2 <xsl:stylesheet
3 version="1.0"
4 xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
5
6 <xsl:output method="xml" encoding="UTF-8" />
7
8 <xsl:template match="@*|node()" mode="logbook">
9 <xsl:copy>
10 <xsl:apply-templates select="@*|node()"/>
11 </xsl:copy>
12 </xsl:template>
13
14 <!-- updates the formedtree version and the version nr -->
15 <xsl:template match="cases">
16 <cases formed-type="http://mpuls.intevation.de/formed/jmd-case/2011-06-16/10:08" version="5">
17 <xsl:apply-templates/>
18 </cases>
19 </xsl:template>
20
21 <!-- feld loeschen -->
22 <xsl:template match="anzahl_geschwister" />
23
24 <xsl:template match="master">
25 <xsl:copy>
26 <xsl:apply-templates select="@*|node()"/>
27
28 <!-- see also: issue2157 and upgrade/1.1/02_angaben_geschwister -->
29 <xsl:variable name="anzahl_geschwister" select="./anzahl_geschwister/text()"/>
30 <xsl:if test="$anzahl_geschwister">
31 <angaben_geschwister>
32 <xsl:value-of select="$anzahl_geschwister"/>
33 </angaben_geschwister>
34 </xsl:if>
35
36 </xsl:copy>
37 </xsl:template>
38
39 <!-- see also: issue2039 and upgrade/1.1/05_integrationskurs.sql -->
40 <xsl:template match="aktuelle_situation">
41 <aktuelle_situation>
42 <xsl:choose>
43 <xsl:when test=". = '-1' and ../aktuelle_massnahme_art = '3'">
44 11
45 </xsl:when>
46 <xsl:otherwise>
47 <xsl:value-of select="."/>
48 </xsl:otherwise>
49 </xsl:choose>
50 </aktuelle_situation>
51 </xsl:template>
52
53 <xsl:template match="aktuelle_massnahme_art">
54 <aktuelle_massnahme_art>
55 <xsl:choose>
56 <xsl:when test=". = '3'">
57 -1
58 </xsl:when>
59 <xsl:otherwise>
60 <xsl:value-of select="."/>
61 </xsl:otherwise>
62 </xsl:choose>
63 </aktuelle_massnahme_art>
64 </xsl:template>
65
66 <xsl:template match="@*|node()">
67 <xsl:copy>
68 <xsl:apply-templates select="@*|node()"/>
69 </xsl:copy>
70 </xsl:template>
71
72 </xsl:stylesheet>
Gespeicherte Dateianhänge
Um Dateianhänge in eine Seite einzufügen sollte unbedingt eine Angabe wie attachment:dateiname benutzt werden, wie sie auch in der folgenden Liste der Dateien erscheint. Es sollte niemals die URL des Verweises ("laden") kopiert werden, da sich diese jederzeit ändern kann und damit der Verweis auf die Datei brechen würde.Sie dürfen keine Anhänge an diese Seite anhängen!