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

Description

Characters >, " , and ' can be also substituted by &gt; , &quot; and &apos; , respectively

Well-formed documents


Possible substitutions:


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