--- doc/homework/xml.html 2001/05/21 15:24:47 1.2 +++ doc/homework/xml.html 2002/05/23 21:17:19 1.4 @@ -36,7 +36,9 @@ <import> tag actually does anything
  • - @Apache::lonxml::extlinks - + @Apache::lonxml::extlinks - a list of URLs that the + user is allowed to look at because of the current resource + (images, and links)
  • #Apache::lonxml::metamode - some output is turned off, @@ -56,6 +58,14 @@ namespaces used in the insertlist.tab file that are currently active, used only in edit mode.
  • +
  • + $Apache::lonxml::registered - set to 1 once the remote + has been updated to know what resource we are looking at. +
  • +
  • + $Apache::lonxml::request - current Apache request + object, or undef +
  • Notable Perl subroutines

    @@ -89,6 +99,12 @@ %Apache::lonxml::insertlist structure of what tags can have what other tags inside. +
  • + whichuser - 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 +
  • Functions Tag Handlers can use

    @@ -204,7 +220,7 @@ sub BEGIN {

    Guy Albertelli
    -Last modified: Mon May 21 11:21:05 EDT 2001 +Last modified: Thu May 23 17:19:29 EDT 2002