Diff for /doc/homework/xml.html between versions 1.2 and 1.3

version 1.2, 2001/05/21 15:24:47 version 1.3, 2002/05/03 18:34:20
Line 36 Line 36
  <import> tag actually does anything   <import> tag actually does anything
       </li>        </li>
       <li>        <li>
  <i>@Apache::lonxml::extlinks</i> -   <i>@Apache::lonxml::extlinks</i> - a list of URLs that the
    user is allowed to look at because of the current resource
    (images, and links)
       </li>        </li>
       <li>        <li>
  <i>#Apache::lonxml::metamode</i> - some output is turned off,   <i>#Apache::lonxml::metamode</i> - some output is turned off,
Line 56 Line 58
  namespaces used in the insertlist.tab file that are currently   namespaces used in the insertlist.tab file that are currently
  active, used only in edit mode.   active, used only in edit mode.
       </li>        </li>
         <li>
    <i>$Apache::lonxml::registered</i> - set to 1 once the remote
    has been updated to know what resource we are looking at.
         </li>
     </ul>      </ul>
   
     <h3>Notable Perl subroutines</h3>      <h3>Notable Perl subroutines</h3>
Line 89 Line 95
  %Apache::lonxml::insertlist structure of what tags can have   %Apache::lonxml::insertlist structure of what tags can have
  what other tags inside.   what other tags inside.
       </li>        </li>
         <li>
    <i>whichuser</i> - returns a list of $symb, $courseid,
    $domain, $name that is correct for calls to lonnet functions
    for this setup. Uses form.grade_ parameters, if the user is
    allowed to mgr in the course
         </li>
     </ul>      </ul>
     <h3>Functions Tag Handlers can use</h3>      <h3>Functions Tag Handlers can use</h3>
     <p>      <p>
Line 204  sub BEGIN { Line 216  sub BEGIN {
     <address><a href="mailto:albertel@marvin.lite.msu.edu">Guy Albertelli</a></address>      <address><a href="mailto:albertel@marvin.lite.msu.edu">Guy Albertelli</a></address>
 <!-- Created: Sun May 20 15:47:08 EDT 2001 -->  <!-- Created: Sun May 20 15:47:08 EDT 2001 -->
 <!-- hhmts start -->  <!-- hhmts start -->
 Last modified: Mon May 21 11:21:05 EDT 2001  Last modified: Fri May  3 14:26:22 EDT 2002
 <!-- hhmts end -->  <!-- hhmts end -->
   </body>    </body>
 </html>  </html>

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>