Hello; My current system runs a XSL to create an FO document in memory. This is what I submit to FOP to render with.
The issue I am dealing with is sometime content inserted into the FO document by the XSL contains HTML. Right now I strip out all HTML before submitting the content to FOP. But the HTML contains some formatting instructions that I am sure someone is going to want to see in the PDF (font size, bolding, list, etc). My solution to this now would be to handle each formatting html tag separately (I would have a defined list to deal with, all other would be stripped), finding it in the input and replacing it with an FO tag that would perform the same operation. Is there any easier way? Thanks, Luke --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
