<?xml version="1.0" encoding="ISO-8859-1" standalone="no" ?>
<!DOCTYPE entitys [
<!-- Sonderzeichen -->
<!ENTITY nbsp "&#160;">
<!ENTITY uuml "&#252;">
<!ENTITY Uuml "&#220;">
<!ENTITY auml "&#228;">
<!ENTITY Auml "&#196;">
<!ENTITY ouml "&#246;">
<!ENTITY Ouml "&#214;">
<!--ENTITY css "?style=css"-->
]>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- html 40 strict-->
<xsl:output method="html" version="4.01" doctype-public="-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/REC-html401/strict.dtd"/>
<!--xsl:strip-space elements="table tr td a img"/-->
<xsl:variable name="question">question</xsl:variable>
<xsl:variable name="empty"></xsl:variable>
<xsl:template match="/">
<html lang="de">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
<meta http-equiv="content-language" content="de"/>
<meta name="generator" content="Xalan"/>
<link rel="icon" href="../favicon.ico"/>
<!--meta name="author">
<xsl:attribute name="content"><xsl:for-each select="//fileinfo/author"><xsl:value-of select="."/>, </xsl:for-each>f&uuml;r die BasisGruppe Telematik</xsl:attribute>
</meta-->
<meta name="keywords">
<xsl:attribute name="content"><xsl:value-of select="//interview/title"/></xsl:attribute>
</meta>
<title>
<xsl:value-of select="//interview/title"/>
</title>
<style type="text/css">
<xsl:comment>@import "../telematik.css";@import "../teledruck.css";</xsl:comment>
</style>
<script type="text/javascript" src="../spamspan.js"></script>
</head>
<body>

<div id="White">
<!-- Head -->
<div id="Head">
  <!--<p class="navigation">
<b>Navigation: </b>Aktuelles [ <a href="../index.xml">Standardlayout</a> ]  [ <a href="../index.xml?style=css">CSS-Layout</a> ] | Treffen [ <a href="../meeting.xml#Meeting">Standardlayout</a> ]  [ <a href="../meeting.xml?style=css#Meeting">CSS-Layout</a> ]</p> -->
<a title="www.telematik.edu" href="../index.html">
<img src="../pics/telelogo.gif" height="132" width="132" alt="www.telematik.edu"/>
</a>
<div id="HtuTug">
<a href="http://www.htu.tugraz.at">
<img alt="www.htu.tugraz.at" src="../pics/htu.gif"/>
</a>
<a name="top" href="http://www.TUGraz.at"><img src="../pics/TUG.gif" alt="TUG"/></a>
</div>
<h1>
<span class="blue">Studien</span>
<span class="green">vertretung &amp; BasisGruppe</span>
<span class="blue"> Telematik</span>
</h1>
</div>
<!-- Content -->
<div style="padding:1em;">
<xsl:apply-templates/>
</div>
<p id="Top">
<a title="Zur&uuml;ck zum Seitenanfang" href="#Head">Zur&uuml;ck zum Seitenanfang</a>
</p>
<!-- Footer -->
<div id="Footer">
<div id="Banner">
<a href="http://www.opera.com/download" title="Get Opera">
  <img src="../pics/silver02.png" alt="[Get Opera!]" height="31" width="88"/>
</a>
<a href="http://www.mozilla.org" title="Mozilla">
  <img src="../pics/moz-logo.gif" alt="[Mozilla]" height="33" width="81"/>
</a>
<!-- <a href="http://petition.eurolinux.org/" title="Petition for a Software Patent Free Europe">
<img src="../pics/patent_button.png" alt="petiton.eurolinux.org" height="36" width="88"/>
</a> -->
<a href="http://validator.w3.org/check/referer" title="valid Html 40">
<img src="../pics/valid-html40.gif" alt="valid Html 40" height="33" width="88"/>
</a>
<a href="http://jigsaw.w3.org/css-validator/check/referer" title="valid css">
  <img src="../pics/vcss.gif" alt="valid css" height="33" width="88"/>
</a>
<a href="http://www.w3.org/Style/CSS/Buttons/" title="made with CSS">
  <img src="../pics/mwcts.png" alt="made with CSS" height="33" width="88"/>
</a>
<a href="http://xml.apache.org/cocoon/index.html"  title="built with cocoon">
<img src="../pics/cocoon-built.gif" alt="valid Html 40" height="31" width="98"/>
</a>
</div>
<p id="Notes">
<em>Inhalt:&nbsp;</em>
<span class="spamspan"><span class="u">www-telematik</span><img alt="@" width="10" height="10" src="/pics/@.png"/><span class="d">htu.tugraz.at</span> </span>
</p>
<!--
<p class="navigation">
<b>Navigation: </b>Aktuelles [ <a href="../index.xml">Standardlayout</a> ]  [ <a href="../index.xml?style=css">CSS-Layout</a> ] | Treffen [ <a href="../meeting.xml">Standardlayout</a> ]  [ <a href="../meeting.xml?style=css">CSS-Layout</a> ]</p>
-->
</div>
</div>
</body>
</html>

</xsl:template>


<xsl:template match="person">
<div style="align:left; width:80%; border:1px solid black;">
<div style="font-size:14pt; font-weight:bold; color:white; background-color:black;padding:2pt;">Über <span><xsl:attribute name="style">color=<xsl:value-of select="colour"/>;</xsl:attribute><xsl:value-of select="name"/></span></div>
<table><tr>
<td><img><xsl:attribute name="src"><xsl:value-of select="picture"/></xsl:attribute></img></td>
<td valign="top"><xsl:copy-of select="about/child::node()"/></td>
</tr></table>
</div>
</xsl:template>

<xsl:template match="statement">
<dl>
<dt><xsl:attribute name="style">color:<xsl:value-of select="@colour"/>;</xsl:attribute>
<xsl:value-of select="@speaker"/>
</dt>
<dd style="max-width:650pt;">
<xsl:choose>
<xsl:when test="@type=$question">
<i><xsl:value-of select="."/></i>
</xsl:when>
<xsl:otherwise>
<!--xsl:value-of select="."/>
<xsl:apply-templates select="br"/-->
<xsl:copy-of select="child::node()"/>
</xsl:otherwise>
</xsl:choose>
</dd>
</dl>
</xsl:template>

<xsl:template match="title">
<h2><xsl:value-of select="."/></h2>
</xsl:template>

<!--xsl:template match="br">
<xsl:value-of select="."/><br/><br/>
</xsl:template-->

<xsl:template match="preamble">
<p><xsl:value-of select="."/></p>
</xsl:template>

</xsl:stylesheet>
