> Does anybody know a portable way of creating a line break in dsssl > and/or xsl? (i don't have my books at hand :( )
As XML uses \n for all line breaks, just put a char reference, to \n (
 AFAIK), and it will generate a new line in both DSSSL and XSLT I guess (not tried, just a quick idea). Goba