JSP output

Subject: JSP output
From: Paul_Tihansky@xxxxxxxxxxxx
Date: Mon, 8 May 2000 09:08:12 -0400
Hi,
     I was wondering if anyone has created a DSSSL function for outputting
unmodified character data, such as "<", ">", and "&", from Jade.  I need to be
able to place JSP code in my XML document, and pass it untouched to the output.

Here's an example:
<script>
<![CDATA [size=10;
for (i=0; i < size; i++) {
foo = bar[i];
}
]]></script>

schould produce

<% size=10;
for (i=0; i < size; i++) {
foo = bar[i];
} %>

Thanks,
Paul Tihansky
The Vanguard Group



 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread
  • JSP output
    • Paul_Tihansky - Mon, 8 May 2000 09:30:20 -0400 (EDT) <=
      • <Possible follow-ups>
      • Paul_Tihansky - Tue, 9 May 2000 15:57:42 -0400 (EDT)