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