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