English | česky | Español | Português | Türkçe | Nederlands | По-русски | Deutsch | Français | Italiano | >> 中文 << | ქართული | Magyar | PolskiZVON > Tutorials > XML Tutorial
>> 实例 9 << | 前页 | 后页 | 目录

描述

字符 >, " , 和 ' 也可以分别用 &gt; , &quot; 和 &apos; 来代替.

格式正规的文档


可能的替代情况:


<example>

     <right-bracket> both > and &gt; permitted</right-bracket>

     <double-quote> both " and &quot; permitted</double-quote>

     <apostrophe> both ' and &apos; permitted</apostrophe>

     Useful in: <el value=" &apos; &quot; &apos; "/>

</example>