Diff for /doc/homework/xml.html between versions 1.5 and 1.7

version 1.5, 2002/06/06 07:14:18 version 1.7, 2002/10/21 20:31:06
Line 82 Line 82
  xmlparser will try to rencode any 8-bit characters into HTML   xmlparser will try to rencode any 8-bit characters into HTML
  Entity Codes, If this is set to a true value it will be   Entity Codes, If this is set to a true value it will be
  prevented.   prevented.
         </li>
         <li>
    <i>$Apache::lonxml::errorcount</i> - keeps count of the number
    of errors generated in a parse
         </li>
         <li>
    <i>$Apache::lonxml::warningcount</i> - keeps count of the
    number of errors generated in a parse
         </li>
         <li>
    <i>$Apache::lonxml::counter</i> <br />
    <i>$Apache::lonxml::counter_changed</i> - 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.
         </li>
         <li>
    <i>$Apache::lonxml::default_homework_loaded</i> - a boolean on
    wherethe the default_homework.lcpm file has been loaded into
    the Safe Space, the function
    &Apache::lonxml::default_homework_load()
         </li>
     </ul>      </ul>
   
     <p>      <p>
Line 301  sub BEGIN { Line 325  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: Thu Jun  6 01:16:44 EDT 2002  Last modified: Mon Oct 21 16:41:56 EDT 2002
 <!-- hhmts end -->  <!-- hhmts end -->
   </body>    </body>
 </html>  </html>

Removed from v.1.5  
changed lines
  Added in v.1.7


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