「チュートリアル:XMLの概要-2」の編集履歴(バックアップ)一覧はこちら

チュートリアル:XMLの概要-2」(2006/01/30 (月) 10:12:30) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

<table border="1"> <tbody> <tr> <td><i>&lt;widget version="1.6.7" minimumVersion="1.7"&gt;<br> [...]<br> &lt;/widget&gt;</i></td> </tr> <tr> <td><b>XML の札に常にそれを閉めるパートナーがあり(thusly その特定の要素のためのparserto 停止読書コードを言う) 。例えば、札があれば、対応する札を使用してそれを閉めなければならない。そうのようにtagsas (及びこれにHTML 及びXML 両方の場合には要求される) 、よく入り込むことができる:<br> <span style="color: rgb(0, 153, 0);">An XML tag always has a partner which closes it (thusly telling the parserto stop</span><br style= "color: rgb(0, 153, 0);"> <span style="color: rgb(0, 153, 0);">reading code for that particular element). For example, if you have an&lt;image&gt; tag,</span><br style= "color: rgb(0, 153, 0);"> <span style="color: rgb(0, 153, 0);">you must close it using a corresponding &lt;/image&gt; tag. You can nest tagsas well (and</span><br style= "color: rgb(0, 153, 0);"> <span style="color: rgb(0, 153, 0);">this is required in the case of both HTML and XML), like so:</span></b><br></td> </tr> <tr> <td><i>&lt;widget&gt;<br> &lt;image&gt;<br> &lt;src&gt;Images/My Great Image.png&lt;/src&gt;<br> &lt;hOffset&gt;74&lt;/hOffset&gt;<br> &lt;opacity&gt;85%&lt;/opacity&gt;<br> &lt;/image&gt;<br> &lt;/widget&gt;</i><br></td> </tr> <tr> <td> <b>互い違いに、このフォーマットを使用してあなたの属性のほとんどを識別でき札のとの/終える:<br> <span style="color: rgb(0, 153, 0);">Alternately, you can identify most of your attributes using this format,and end the tag</span><br style= "color: rgb(0, 153, 0);"> <span style="color: rgb(0, 153, 0);">with /&gt;:</span></b><br></td> </tr> <tr> <td><i>&lt;widget&gt;<br> &lt;image<br> src="Images/My Great Image.png"<br> hOffset="74"<br> opacity="85%"<br> /&gt;<br> &lt;/widget&gt;</i><br></td> </tr> <tr> <td><b>また混合し、一致できる(しかし"/" この場合使用してはいけない):<br> <span style="color: rgb(0, 153, 0);">You can also mix and match (but don't use "/&gt;" in this case):</span></b><br></td> </tr> <tr> <td><i>&lt;widget&gt;<br> &lt;image src="Images/My Great Image.png"&gt;<br> &lt;hOffset&gt;74&lt;/hOffset&gt;<br> &lt;opacity&gt;85%&lt;/opacity&gt;<br> &lt;/image&gt;<br> &lt;/widget&gt;</i><br></td> </tr> <tr> <td><b>とにかく、私達が作ることを試みているポイントは youropening 札すべてが(正しく閉まる開始および閉鎖両方で正しく綴られて適当) tagswhen ことを確かめることであり、そうすればあなたの仕掛を動かすことを試みるとき不可解な間違いを得ない! Ifyou に場違いな1 つの手紙があったりまたは札、Konfabulator で得るconfused.These コンピュータをであるそう非常に気難しmistyped!<br> <span style="color: rgb(0, 153, 0);">Anyway, the point we're trying to make is that you make sure all youropening tags are</span><br style= "color: rgb(0, 153, 0);"> <span style="color: rgb(0, 153, 0);">closed correctly (and spelled correctly on both the opening and closing tagswhen</span><br style="color: rgb(0, 153, 0);"> <span style="color: rgb(0, 153, 0);">applicable) so you don't get weird errors when you try to run your Widget! Ifyou have</span><br style= "color: rgb(0, 153, 0);"> <span style="color: rgb(0, 153, 0);">one letter out of place or mistyped in a tag, Konfabulator will get confused.These</span><br style= "color: rgb(0, 153, 0);"> <span style="color: rgb(0, 153, 0);">computers are so darn picky!</span></b><br></td> </tr> </tbody> </table>
<table border="1"> <tbody> <tr> <td><i>&lt;widget version="1.6.7" minimumVersion="1.7"&gt;<br>     [...]<br> &lt;/widget&gt;</i></td> </tr> <tr> <td> <b>XMLタグには必ずそれを閉じるためのタグが必要で(その特定の要素がそこでパースをとめてよいことを示す)。例えば、&lt;image&gt;タグがあれば、対応する&lt;/image&gt;タグを使用してそれを閉めなければならない。<br> また、下記のようにタグは入れ子にすることができます。(そしてこれはHTMLとXMLの場合は必須です。):<br> <span style="color: rgb(0, 153, 0);">An XML tag always has a partner whichcloses it (thusly telling the parserto stop</span><br style= "color: rgb(0, 153, 0);"> <span style="color: rgb(0, 153, 0);">reading code for that particular element).For example, if you have an&lt;image&gt; tag,</span><br style= "color: rgb(0, 153, 0);"> <span style="color: rgb(0, 153, 0);">you must close it using a corresponding&lt;/image&gt; tag. You can nest tagsas well (and</span><br style= "color: rgb(0, 153, 0);"> <span style="color: rgb(0, 153, 0);">this is required in the case of both HTMLand XML), like so:</span></b><br></td> </tr> <tr> <td><i>&lt;widget&gt;<br>   &lt;image&gt;<br>     &lt;src&gt;Images/My Great Image.png&lt;/src&gt;<br>     &lt;hOffset&gt;74&lt;/hOffset&gt;<br>     &lt;opacity&gt;85%&lt;/opacity&gt;<br>   &lt;/image&gt;<br> &lt;/widget&gt;</i><br></td> </tr> <tr> <td> <b>別の方法としては、属性をタグの中に記載し、/&gt;タグで閉じる方法もあります。<br> <span style="color: rgb(0, 153, 0);">Alternately, you can identify most of yourattributes using this format,and end the tag</span><br style= "color: rgb(0, 153, 0);"> <span style="color: rgb(0, 153, 0);">with /&gt;:</span></b><br></td> </tr> <tr> <td><i>&lt;widget&gt;<br>   &lt;image<br>     src="Images/My Great Image.png"<br>     hOffset="74"<br>     opacity="85%"<br>   /&gt;<br> &lt;/widget&gt;</i><br></td> </tr> <tr> <td> <b>またこれらの表記を使い分けることもできます(しかし</b><b>この場合は</b><b>"/"を</b><b>使用してはいけない</b><b>):<br> <span style="color: rgb(0, 153, 0);">You can also mix and match (but don't use"/&gt;" in this case):</span></b><br></td> </tr> <tr> <td><i>&lt;widget&gt;<br>   &lt;image src="Images/My Great Image.png"&gt;<br>     &lt;hOffset&gt;74&lt;/hOffset&gt;<br>     &lt;opacity&gt;85%&lt;/opacity&gt;<br>   &lt;/image&gt;<br> &lt;/widget&gt;</i><br></td> </tr> <tr> <td> <b>とにかく、製作する上で大切なポイントは、あなたが書いたタグが、正しく開始され、正しく閉じられているかということです。<br> そうすればあなたのWidgetを動作させたときに、不可解の結果を得ることはないでしょう!<br> もし、正しくない場所に文字列やタグが存在していると、Widget Engine(konfabulator)は混乱するでしょう。コンピューターは気難しいものです。<br> <span style="color: rgb(0, 153, 0);">Anyway, the point we're trying to make isthat you make sure all youropening tags are</span><br style= "color: rgb(0, 153, 0);"> <span style="color: rgb(0, 153, 0);">closed correctly (and spelled correctly onboth the opening and closing tagswhen</span><br style= "color: rgb(0, 153, 0);"> <span style="color: rgb(0, 153, 0);">applicable) so you don't get weird errorswhen you try to run your Widget! Ifyou have</span><br style= "color: rgb(0, 153, 0);"> <span style="color: rgb(0, 153, 0);">one letter out of place or mistyped in atag, Konfabulator will get confused.These</span><br style= "color: rgb(0, 153, 0);"> <span style="color: rgb(0, 153, 0);">computers are so darnpicky!</span></b><br></td> </tr> </tbody> </table>

表示オプション

横に並べて表示:
変化行の前後のみ表示:
目安箱バナー