Community
Participate
Working Groups
We need to implement the optional sml:locid attibute in our validator. What we need to do here is to support one test of using locid to get localized message strings. E.g. use the value to point at a java resource bundle. The namespace URI portion of the locid value names the directory, the ncname portion has part of the file name, and the client locale gives you the rest of the filename. The mapping from locid value to locale-based string is not defined in the specification, so we have complete freedom here in terms of how the mapping is done.
since this should be done in i12, moving to p1
Code complete and checked into head stream.
closing to cleanup bugzilla