Changeset 42

User picture

Author: robertpas

(2010/01/18 01:31) Over 2 years ago

Assignment10 - Updated

Affected files

Updated Assignment10/Assignment10.xsl Download diff

4142
54
    <p><xsl:value-of select="aims-of-the-work"/></p>
54
    <p><xsl:value-of select="aims-of-the-work"/></p>
55
</xsl:template>
55
</xsl:template>
56
56
57
57
<xsl:template match="related-work">
58
<xsl:template match="related-work">
58
	<h2><xsl:value-of select="."/> </h2>
59
	<xsl:apply-templates select="work"/>&#160;
59
</xsl:template>
60
</xsl:template>
60
61
61
<xsl:template match="literature">
62
<xsl:template match="work">
62
	<h2><xsl:value-of select="." /> </h2>
63
	<h2><xsl:value-of select="." /> </h2>
64
</xsl:template>
65
66
67
<xsl:template match="literature">	
63
    <xsl:apply-templates select="entries"/>&#160;
68
    <xsl:apply-templates select="entries"/>&#160;
64
	<p><xsl:value-of select="@title" /> </p>
65
66
</xsl:template>
69
</xsl:template>
67
70
68
<xsl:template match="entries">
71
<xsl:template match="entries">

Updated Assignment10/Example.xml Download diff

4142
8
	<abstract-in-english>The Big bang Theory</abstract-in-english>
8
	<abstract-in-english>The Big bang Theory</abstract-in-english>
9
9
10
	<introduction>
10
	<introduction>
11
		<motivation>NONE!</motivation>
11
		<motivation>good Motivation</motivation>
12
		<aims-of-the-work>gratuade Webtech</aims-of-the-work>
12
		<aims-of-the-work>gratuade Webtech</aims-of-the-work>
13
	</introduction>
13
	</introduction>
14
14
15
	<related-work>
15
	<related-work>
16
		<work>some nice work</work>
16
		<work>some nice work</work>
17
		<work>another work</work>
17
		<work>another nice work</work>
18
	</related-work>
18
	</related-work>
19
19
20
	<foundation>A really great Foundation</foundation>
20
	<foundation>A really great Foundation</foundation>
...
...
30
30
31
	<literature>
31
	<literature>
32
		<entries title="The Big Bang Theory" author="Steven Hawkins" page="42" puplisher="Hanser-Verlag"
year="2286"></entries>
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>
33
	</literature>
34
	</literature>
34
</thesis>
35
</thesis>