|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: RE: per-page images in print do, Konovalov, Vadim | Thread | Re: JSP output, Holger Klawitter |
| Re: RE: per-page images in print do, Christof Drescher | Date | Re: JSP output, Holger Klawitter |
| Month |