summaryrefslogtreecommitdiff
path: root/tests/LocNote/EX-locNoteRefPointer-attribute-1.xml
blob: 8039812d0b1aafde2bb3e65f1acffdf3123e734e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<dataFile>
 <prolog>
  <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
   <its:locNoteRule locNoteType="description" selector="//body/string/data"
    locNoteRefPointer="../@noteFile" />
  </its:rules>
 </prolog>
 <body>
  <string id="FileNotFound" noteFile="Comments.html#FileNotFound">
   <data>Cannot find the file {0}.</data>
  </string>
  <string id="DivByZero" noteFile="Comments.html#DivByZero">
   <data>Invalid parameter.</data>
  </string>
 </body>
</dataFile>