its20 CVS commit

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

Modified Files:
	build.xml its20.html 
Log Message:
Modified build to do just plain inclusion of external files. No magic is done.
Probably identing in some files has to be adjusted.

Index: build.xml
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/build.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- build.xml	16 Sep 2012 09:36:04 -0000	1.9
+++ build.xml	18 Oct 2012 10:10:12 -0000	1.10
@@ -37,6 +37,7 @@
         </java>
     </target>
 
+    <!--
     <target name="odd2xmlspec" depends="validateOdd">
         <java fork="true" classname="com.icl.saxon.StyleSheet">
             <classpath refid="saxon1-0.classpath"/>
@@ -48,7 +49,16 @@
             <arg value="tools/xslt/odd2xmlspec.xsl"/>
         </java>
     </target>
-
+    -->
+    <target name="odd2xmlspec" depends="validateOdd">
+        <java fork="true" classname="net.sf.saxon.Transform">
+            <classpath refid="saxon9.classpath"/>
+            <arg value="-o:temp/its20-xmlspec.xml"/>
+            <arg value="-s:its20.odd"/>
+            <arg value="-xsl:tools/xslt/odd2xmlspec.xsl"/>
+        </java>
+    </target>
+    
     <target name="makeXmlspecValid" depends="odd2xmlspec">
         <java fork="true" classname="net.sf.saxon.Transform">
             <classpath refid="saxon9.classpath"/>

Index: its20.html
===================================================================
RCS file: /w3ccvs/WWW/International/multilingualweb/lt/drafts/its20/its20.html,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -d -r1.194 -r1.195
--- its20.html	18 Oct 2012 09:38:28 -0000	1.194
+++ its20.html	18 Oct 2012 10:10:12 -0000	1.195
@@ -53,9 +53,9 @@
 <div class="toc3">5.2.2 <a href="#selection-local" shape="rect">Local Selection in an XML Document</a></div>
 </div>
 <div class="toc2">5.3 <a href="#selectors" shape="rect">Query Language of Selectors</a><div class="toc3">5.3.1 <a href="#queryLanguage" shape="rect">Choosing Query Language</a></div>
-<div class="toc3">5.3.2 <a href="#d3e2106" shape="rect">XPath 1.0</a></div>
-<div class="toc3">5.3.3 <a href="#d3e2286" shape="rect">CSS Selectors</a></div>
-<div class="toc3">5.3.4 <a href="#d3e2322" shape="rect">Additional query languages</a></div>
+<div class="toc3">5.3.2 <a href="#d3e2103" shape="rect">XPath 1.0</a></div>
+<div class="toc3">5.3.3 <a href="#d3e2283" shape="rect">CSS Selectors</a></div>
+<div class="toc3">5.3.4 <a href="#d3e2319" shape="rect">Additional query languages</a></div>
 <div class="toc3">5.3.5 <a href="#its-param" shape="rect">Variables in selectors</a></div>
 </div>
[...3529 lines suppressed...]
- &lt;/nvdl:namespace&gt;
- &lt;nvdl:anyNamespace&gt;
-  &lt;nvdl:allow/&gt;
- &lt;/nvdl:anyNamespace&gt;
-&lt;/nvdl:rules&gt;</pre></div><p>[Source file: <a href="schemas/its20.nvdl" shape="rect">schemas/its20.nvdl</a>]</p></div><p>The NVDL schema depends on the following two schemas:</p><ul><li><p>
+					during validation against this NVDL document/schema.</p><div class="exampleOuter"><div class="exampleHeader"><a name="d3e9914" id="d3e9914" shape="rect"/>Example 106: NVDL schema for ITS</div><div class="exampleInner"><pre xml:space="preserve">&lt;?xml version="1.0" encoding="UTF-8"?&gt;&#xD;
+&lt;rules xmlns="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"&gt;&#xD;
+  &lt;namespace ns="http://www.w3.org/2005/11/its"&gt;&#xD;
+    &lt;validate schema="its20-elements.rng"/&gt;   &#xD;
+  &lt;/namespace&gt;&#xD;
+  &lt;namespace ns="http://www.w3.org/2005/11/its" match="attributes"&gt;&#xD;
+    &lt;validate schema="its20-attributes.rng"/&gt;&#xD;
+  &lt;/namespace&gt;&#xD;
+  &lt;anyNamespace&gt;&#xD;
+    &lt;allow/&gt;&#xD;
+  &lt;/anyNamespace&gt;&#xD;
+&lt;/rules&gt;</pre></div><p>[Source file: <a href="schemas/its20.nvdl" shape="rect">schemas/its20.nvdl</a>]</p></div><p>The NVDL schema depends on the following two schemas:</p><ul><li><p>
                   <a href="schemas/its20-elements.rng" shape="rect">RELAX NG schema for ITS elements</a>
                </p></li><li><p>
                   <a href="schemas/its20-attributes.rng" shape="rect">RELAX NG schema for ITS attributes</a>

Received on Thursday, 18 October 2012 10:10:17 UTC