<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet href="NULL" type="application/x-xsp"?>
<?xml-stylesheet href="/webpage2html.xsl.en" type="text/xsl"?>

<!DOCTYPE webpage [
<!ENTITY menu SYSTEM "menu.xml">
<!ENTITY news SYSTEM "news.xml">
<!ENTITY fyis SYSTEM "fyis.xml">
]>
<xsp:page
  language="Perl"
  xmlns:xsp="http://apache.org/xsp/core/v1"
  xmlns:esql="http://apache.org/xsp/SQL/v2"
  xmlns:conv="http://xmlns.knowscape.com/xsp/CharsetConv"
>

<webpage version="0.0">
<title>
Energy conversion and storage: solar-hydrogen cells
</title>
<author e-mail="hdcg@cie.unam.mx">hdcg@cie.unam.mx</author>
<body>
<p>
<esql:connection>
  <esql:driver>Pg</esql:driver>
  <esql:dburl>host=xalli.cie.unam.mx dbname=sica2005 user=eogm</esql:dburl>
  <esql:execute-query>
    <esql:query>SELECT login,nombre,apellidos,webpath FROM datos_per,coord WHERE coord.cve_coord=datos_per.rfc AND coord.webpath='/xml/ms/shcdc/'</esql:query>
    <esql:results>
      <esql:row-results>
        <b>Coordinador: </b>
        <a>
          <xsp:attribute name="href"><esql:get-string column='webpath'/><esql:get-string column='login'/>/</xsp:attribute>
          <xsp:content><esql:get-string column='nombre'/> <esql:get-string column='apellidos'/></xsp:content>
        </a>
        <br/>
        <b>E-mail: </b>
        <a>
          <xsp:attribute name="href">mailto:<esql:get-string column='login'/>@cie.unam.mx</xsp:attribute>
          <conv:charset-convert><esql:get-string column='login'/></conv:charset-convert>@cie.unam.mx
        </a>
      </esql:row-results>
    </esql:results>
  </esql:execute-query>
</esql:connection>
<h2>English version under construction!</h2>
</p>
</body>
</webpage>
</xsp:page>
