XMLを学ぶ
XMLを学んでみたいと思います。
For example, the following XML entity <CYL> 6 </CYL> is a CYL element with content 6.
It is possible to have empty tags, i.e. tags with no content, <CYL></CYL>
In this case the start and end tags can be combined into one tag as follows,<CYL/>.
日本語でのポイント
たとえば、<CYL> 6 </CYL>というXMLでは、CYLがelementとなり、その内容は、6です。
内容を含まない空のタグも可能です。<CYL></CYL>が例です。
空のタグの場合、<CYL/>のように、スタートタグとエンドタグを組み合わせることもできます。
解説
XMLって、いろいろな所で見てますが、しっかりとは、知らないな、という感じです。
言われてみれば、という感じです。
PR