瀏覽代碼

Merge pull request #3858 from g-pan/H8137-PrG

HPCC-8137 Add Programmers Guide to Set

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 12 年之前
父節點
當前提交
532fb3bb66

+ 1 - 1
docs/ECLProgrammersGuide/PRG_Mods/PrG_Complex_ROXIE_Queries.xml

@@ -73,7 +73,7 @@ END;</programlisting>
     from the function that uses it.</para>
   </sect2>
 
-  <sect2 id="Keyed_Joins">
+  <sect2 id="PG_Keyed_Joins">
     <title>Keyed Joins</title>
 
     <para>Although the FETCH function was specifically designed for indexed

+ 1 - 1
docs/ECLProgrammersGuide/PRG_Mods/PrG_Smart_Stepping.xml

@@ -4,7 +4,7 @@
 <sect1 id="Smart_Stepping">
   <title><emphasis role="bold">Smart Stepping</emphasis></title>
 
-  <sect2 id="Overview">
+  <sect2 id="PG_Overview">
     <title>Overview</title>
 
     <para>Smart Stepping is a set of indexing techniques that, taken together,

+ 1 - 1
docs/ECLProgrammersGuide/PRG_Mods/PrG_Using_Group_Function.xml

@@ -85,7 +85,7 @@ OUTPUT(i2);
     the second.</para>
   </sect2>
 
-  <sect2 id="Performance_Considerations">
+  <sect2 id="PG_Performance_Considerations">
     <title>Performance Considerations</title>
 
     <para>There is also a major performance advantage to using the GROUP

+ 5 - 3
docs/ECLReference/ECLReference.xml

@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
-<set xml:base="../">
+<set >
   <title>ECL Reference</title>
 
   <setinfo>
     <corpauthor>HPCC Systems</corpauthor>
   </setinfo>
 
-  <xi:include href="ECLLanguageReference/ECLR_mods/ECLR_includer.xml" xpointer="element(/1)"
+  <xi:include href="../ECLLanguageReference/ECLR-includer.xml" xpointer="element(/1)"
               xmlns:xi="http://www.w3.org/2001/XInclude" />
               
-  <xi:include href="ECLStandardLibraryReference/SLR-Mods/SLR-includer.xml" xpointer="element(/1)"
+  <xi:include href="../ECLStandardLibraryReference/SLR-includer.xml" xpointer="element(/1)"
               xmlns:xi="http://www.w3.org/2001/XInclude" />
 
+  <xi:include href="../ECLProgrammersGuide/PrGd-Includer.xml" xpointer="element(/1)"
+              xmlns:xi="http://www.w3.org/2001/XInclude" />
   
 </set>