xml/legacyminidomparser/XMLParser/test/SMIL_Test_Files/smil_input/valid/entity_ref_19.txt
changeset 34 c7e9f1c97567
parent 25 417699dc19c9
child 36 172b09aa4eb6
equal deleted inserted replaced
25:417699dc19c9 34:c7e9f1c97567
     1 <!-- Focus of this test: CDataSections -->
       
     2 
       
     3 <?xml version="1.0" ?>
       
     4 <!DOCTYPE SMIL PUBLIC "-//W3C//DTD SMIL 2.0 Basic//EN"
       
     5 "http://www.w3.org/TR/REC-smil/2000/SMIL20Basic.dtd">
       
     6 
       
     7 <smil xmlns="http://www.w3.org/TR/REC-smil/2000/SMIL20/Basic">
       
     8     <body>
       
     9         <a dur="10s" href="http://www.example.org/presentationB#next" 
       
    10 	id="PresBLink" title="&#x72;" xml:lang="en-GB">
       
    11             <img region="source" src="source.jpg"/>
       
    12         </a>
       
    13     </body>
       
    14 </smil>