<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<xt:template xmlns:xt="http://xtemplate.sourceforge.net/xtemplate">
<xt:expand id="//*[raa]">
   <a xt:id="raa{unattr(name)}" href="http://www.ruby-lang.org/raa/list.rhtml?name=@{name}" />
</xt:expand>
<xt:expand id="//*[cvs and cvs/@file]">
   <a xt:id="cvs{unattr(file)}"
      href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xtemplate/@{file}?rev=HEAD&amp;content-type=text/plain" />
</xt:expand>
<xt:expand id="//*[cvs and cvs/@dir]">
   <a xt:id="cvs{unattr(dir)}"
      href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xtemplate/@{dir}" />
</xt:expand>

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" xt:id="document?.">
<head>
<link rel="stylesheet" type="text/css" href="xtemplate.css" />
<title xt:id="title" />
</head>

<body>
  <table width="100%">
     <tr>
       <td colspan="3" class="header">
         <div class="title" xt:id="title" />
         <div class="header" xt:id="header" />
       </td>
     </tr>
     <tr>
       <td class="menu">
          <xt:select id="{import(xml://menu.xml)}/menus/menu">
          <div class="menu-title" xt:id="title" />
          <ul class="menu-body">
           <li class="menu-item" xt:id="items"><a xt:id="item{rename(@link,@href)}" /></li>
          </ul>
          </xt:select>
       </td>
       <td colspan="2" class="body">
          <xt:select id="body/section">
             <div class="section-title"><b xt:id="title" /></div>
             <div class="section-body"><xt:copy-of id="body" /></div>
          </xt:select>
       </td>
     </tr>
     <tr>
       <td colspan="3" class="footer">
         <div class="footer" xt:id="footer" /><br />
         This page was generated from
         <a xt:id="/xtemplate/template{copy(filename,@href);untag(filename)}" />
         ,<a xt:id="/xtemplate/data{copy(filename,@href);untag(filename)}" />
         and <a href="menu.xml">menu.xml</a>
         by <a href="http://xtemplate.sourceforge.net/">xtemplate</a>
	 at <xt:value-of id="{time(%m/%d/%Y)}" />.
	 <p>
         <a href="http://sourceforge.jp">
            <img src="http://sourceforge.jp/sflogo.php?group_id=458"
                 width="100" height="30" alt="SourceForge.jp" /></a>
	 <a href="http://validator.w3.org/check?uri=http://xtemplate.sourceforge.net/">
            <img src="http://www.w3.org/Icons/valid-xhtml10"
                 alt="Valid XHTML 1.0!" height="31" width="88" /></a>
         <a href="http://jigsaw.w3.org/css-validator/validator?uri=http://xtemplate.sourceforge.net/">
            <img style="border:0;width:88px;height:31px"
                 src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!" /></a>
	 </p>
       </td>
     </tr>
  </table>
</body>
</html>
</xt:template>
