[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: правильная трансляция <tag id> в html <a name>
Hi, Boris! 
>>>>> "BT" == Boris Tobotras writes:
>>  Тоже вариант.  Мне, собственно, <ref> и нужны, т.к. текст будет
>> серьезно crosslinked ссылками от употребления терминов к их
>> определениям.
BT> 	Пробуй. Должно жить.
К сожалению, живет только частично:
/tmp/TEItools/req.tei:
<!DOCTYPE TEI.2 PUBLIC "-//TEI//DTD TEI Lite 1.6 //EN">
<tei.2>
  <teiheader>
    <filedesc>
      <titlestmt>
        <title>Requirements</title>
      </titlestmt>
      <publicationstmt>
        <p>Andrey V Khavryutchenko <akhavr@compchem.kiev.ua>
      </publicationstmt>
      <sourcedesc>
        <p>
      </sourcedesc>
    </filedesc>
  </teiheader>
  <text>
    <body>
      
      <div0 id="def">
        <head>Definitions</head>
        <list type="gloss">
          <label id="DefA">A</label>
          <item>The definition of A.</>
          
          <label id="DefB">B</label>
          <item>The definition of B.  <ref
              target="DefA">Reference</ref> to A.
          </>
        </list>
        <p><anchor id="TestAnchor">Anchor</p>
        <p><seg id="TestSegment">Segment</seg></p>
        <p><ref target="TestAnchor">Reference</ref> to the anchor</p>
        <p><ref target="TestSegment">Reference</ref> to the segment</p>
      </>
    </body>
  </text>
</tei.2>
/tmp/TEItools/req.html:
<!DOCTYPE HTML PUBLIC '-//IETF//DTD HTML//EN'>
<!-- Generated from TEI Lite DTD by TEItools.
  See http://xtalk.price.ru/SGML/TEItools
-->
<HTML><HEAD>
<TITLE>
Bet system requirements
</TITLE>
</HEAD>
<BODY>
<CENTER><I><STRONG><FONT SIZE="+2">Definitions</FONT></STRONG></I>
</CENTER>
<DL>
<P><DT><STRONG>A</STRONG>
<DD>The definition of A.</DD><P><DT><STRONG>B</STRONG>
<DD>The definition of B.  <A HREF="#DEFA">Reference</A> to A.
          </DD>
</DL>
<P><A NAME="TESTANCHOR"></A>Anchor</P>
<P>Segment</P>
<P><A HREF="#TESTANCHOR">Reference</A> to the anchor</P>
<P><A HREF="#TESTSEGMENT">Reference</A> to the segment</P>
<P>
Последние изменения: Mon Sep  7 20:59:09 EEST 1998<BR>
<SMALL>
Сгенерировано <A HREF="http://xtalk.price.ru/SGML/TEItools/">TEItools</A>
</SMALL>
</BODY></HTML>
<!--
Converted to HTML by akhavr@netmaster.compchem.kiev.ua at Mon Sep  7 20:59:10 EEST 1998
-->
Т.е. отсутствуют <a name> для тегов <label> и <seg>.  Подозреваю, что и для 
остальных тоже :(
-- 
SY, Andrey V Khavryutchenko	http://www.kbi.kiev.ua/~akhavr
Shick's Law:
	There is no problem a good miracle can't solve.