- From: Yves Savourel via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 01 Sep 2012 02:53:15 +0000
- To: public-multilingualweb-lt-commits@w3.org
Update of /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/examples/xml
In directory hutz:/tmp/cvs-serv19566/examples/xml
Added Files:
EX-allowedCharacters-global-1.xml
EX-allowedCharacters-global-2.xml
EX-allowedCharacters-local-1.xml
Log Message:
Added the Allowed Characters data category.
--- NEW FILE: EX-allowedCharacters-local-1.xml ---
<?xml version="1.0"?>
<messages
xmlns:its="http://www.w3.org/2005/11/its"
its:version="2.0">
<msg num="123">Click the
<panelmsg its:allowedCharacters="[ -þ]">CONTINUE</panelmsg> Button
on the printer panel</msg>
</messages>
--- NEW FILE: EX-allowedCharacters-global-1.xml ---
<?xml version="1.0"?>
<myRes xmlns:its="http://www.w3.org/2005/11/its">
<head>
<its:rules version="2.0">
<its:allowedCharactersRule allowedCharacters="[^*+]"
selector="//content"/>
</its:rules>
</head>
<body>
<content>Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
sed diam nonumy eirmod tempor invidunt ut labore et dolore magna
aliquyam erat, sed diam voluptua.</content>
</body>
</myRes>
--- NEW FILE: EX-allowedCharacters-global-2.xml ---
<?xml version="1.0"?>
<res xmlns:its="http://www.w3.org/2005/11/its">
<head>
<its:rules version="2.0">
<its:allowedCharactersRule selector="//record" allowedCharactersPointer="@set"/>
</its:rules>
</head>
<record id='a1' set="[ !–~]">FULL WIDTH ONLY</record>
</res>
Received on Saturday, 1 September 2012 02:53:16 UTC