Ignore:
Timestamp:
09/20/06 13:36:10 (18 years ago)
Author:
pinsard
Message:

introducing hyperlinks in idldoc outputs (2/2)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/faqsaxo.html

    r184 r187  
    3737</div> 
    3838<div><span class="pubdate">svn Id of xml source file : $Id: 
    39 faqsaxo.xml 183 2006-09-18 13:49:14Z pinsard $<br> 
     39faqsaxo.xml 186 2006-09-20 10:50:37Z pinsard $<br> 
    4040<br></span></div> 
    4141<div> 
     
    100100?</a></dt> 
    101101<dt>4.2. <a href="#d0e208">Is there any trouble with IDLdoc 
     102?</a></dt> 
     103<dt>4.3. <a href="#d0e272">How can I check spelling of xml files 
     104?</a></dt> 
     105<dt>4.4. <a href="#d0e300">How can I see online help update 
    102106?</a></dt> 
    103107</dl> 
     
    311315?</a></dt> 
    312316<dt>4.2. <a href="#d0e208">Is there any trouble with IDLdoc 
     317?</a></dt> 
     318<dt>4.3. <a href="#d0e272">How can I check spelling of xml files 
     319?</a></dt> 
     320<dt>4.4. <a href="#d0e300">How can I see online help update 
    313321?</a></dt> 
    314322</dl> 
     
    366374</li> 
    367375<li> 
    368 <p><span class="guimenu">Search</span> does'nt handle characters 
     376<p><span class="guimenu">Search</span> doesn't handle characters 
    369377like <code class="literal">-</code> and <code class= 
    370378"literal">|</code>.</p> 
     
    387395</td> 
    388396</tr> 
     397<tr class="question"> 
     398<td align="left" valign="top"><a name="d0e272" id= 
     399"d0e272"></a><a name="d0e273" id="d0e273"></a><b>4.3.</b></td> 
     400<td align="left" valign="top"> 
     401<p>How can I check spelling of xml files ?</p> 
     402</td> 
     403</tr> 
     404<tr class="answer"> 
     405<td align="left" valign="top"></td> 
     406<td align="left" valign="top"> 
     407<p>There is one way with command line :</p> 
     408<pre class="screen"> 
     409       <code class="prompt">$</code> <strong class= 
     410"userinput"><code><span><strong class= 
     411"command">aspell</strong></span> <code class= 
     412"option">--mode=sgml</code> <code class= 
     413"option">-c</code> <em class="parameter"><code><code class= 
     414"filename"><em class= 
     415"replaceable"><code>xmlfile</code></em></code></code></em></code></strong> 
     416      
     417</pre></td> 
     418</tr> 
     419<tr class="question"> 
     420<td align="left" valign="top"><a name="d0e300" id= 
     421"d0e300"></a><a name="d0e301" id="d0e301"></a><b>4.4.</b></td> 
     422<td align="left" valign="top"> 
     423<p>How can I see online help update ?</p> 
     424</td> 
     425</tr> 
     426<tr class="answer"> 
     427<td align="left" valign="top"></td> 
     428<td align="left" valign="top"> 
     429<p>You won't see online help update if you are working with the 
     430official distribution because of <code class= 
     431"varname">!HELP_PATH</code>. To override this problem, when you are 
     432in <code class="filename"><em class= 
     433"replaceable"><code>SAXO_basedirectory</code></em>/SAXO_DIR/SRC/Documentation/xmldoc/</code>, 
     434you can call online help like this :</p> 
     435<pre class="screen"> 
     436       <code class="prompt">IDL</code> <strong class= 
     437"userinput"><code><span><strong class= 
     438"command">ONLINE_HELP</strong></span>,<code class= 
     439"option">book="../idldoc_assistant_output/idldoc-lib.adp"</code></code></strong> 
     440      
     441</pre></td> 
     442</tr> 
    389443</tbody> 
    390444</table> 
Note: See TracChangeset for help on using the changeset viewer.