xml/legacyminidomparser/XMLParser/STRINGS/SMILGenericElements.st
changeset 34 c7e9f1c97567
parent 25 417699dc19c9
child 36 172b09aa4eb6
equal deleted inserted replaced
25:417699dc19c9 34:c7e9f1c97567
     1 # Copyright (c) Symbian Software Ltd 2008. All rights reserved.
       
     2 !/** 
       
     3 !An Example String Table
       
     4 !@publishedAll
       
     5 !@released
       
     6 !*/ 
       
     7 # XML String table
       
     8 fstringtable SMILGenericElements
       
     9 #
       
    10 # Standard SMIL Elements & Generic Equivalent
       
    11 #
       
    12 EAnchorBase 	anchor anchorBase
       
    13 EAnimationBase	animation media
       
    14 EAreaBase	area anchorBase
       
    15 EAudioBase	audio media
       
    16 EImgBase	img media
       
    17 EParBase	par timing
       
    18 ERefBase	ref media
       
    19 ESeqBase	seq timing
       
    20 ETextBase	text media
       
    21 ETextstreamBase	textstream media
       
    22 EVideoBase 	video media