--- doc/homework/xml.html 2002/06/06 07:14:18 1.5 +++ doc/homework/xml.html 2002/10/21 20:31:06 1.7 @@ -82,6 +82,30 @@ xmlparser will try to rencode any 8-bit characters into HTML Entity Codes, If this is set to a true value it will be prevented. + +
  • + $Apache::lonxml::errorcount - keeps count of the number + of errors generated in a parse +
  • +
  • + $Apache::lonxml::warningcount - keeps count of the + number of errors generated in a parse +
  • +
  • + $Apache::lonxml::counter
    + $Apache::lonxml::counter_changed - a counter used to + keep track of the number of questions asked, used currently to + track bubble numbers, Initialized off of $ENV{'form.counter'}, + and writes this value to the environment if counter_changed is + true, should use the &increment_counter() function to + increment this value. +
  • +
  • + $Apache::lonxml::default_homework_loaded - a boolean on + wherethe the default_homework.lcpm file has been loaded into + the Safe Space, the function + &Apache::lonxml::default_homework_load() +
  • @@ -301,7 +325,7 @@ sub BEGIN {

    Guy Albertelli
    -Last modified: Thu Jun 6 01:16:44 EDT 2002 +Last modified: Mon Oct 21 16:41:56 EDT 2002