locnote10xml.xml (968B)
1 <msgList> 2 <head> 3 <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0"> 4 <its:param name="DisableInfoParam">DisableInfo</its:param> 5 <its:locNoteRule selector="//@alt" locNoteType="description"> 6 <its:locNote>This text will be displayed over the image.</its:locNote> 7 </its:locNoteRule> 8 <its:locNoteRule selector="//msg[@id='1']/img/@alt" locNoteType="alert"> 9 <its:locNote>Do not translate the word "Chobe"</its:locNote> 10 </its:locNoteRule> 11 <its:locNoteRule locNoteType="alert" selector="//msg[@id=$DisableInfoParam]"> 12 <its:locNote> 13 The variable 14 {0} 15 has three possible values: 'printer', 'stacker' and 'stapler options'. 16 </its:locNote> 17 </its:locNoteRule> 18 </its:rules> 19 </head> 20 <body> 21 <msg id="1"> 22 This is a hippoptamus: 23 <img src="hippo.png" alt="Hippo in the Chobe River"/> 24 . 25 </msg> 26 <msg id="2"> 27 This is an elephant: 28 <img src="elephants.png" alt="Elephants taking a mud bath"/> 29 . 30 </msg> 31 <msg id="DisableInfo">The {0} has been disabled.</msg> 32 </body> 33 </msgList>