Hi, I'm having a problem with the linefeed-treatment="ignore" option... when I use it it changes any linefeeds into "#" characters. For example see the following:
<?xml version="1.0" encoding="iso-8859-1"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="my-page"> <fo:region-body margin="1in"/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence master-reference="my-page"> <fo:flow flow-name="xsl-region-body"> <fo:block linefeed-treatment="ignore">........... <fo:inline> HI THERE </fo:inline> .............. </fo:block> </fo:flow> </fo:page-sequence> </fo:root> Which becomes: ...........##HI THERE#.............. Thanks, Jordan --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
