locnote7xml.xml (542B)
1 <Res> 2 <prolog> 3 <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0"> 4 <its:translateRule selector="//msg/notes" translate="no"/> 5 <its:locNoteRule locNoteType="description" selector="//msg/data" locNotePointer="../notes"/> 6 </its:rules> 7 </prolog> 8 <body> 9 <msg id="FileNotFound"> 10 <notes> 11 Indicates that the resource file {0} could not be loaded. 12 </notes> 13 <data>Cannot find the file {0}.</data> 14 </msg> 15 <msg id="DivByZero"> 16 <notes>A division by 0 was going to be computed.</notes> 17 <data>Invalid parameter.</data> 18 </msg> 19 </body> 20 </Res>