<< Chapter < Page | Chapter >> Page > |
教科書はしばしば、より小さなセクションを作成するため、チャプター単位で分割されます。なぜなら、より良い理解と一貫性のため、セグメントテキストにとって必要であるためです。CNXMLは
section
タグというものを持っています。
section
タグは必須の
id
属性と、最初の子要素の
name タグを持っています。
<section id='ingredsec'><name>Ingredients</name><list>...</list></section><section id='marinadesec'><name>Marinade</name><para id='marinate'>...</para><list id='marinade'>...</list><para id='tobecontinued'>...</para></section><section id='grillingsec'><name>Grilling</name><para id='prepgrill'>...</para><para id='grilling'>...</para></section>
Obviously ellipses would be replaced by appropriate text.
emphasis
タグは、CNXMLドキュメント内のテキストを強調するために使用されます。これは見た目の強調ではなく、
意味 の強調であることに注意してください。
<para id='intro'>I have eaten many steaks in my life and none have been more satisfying
than the backyard-grill cooked steak. Maybe this is because of therelaxing nature of drinking a beer, being outside, and lounging that
accompanies the grilling procedure. Maybe it is because of the aromaof the grill and the beef<emphasis>perfectly</emphasis>seasoned to
your taste. Either way, this document shows how a good steak can beprepared.</para>
term
タグは、定義されている単語や熟語をマークするのに使用されます。しかしながら、このタグの使用は
para タグか
definition タグの中だけです。
term
タグは1つの属性を持ちます。
src
- 用語のソースか定義が閲覧できるURL。<para id='marinade'>To ensure the best flavor possible, it is necessary to marinate the
beef. A steak<term src='http://marinade.com'>marinates</term>when
left to sit in a prepared sauce, or<term>marinade</term>, where it
will absorb the flavors of the ingredients. Marinating may take aslittle as 15 minutes or as long as 6 hours and should<emphasis>always</emphasis>be done in the refrigerator and<emphasis>not</emphasis>at room temperature.</para>
note
タグは、閲覧者に対する注意を作成します。それは警告、重要ポイントなどです。注意の種類は
type
属性で指定されます。
<para id='intro'>I have eaten many steaks in my life and none have been more
satisfying than the backyard-grill cooked steak. Maybe this isbecause of the relaxing nature of drinking a beer, being outside,
and lounging that accompanies the grilling procedure.<note
type='warning'>Excessive drinking or fun may result in overcooked or
burned steak.</note>Maybe it is because of the aroma of the grill
and the beef<emphasis>perfectly</emphasis>seasoned to your taste.
Either way, this document shows how a good steak can be prepared.</para>
上記の例は以下のように表示されます。
I have eaten many steaks in my life and none have been more satisfying than the backyard-grill cooked steak.Maybe this is because of the relaxing nature of drinking a beer, being outside, and lounging thataccompanies the grilling procedure.
CNXMLの
cnxn
タグと
link
タグは、他のドキュメントへのリンクのために使用されます。2つのタグの違いは、cnxnタグはConnexionsシステム内の他のドキュメントへのリンクに使用され、linkタグはインターネット上の他のドキュメントへのリンクに使用される点です。
Notification Switch
Would you like to follow the 'Connexions tutorial and reference (japanese version)' conversation and receive update notifications?