English | >> česky << | Español | Português | Türkçe | Nederlands | По-русски | Deutsch | Français | Italiano | 中文 | ქართული | Magyar | PolskiZVON > Tutorials > XML Tutorial
>> Příklad 9 << | Předešlý | Následující | Obsah

Popis

Znaky >, " a ' mohou být rovněž nahrazeny &gt; , &quot; a &apos;

Správně formátované dokumenty


Možné substituce:


<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>