<?xml version="1.0" encoding="Shift_JIS" standalone="no"?>
<?xml-stylesheet type="text/xsl" href="APG.xslt"?>

<!DOCTYPE doc SYSTEM "xmlDTD20.dtd" [
]>

<doc>
  <front>
    <idinfo>
      <revnum>V1R08</revnum>
      <caption>XMLへのXSLTによる体裁付与</caption>
      <pubdate>2000-01-25</pubdate>
      <chgdate>2001-09-30</chgdate>
      <preparer>
         <organ>（有）RLL研究所  若鳥陸夫</organ>
      </preparer>
      <copyright>有）RLL研究所 </copyright>
    </idinfo>
  </front>
  <body>
    <chapter>
      <caption>1.目的</caption>
      <para>
         この試験は，XML適合文書にXSLによる次の体裁を作用させ，
MS-Internet Explorer6.0で閲覧できることを示す。
      </para>
      <para>
         <ol>
           <li><pcdata>文面</pcdata></li>
           <li><pcdata>表</pcdata></li>
           <li><pcdata>写真</pcdata></li>
           <li><pcdata>投錨（アンカー）</pcdata></li>
           <li><pcdata>順序付き並び</pcdata></li>
           <li><pcdata>順序なし並び</pcdata></li>
         </ol>
      </para>
      <note>
        <para>
          なお，このXML文書は，その試験データを兼ねる。
        </para>
      </note>
    </chapter>
    <chapter>
      <caption>2.XML再生試験</caption>
      <section>
        <caption>2.1.表の書式の付与</caption>
        <para>
          <table border="1">
            <caption>表1</caption>
            <tgroup cols="4">
              <thead>
                <!--colspec colnum="1" colname="C1"/-->
                <!--colspec colnum="2" colname="C2"/-->
                <!--colspec colnum="3" colname="C3"/-->
                <!--colspec colnum="4" colname="C4"/-->
                <tr align="1">
                  <th align="center" title="列1見出し"/>
                  <th align="center" title="列2見出し"/>
                  <th align="center" title="列3見出し"/>
                  <th align="center" title="列4見出し"/> 
                 </tr>
               </thead>
               <tbody>
                <tr align="1">
                  <td align="center">
行1列1の内容
                  </td>
                  <td align="center">
行1列2の内容
                  </td>
                  <td align="center">
行1列3の内容
                  </td>
                  <td align="center">
行1列4の内容
                  </td> 
               </tr>
              </tbody>
           </tgroup>
        </table>
      </para>
    </section>
    <section>
      <caption>2.2.図の再生</caption>
      <para>
        <figure>
           <caption>図見本</caption>
           <img src="Vehicle.jpg"/>
        </figure>
      </para>
    </section>
    <section>
      <caption>2.3.並び及び投錨の再生</caption>
      <para>
         <ul>
            <li><pcdata>順序なし並び見本</pcdata></li>
            <li><a href="APG.xslt">XSLT見本</a></li>
         </ul>
      </para>
    </section>
  </chapter>
 </body>
</doc>


