Index: jakarta-site2/xdocs/stylesheets/site_printable.vsl
===================================================================
RCS file: /home/cvspublic/jakarta-site2/xdocs/stylesheets/site_printable.vsl,v
retrieving revision 1.1
diff -u -r1.1 site_printable.vsl
--- jakarta-site2/xdocs/stylesheets/site_printable.vsl	2001/07/10 22:39:37	1.1
+++ jakarta-site2/xdocs/stylesheets/site_printable.vsl	2001/08/23 09:03:18
@@ -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
@@ -129,7 +129,7 @@
             #elseif ($items.getName().equals("table"))
                 #table ($items)
             #else
-                $xmlout.outputString($items)
+                $items
             #end
         #end
         </blockquote>
@@ -158,7 +158,7 @@
             #elseif ($items.getName().equals("subsection"))
                 #subsection ($items)
             #else
-                $xmlout.outputString($items)
+                $items
             #end
         #end
         <!--</blockquote>-->
