Re: Preformatted text
Sharon Adler <[email protected]>
| Newsgroups | gmane.text.xml.xsl.general |
|---|---|
| Message-ID | <OF82F5BCE8.846B70E7-ON85256C79.005EBD50-85256C79.005EFBD1@us.ibm.com> |
Cindy, there is a property called wrap-option with the possible values of
wrap or no-wrap.
Sharon
Sharon C. Adler
Senior Manager, Extensible Technologies
IBM Research
PO Box 704, Yorktown Heights, NY 10598
tel: 914-784-6411 t/l 863
fax: 914-784-6324
"Cindy Hunt"
<[email protected] To: <[email protected]>
om> cc:
Sent by: Subject: Preformatted text
www-xsl-fo-reques
[email protected]
11/22/2002 09:20
AM
> Hi-
>
> I am working on my first XSL-FO transform and have run across a place
where I am stuck. What I need to produce is a block of example code that
maintains its original line breaks and indents, something like so:
>
> begin code;
> if x>y
> then z;
> end code;
>
> I am used to doing this with a FOSI, being able to set justification to
"as-is". For those that speak HTML, I need something similar to <pre>. I
didn't see anything in the FO specs for justification that includes this
and I couldn't find anything else that seemed similar to me. The closest
thing I found was white-space-treatment="preserve" on the block element but
it looks like FOP doesn't support this feature when I run it.
>
> If anyone knows how to do this, could you please share your expertise
with a novice?
>
> Thanks!
> Cindy Hunt
>