Changeset 96

Show
Ignore:
Timestamp:
05/22/05 19:19:24 (4 years ago)
Author:
pragma
Message:

misc changes thanks to heretic

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/doc/dsp-reference/tags.html

    r95 r96  
    7676        <h3>Description:</h3> 
    7777        <p> 
    78             The page tag is completely optional and is used to help DSP achive XML compliance should the need 
     78            The page tag is completely optional and is used to help DSP achieve XML compliance should the need 
    7979            arise.  It is completely transparent and only serves to group multiple servlets together as a top- 
    8080            level element.  It is not allowed inside of any other tags nor is it allowed to contain any DSP tags 
     
    376376            All dsp:out code blocks are coalesced into a single contract for the response handler. 
    377377            They are combined in the order they are processed in the DSP page. 
    378             It is important to note that since an In block runs after the rest of the handler, 
     378            It is important to note that since an out block runs after the rest of the handler, 
    379379            it only has access to the ‘response’ and ‘request’ 
    380380            parameters for the response handler.  It is essentially within its own scope and will 
     
    397397 
    398398        <h3>Syntax:</h3> 
    399         <pre class='syntax'>&lt;dsp:out <i>[attributes]</i> &gt; <i>[dsp:attribute]</i> &lt;/dsp:out&gt;</pre> 
    400         <pre class='syntax'>&lt;dsp:out <i>[attributes]</i> /&gt;</pre> 
     399        <pre class='syntax'>&lt;dsp:tag <i>[attributes]</i> &gt; <i>[dsp:attribute]</i> &lt;/dsp:out&gt;</pre> 
     400        <pre class='syntax'>&lt;dsp:tag <i>[attributes]</i> /&gt;</pre> 
    401401 
    402402        <h3>Attributes:</h3>