English | česky | Español | Português | Türkçe | Nederlands | >> Русский << ZVON > 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>