Loathe wrote:
> I'm getting some weird behavior.  it seems to be producing a question 
> mark (?) at weird intervals and I can't tell why.

might be an encoding issue, using any special chars, etc.? anything copy/pasted 
from word doc? are these showing up if you simply dump the data out to the 
browser?

> Also, the actual text of the document is produced from html entered 
> through fckEditor.  When I drop my fields in here it seems to ignore or 
> escape the html to the page, how should I handle that?  Currently I'm 

iText's html parsing isn't 100% (ie the package handling this 
"html.simpleparser"). you might need to massage the text yourself depending on 
what html tags are used.

> simply removing all HTML tags with a regular expression, the problem 
> comes in when the field contains multiple blocks of text separated with 
> <br />.  How would I make it recognize a space there?

not following. you mean regex for whitespace? that's a "\s".


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:307396
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to