Index: jakarta-site2/xdocs/stylesheets/site.vsl
===================================================================
RCS file: /home/cvspublic/jakarta-site2/xdocs/stylesheets/site.vsl,v
retrieving revision 1.21
diff -u -r1.21 site.vsl
--- jakarta-site2/xdocs/stylesheets/site.vsl	2001/07/26 23:05:33	1.21
+++ jakarta-site2/xdocs/stylesheets/site.vsl	2001/08/23 09:03:14
@@ -51,7 +51,7 @@
 <td bgcolor="$tabletdbg" colspan="$!colspan" rowspan="$!rowspan" valign="top" align="left">
     <font color="#000000" size="-1" face="arial,helvetica,sanserif">
         #if ($value.getText().length() != 0 || $value.hasChildren())
-        $xmlout.outputString($value, true)
+        $value.getContent()
         #else
         &nbsp;
         #end
@@ -69,7 +69,7 @@
 <td bgcolor="$tablethbg" colspan="$!colspan" rowspan="$!rowspan" valign="top" align="left">
     <font color="#000000" size="-1" face="arial,helvetica,sanserif">
         #if ($value.getText().length() != 0 || $value.hasChildren())
-        $xmlout.outputString($value, true)
+        $value.getContent()
         #else
         &nbsp;
         #end
@@ -144,7 +144,7 @@
             #elseif ($items.getName().equals("table"))
                 #table ($items)
             #else
-                $xmlout.outputString($items)
+                $items
             #end
         #end
         </blockquote>
@@ -172,7 +172,7 @@
             #elseif ($items.getName().equals("subsection"))
                 #subsection ($items)
             #else
-                $xmlout.outputString($items)
+                $items
             #end
         #end
         </blockquote>
