summaryrefslogtreecommitdiff
path: root/tests/EX-locNotePointer-attribute-1.xml
blob: c8971400acc8c0e040148d600dd7d9032c75aba2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Res>
 <prolog>
  <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
   <its:translateRule selector="//msg/notes" translate="no"/>
   <its:locNoteRule locNoteType="description" selector="//msg/data"
    locNotePointer="../notes"/>
  </its:rules>
 </prolog>
 <body>
  <msg id="FileNotFound">
   <notes>Indicates that the resource file {0} could not be loaded.</notes>
   <data>Cannot find the file {0}.</data>
  </msg>
  <msg id="DivByZero">
   <notes>A division by 0 was going to be computed.</notes>
   <data>Invalid parameter.</data>
  </msg>
 </body>
</Res><!-- timestamp $Id: EX-locNotePointer-attribute-1.xml,v 1.4 2007/02/02 16:55:05 srahtz3 Exp $ -->