[Bug 4772] add keyword substitution in smlerr localized messages?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=4772


popescu@ca.ibm.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|editorial                   |needsReview
   Target Milestone|---                         |LC




------- Comment #5 from popescu@ca.ibm.com  2007-12-10 19:19 -------
Changes under the SML spec :

1. Replaced section 5.1 Localization of Error Messages
with a new sesction , 6. Localization of natural-language texts :

http://dev.w3.org/cvsweb/~checkout~/2007/xml/sml/build/sml.html?content-type=text/html;%20charset=utf-8#Localization_of_Messages

2. Added a new section under 8. SML Extension Reference, sml:locid

http://dev.w3.org/cvsweb/~checkout~/2007/xml/sml/build/sml.html?content-type=text/html;%20charset=utf-8#locid

3. Created a new Sample under Appendices, D. Localization and Variable
Substitution Sample (Non-Normative) :

http://dev.w3.org/cvsweb/~checkout~/2007/xml/sml/build/sml.html?content-type=text/html;%20charset=utf-8#LocalizationSample


Under SML IF spec :

1. Added a new sample under Appendices, Localization of IF Identity Sample
(Non-Normative) :

file:///D:/TPTP/EclipseCon2007/eclipse/workspace/sml/build/sml-if.html#LocalizationSample


Under the sml.xsd file

Defined a new attribute, sml:locid:

  <!-- CONTEXT: To be used in <sch:assert>, <sch:report>
  and elements with textual content.
  This attribute is used to support string localization.
  It is used to define the translation location for 
  the text content of the containing element.-->  
  <xs:attribute name="locid" type="xs:QName"/>



Completely removed sml-err-schema.xsd 

This schema contained the smlerr attribute used for localization and the
schematron sml output types, removed from the spec during the LC.

Received on Monday, 10 December 2007 19:19:58 UTC