Explorar o código

HPCC-9380 Document STD Library fileservices LogicalFileList param

Signed-off-by: RichardTaylorHPCC <richard.taylor@lexisnexis.com>
RichardTaylorHPCC %!s(int64=12) %!d(string=hai) anos
pai
achega
bdc8db6dff

+ 6 - 7
docs/ECLLanguageReference/ECLR_mods/BltInFunc-LoadXML.xml

@@ -31,9 +31,8 @@
         <row>
           <entry><emphasis>xmlstring</emphasis></entry>
 
-          <entry>A string expression either naming an .XML file to open, or
-          containing the XML text to process inline (no carriage returns or
-          line feeds).</entry>
+          <entry>A string expression containing the XML text to process inline
+          (no carriage returns or line feeds).</entry>
         </row>
 
         <row>
@@ -64,9 +63,7 @@
 
   <para>Example:</para>
 
-  <programlisting>LOADXML('MyFile.XML')  //process the XML in MyFile.XML
-LOADXML('&lt;section&gt;&lt;item type="count"&gt;&lt;set&gt;person&lt;/set&gt;&lt;/item&gt;&lt;/section&gt;')
-     //in-line XML
+  <programlisting>LOADXML('&lt;section&gt;&lt;item type="count"&gt;&lt;set&gt;person&lt;/set&gt;&lt;/item&gt;&lt;/section&gt;')
 //this macro receives in-line XML as its parameter
 //and demonstrates the code for multiple row drilldown
 EXPORT id(xmlRow) :=   MACRO
@@ -144,5 +141,7 @@ OUTPUT(%'{@type}'%
 OUTPUT('Done');
 </programlisting>
 
-  <para>See Also: <link linkend="Templates">Templates</link>, <link linkend="_EXPORT">#EXPORT</link>, <link linkend="_EXPORTXML">#EXPORTXML</link></para>
+  <para>See Also: <link linkend="Templates">Templates</link>, <link
+  linkend="_EXPORT">#EXPORT</link>, <link
+  linkend="_EXPORTXML">#EXPORTXML</link></para>
 </sect1>

+ 9 - 0
docs/ECLStandardLibraryReference/SLR-Mods/LogicalFileList.xml

@@ -15,6 +15,7 @@
   </emphasis> <emphasis>includenormal</emphasis> <emphasis role="bold"> ] [,
   </emphasis> <emphasis>includesuper</emphasis> <emphasis role="bold">
   ]</emphasis> <emphasis role="bold"> [, </emphasis> <emphasis>unknownszero
+  </emphasis> <emphasis role="bold">] </emphasis><emphasis role="bold"> [, </emphasis> <emphasis>foreigndali
   </emphasis> <emphasis role="bold">] )</emphasis></para>
 
   <informaltable colsep="1" frame="all" rowsep="1">
@@ -54,6 +55,14 @@
         </row>
 
         <row>
+          <entry><emphasis>foreigndali</emphasis></entry>
+
+          <entry>Optional. The IP address of the foreign dali used to resolve the file. 
+          If blank then the file is resolved locally.  If omitted, the
+          default is blank.</entry>
+        </row>
+
+        <row>
           <entry>Return:<emphasis></emphasis></entry>
 
           <entry>LogicalFileList returns returns a dataset in the following