Author: robertpas
(2010/01/18 01:31) Over 2 years ago
Assignment10 - Updated
54
<p><xsl:value-of select="aims-of-the-work"/></p>
55
</xsl:template>
56
57
<xsl:template match="related-work">
58
<h2><xsl:value-of select="."/> </h2>
59
<xsl:apply-templates select="work"/> 
60
61
<xsl:template match="literature">
62
<xsl:template match="work">
<h2><xsl:value-of select="." /> </h2>
63
64
65
66
67
<xsl:apply-templates select="entries"/> 
68
<p><xsl:value-of select="@title" /> </p>
69
70
<xsl:template match="entries">
71
8
<abstract-in-english>The Big bang Theory</abstract-in-english>
9
10
<introduction>
11
<motivation>NONE!</motivation>
<motivation>good Motivation</motivation>
12
<aims-of-the-work>gratuade Webtech</aims-of-the-work>
13
</introduction>
14
15
<related-work>
16
<work>some nice work</work>
17
<work>another work</work>
<work>another nice work</work>
18
</related-work>
19
20
<foundation>A really great Foundation</foundation>
...
30
31
<literature>
32
<entries title="The Big Bang Theory" author="Steven Hawkins" page="42" puplisher="Hanser-Verlag" year="2286"></entries>
33
<entries title="The Another-Theory" author="Steven Hawkins" page="42" puplisher="Hanser-Verlag" year="2286"></entries>
</literature>
34
</thesis>
35
<h2><xsl:value-of select="."/> </h2><xsl:apply-templates select="work"/> <xsl:template match="literature"><xsl:template match="work"><p><xsl:value-of select="@title" /> </p><motivation>NONE!</motivation><motivation>good Motivation</motivation><work>another nice work</work>