Example 9     <<      >>       intro       contents     

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

  Well-formed documents   HOME     

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>
               
            

  Documents with errors   HOME