Namazu-devel-ja(旧)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: html-split (another) bug & commit report
- From: Satoru Takabayashi <satoru-t@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 22 Mar 2000 15:27:30 +0900
- X-ml-name: namazu-devel-ja
- X-mail-count: 00240
- References: <200003201223.VAA77056@cosmo.ulis.ac.jp>
masao@xxxxxxxxxx (Masao Takaku) wrote:
>* バグ報告:
>--html-split オプション指定で
>「<A NAME=123> ... </A>」みたいな、
>" ' などのクオートが抜けているものを認識していないようです。
直しておきました。
<http://www.w3.org/TR/html4/intro/sgmltut.html#h-3.2.2>
| In certain cases, authors may specify the value of an
| attribute without any quotation marks. The attribute value
| may only contain letters (a-z and A-Z), digits (0-9),
| hyphens (ASCII decimal 45), and periods (ASCII decimal
| 46). We recommend using quotation marks even when it is
| possible to eliminate them.
だそうです。
>* commit 報告:
>NMZ.partial.* がたくさん(数千くらい)になったときに、
>glob()が失敗してファイルが残ってしまうので、
>処理が終わったらすぐにファイル削除するようにしました。
ありがとうございます。「glob()が失敗してファイルが残ってしま
う」のは mknmz の修了時にまとめて NMZ.*.tmp を削除するときで
しょうか。
-- Satoru Takabayashi