[LON-CAPA-cvs] cvs: loncom /xml lonxml.pm

albertel lon-capa-cvs@mail.lon-capa.org
Thu, 29 May 2003 18:42:22 -0000


albertel		Thu May 29 14:42:22 2003 EDT

  Modified files:              
    /loncom/xml	lonxml.pm 
  Log:
  - documenting some globals
  
  
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.259 loncom/xml/lonxml.pm:1.260
--- loncom/xml/lonxml.pm:1.259	Thu May 29 14:41:04 2003
+++ loncom/xml/lonxml.pm	Thu May 29 14:42:22 2003
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # XML Parser Module 
 #
-# $Id: lonxml.pm,v 1.259 2003/05/29 18:41:04 albertel Exp $
+# $Id: lonxml.pm,v 1.260 2003/05/29 18:42:22 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -150,6 +150,10 @@
 
 #internal check on whether to look at style defs
 $Apache::lonxml::usestyle=1;
+
+#locations used to store the parameter string for style substitutions
+$Apache::lonxml::style_values='';
+$Apache::lonxml::style_end_values='';
 
 sub xmlbegin {
   my $output='';