[xyzzy:02363] ref.txt の XML 化
- Subject: [xyzzy:02363] ref.txt の XML 化
- From: masahito henmi <henmi@xxxxxxxxxxxxx>
- X-mailer: Denshin 8 Go V321.2b5
皆さん、こんにちは。
reference.txtをXML化しようかと思っています。
どなたかボランティアで単純作業にお付き合いいただける方は
いませんか?
XML−>HTML変換ツールは大体できたんだけど、
あいつを書き換えると思うと、気が重くって^^;
#私は、一切手を加える気がありません。(今のところ^^;)
以下のようにタグつけしてくれれば、いいんだけど m(. .)m
<book>
<chapter>
<title>do-completion</title>
<arguments>from to type &optional compl word</arguments>
<description>(buffer-substring from to) の文字列を補完します。その後 do-completion-internal
を呼び出しています。</description>
<file>completion.l</file>
<seealso>*do-completion</seealso>
<seealso>do-completion-internal</seealso>
</chapter>
<chapter>
<title>do-completion-internal</title>
<arguments>from to type &optional compl not-uniq-ok word</arguments>
<description>(buffer-substring from to) の文字列を補完します。*do-completion
を呼び出しています。</description>
<file>completion.l</file>
<seealso>*do-completion</seealso>
</chapter>
<chapter>
<title>*do-completion</title>
<arguments>*do-completion string type &optional word list
</arguments>
<description>
string 補完したい文字列
type 補完する型
word nil でなければ単語ごとの補完
list type が :list か :list-ignore-case の場合の候補文字列のリスト
...以下略
------------------------------------------------------------
逸見雅人 Masahito Henmi henmi@xxxxxxxxxxxxx