locnote11xmlrules.xml (659B)
1 <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0"> 2 <its:param name="DisableInfoParam">DisableInfo</its:param> 3 <its:locNoteRule selector="//@alt" locNoteType="description"> 4 <its:locNote>This text will be displayed over the image.</its:locNote> 5 </its:locNoteRule> 6 <its:locNoteRule selector="//msg[@id='1']/img/@alt" locNoteType="alert"> 7 <its:locNote>Do not translate the word "Chobe"</its:locNote> 8 </its:locNoteRule> 9 <its:locNoteRule locNoteType="alert" selector="//msg[@id=$DisableInfoParam]"> 10 <its:locNote> 11 The variable 12 {0} 13 has three possible values: 'printer', 'stacker' and 'stapler options'. 14 </its:locNote> 15 </its:locNoteRule> 16 </its:rules>