DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16806>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16806 characters between fo:inline tags Summary: characters between fo:inline tags Product: Fop Version: 0.20.5 Platform: PC OS/Version: Windows XP Status: NEW Severity: Major Priority: Other Component: pdf renderer AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] I had a fo file with no newlines or tabs, like this: <fo:inline ...>blah blah </fo:inline><fo:inline ...>bleh bleh </fo:inline> Resulting in a continuous sentence at the pdf file. Then I edited the file and put some newlines between the tags, like this: <fo:inline ...>blah blah </fo:inline> <fo:inline ...>bleh bleh </fo:inline> And the resulting sentence at the pdf file came with a line break between the blahs and the blehs... Is this the correct behavior? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]