<< Chapter < Page Chapter >> Page >

Section

 教科書はしばしば、より小さなセクションを作成するため、チャプター単位で分割されます。なぜなら、より良い理解と一貫性のため、セグメントテキストにとって必要であるためです。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.

Inline tags

インラインタグは 構造的なタグ の内部に、内容と機能性を埋め込むために使用されます。一般的に使用されるタグを以下に示します。

Emphasis

  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

  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

  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.

Excessive drinking or fun may result in overcooked or burned steak.
Maybe it is because of the aroma of the grill and the beef perfectly seasoned to your taste. Either way, this document shows how a good steak canbe prepared.

 CNXMLの cnxn タグと link タグは、他のドキュメントへのリンクのために使用されます。2つのタグの違いは、cnxnタグはConnexionsシステム内の他のドキュメントへのリンクに使用され、linkタグはインターネット上の他のドキュメントへのリンクに使用される点です。

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Connexions tutorial and reference (japanese version). OpenStax CNX. Aug 26, 2005 Download for free at http://cnx.org/content/col10298/1.9
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Connexions tutorial and reference (japanese version)' conversation and receive update notifications?

Ask