<< Chapter < Page | Chapter >> Page > |
This module contains Connexions documentation which is out-of-date. The contents of this module are provided here for historical purposes only and should not be considered accurate for the current version of the Connexions website. The current (English-language) version of this module can be located at (External Link) . If you have any additional questions or cannot find the answer to your question, please contact techsupport@cnx.org and we will be happy to assist in any way we can.
If you would like to assist Connexions by helping us update this module with an appropriate translation from the current English version, please contact us at cnx@cnx.org as we would appreciate your help with improving our support for non-English-speaking users.
CNXMLは、教育的なコンテンツを作成しやすいXMLマークアップ言語です。CNXMLの目標は、特定のプレゼンテーションではなく、コンテンツを伝えることです。 Connexionsプロジェクト は、ドキュメントを格納する第一言語として、Connexions Markup Language (CNXML)が使用されています。さぁ、はじめましょう。
すべてのCNXMLドキュメントには、ルートとして
document
タグがあります。ドキュメントについての全てを含んでいるメタデータや、documentタグ内で含まれれるコンテンツです。CNXMLドキュメントの基本構造を理解することは重要です。構造は以下の通りです。
documentタグには必須の属性が1つあります。
id
- ドキュメントに与えられた固有のID(通常、Connexionsプロジェクトから割り当てられます) CNXMLと他のマークアップ言語の主な違いは
id
属性要求です。あるタグは
id
属性を含めることを必要とします。それらのタグは以下に記載されています。
document
para
equation
rule
definition
exercise
list
id
を必ず与えてください。例を以下に示します。
<para id='uniqueid1'>This is an example to illustrate the use of the<code>id</code>attribute.</para><para id='uniqueid2'>This paragraph has a different id than the last.</para>
id
属性を含むことができます。特定のタグに含まれた情報にリンクさせたいなら、これは役に立ちます。 また
document
タグは
ネームスペース 宣言も含むべきです。
Namespaces はCNXML内で、タグ名の衝突の心配をすることなく、簡単に他のマークアップ言語を使えるようにしてくれます。CNXMLだけを使用する簡単なドキュメントのために、
というCNXMLネームスペース属性を含む必要があります。これは、プリフィックスのないタグがCNXMLで解釈されている間、プリフィックスmがあるタグはMathMLタグとして解釈されることを述べています。
<document id='doc1' xmlns='http://cnx.rice.edu/cnxml'>
name
タグは親要素の名前を保持するために、多くのCNXMLタグで使用されます。このタグはASCIIテキストの情報のみを含むことができます。
<name>Grilling a Good Steak</name>
今あなたは、idとネームスペース情報でセットアップされた
document
タグを持っています。次にあなたのドキュメントに対して行うことは、内容の追加です。内容とはドキュメントの大半を占めるテキストという意味です。
content
タグの中に置かれます。すべてのCNXMLドキュメントは1つだけ
content
タグを持ちます。ドキュメントの中身は
content
タグの中に位置します。
構造タグは section 、 para 、 document 、 content です。
document タグと content タグについては述べました。よって、他のタグに関する短い解説と例を述べましょう。
para
タグを使用することによって、テキストをドキュメントに挿入することができます。各paraはドキュメント内で固有の
id
を持っています。
<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 perfectly seasoned to your taste. Either
way, this document shows how a good steak can be prepared.</para>
Notification Switch
Would you like to follow the 'Connexions tutorial and reference (japanese version)' conversation and receive update notifications?