[interchange-docs] xmldocs - racke modified refs/dump.tag

docs at icdevgroup.org docs at icdevgroup.org
Tue Aug 14 10:04:23 EDT 2007


User:      racke
Date:      2007-08-14 14:04:23 GMT
Modified:  refs     dump.tag
Log:
rewritten descriptions

Revision  Changes    Path
1.8       +20 -6     xmldocs/refs/dump.tag


rev 1.8, prev_rev 1.7
Index: dump.tag
===================================================================
RCS file: /var/cvs/xmldocs/refs/dump.tag,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- dump.tag	14 Aug 2007 09:25:35 -0000	1.7
+++ dump.tag	14 Aug 2007 14:04:22 -0000	1.8
@@ -17,7 +17,7 @@
 	None (all keys)
 	</entry>
 	<entry>
-	Dump just one named variable from the user &glos-session;.
+	Display a specific subset of the &glos-session;.
 	</entry>
 
 </row> 
@@ -26,14 +26,14 @@
 	<entry></entry>
 	<entry></entry>
 	<entry>0</entry>
-	<entry>Do not output &glos-environment; structure?</entry>
+	<entry>Exclude HTTP &glos-environment; variables.</entry>
 </row> 
 <row>
 	<entry>no_cgi</entry>
 	<entry></entry>
 	<entry></entry>
 	<entry>0</entry>
-	<entry>Do not output &glos-CGI; structure?</entry>
+	<entry>Exclude &glos-CGI; variables.</entry>
 </row> 
 <row>
 	<entry>show_all</entry>
@@ -56,9 +56,23 @@
 
 
 __NAME__ description
-The tag dumps client connection information, &glos-cart; contents, query value,
-&glos-environment; contents, &glos-session; contents, and &glos-CGI; contents
-to the page. This is useful for &glos-debug;ging.
+This tag dumps the complete &glos-session; or parts of it, and HTTP environment
+variables in a human readable format, which is useful for debugging.
+</para>
+<para>
+The most important of the possible subsets are:
+<informaltable>
+<tgroup cols="2">
+<thead>
+<row><entry>Subset</entry><entry>Contents</entry></row>
+</thead>
+<tbody>
+<row><entry>&glos-cart;s</entry><entry>Cart contents.</entry></row>
+<row><entry>&glos-scratch;</entry><entry>Scratchpad variables.</entry></row>
+<row><entry>&glos-value;s</entry><entry>Value variables.</entry></row>
+</tbody>
+</tgroup>
+</informaltable>
 __END__
 
 








More information about the docs mailing list