its20 CVS commit

Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/xml
In directory hutz:/tmp/cvs-serv14395/examples/xml

Modified Files:
	EX-storageSize-global-1.xml EX-storageSize-local-1.xml 
Log Message:
Fixed storageSize examples.

Index: EX-storageSize-global-1.xml
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/xml/EX-storageSize-global-1.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- EX-storageSize-global-1.xml	2 Sep 2012 14:37:35 -0000	1.1
+++ EX-storageSize-global-1.xml	3 Sep 2012 20:37:26 -0000	1.2
@@ -2,7 +2,7 @@
 <db>
  <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="2.0">
   <its:storageSizeRule selector="//country" storageSize="25" 
-   its:storageSizeEncoding="ISO-8859-1"/>
+   storageSizeEncoding="ISO-8859-1"/>
  </its:rules>
  <data>
   <country id="123">Papouasie-Nouvelle-Guinée</country>

Index: EX-storageSize-local-1.xml
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/xml/EX-storageSize-local-1.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- EX-storageSize-local-1.xml	2 Sep 2012 14:37:35 -0000	1.3
+++ EX-storageSize-local-1.xml	3 Sep 2012 20:37:26 -0000	1.4
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
 <messages xmlns:its="http://www.w3.org/2005/11/its" its:version="2.0">
  <var num="panelA1_Continue" 
-  its:storageSize="8" storageEncoding="UTF-16">CONTINUE</var>
+  its:storageSize="8" its:storageEncoding="UTF-16">CONTINUE</var>
  <var num="panelA1_Stop" 
-  its:storageSize="8" storageEncoding="UTF-16">STOP</var>
+  its:storageSize="8" its:storageEncoding="UTF-16">STOP</var>
  <var num="panelB5_Cancel" 
-  its:storageSize="12" storageEncoding="UTF-16">CANCEL</var>
+  its:storageSize="12" its:storageEncoding="UTF-16">CANCEL</var>
 </messages>
 

Received on Monday, 3 September 2012 20:37:29 UTC