This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
Issue #15 of i18nCore comments http://www.w3.org/International/reviews/0606-its/ The localization notes pointed to in the document are presumably non-translatable text, and the example should therefore include a translateRule element in order to correct observe the proprietaries.
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>
Resolution: the working group agreed to implement the comment, see http://www.w3.org/2006/07/24-i18nits-minutes.html#item05 . Action: Felix to go back to the i18n core WG.
Action: editors to implement the comment.
Access to samples needed to implement the change
Action: Felix to make the change
Wait: response sent. See http://lists.w3.org/Archives/Public/public-i18n-its/2006JulSep/0308.html
Closed. Commenters satisfied see: http://lists.w3.org/Archives/Public/public-i18n-its/2006JulSep/0362.html
Summary: The Working Group decided to accept the proposal and to change the example as desired.