I am having two problems while generating a PDF. I am using xsl to convert souce xml to PDF. Problem1: I am having problem with line feed/carriage return. The line feeds from the souce xml are being converted to a single white space automatically. I would like to ignore these line feeds meaning convert these line feeds to zero width space. I know that using linefeed-treatment would solve my problem. But as per the FOP compliance page linefeed-treatment is not supported. Is there any way to get around this problem.
Problem 2: I would like to keep some text on the sam eline. This for example I have text string as "FirstName LastName" and it appears somewhere in the source. Now if both FirstName and LastName can fit in the same line I would like to print them as such but if not then I would like to print both FirstName and LastName starting on the next line. I guess "wrap-option" property should help me with this. But I am not able to get this to working. Am I missing something here? Thanks in advance Abhi __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
