/
niceSOFT
/
itstool
Обзор
Документация
Войти
/
niceSOFT
/
itstool
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/LocNote/EX-locNotePointer-attribute-1.xml
19 строк
675 B
Shaun McCance
Moving some of the tests into subdirectories
12 сен 2012, 18:21
12 сен 2012, 18:21
ce76559
Код
Авторство
О чём код?
<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 $ -->