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