- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 24 Jul 2006 15:28:53 +0000
- To: public-i18n-its@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=3492 ------- Comment #1 from ysavourel@translate.com 2006-07-24 15:28 ------- The proposed corrected example (including also the locInfo->locNote change) is: <Res> <prolog> <its:rules xmlns:its="http://www.w3.org/2005/11/its" its:version="1.0"> <its:translateRule selector="//msg/notes" translate="no"/> <its:locNoteRule locInfoType="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>
Received on Monday, 24 July 2006 15:28:55 UTC